-- MySQL dump 10.19  Distrib 10.3.39-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: a0pendra_wp846
-- ------------------------------------------------------
-- Server version	10.3.39-MariaDB-cll-lve

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

--
-- Table structure for table `wpqf_Adonaioriontodayblogmeta`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayblogmeta`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodayblogs`
--

DROP TABLE IF EXISTS `wpqf_Adonaioriontodayblogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpqf_Adonaioriontodayblogs` (
  `blog_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `site_id` bigint(20) NOT NULL DEFAULT 0,
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `public` tinyint(2) NOT NULL DEFAULT 1,
  `archived` tinyint(2) NOT NULL DEFAULT 0,
  `mature` tinyint(2) NOT NULL DEFAULT 0,
  `spam` tinyint(2) NOT NULL DEFAULT 0,
  `deleted` tinyint(2) NOT NULL DEFAULT 0,
  `lang_id` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`blog_id`),
  KEY `domain` (`domain`(50),`path`(5)),
  KEY `lang_id` (`lang_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpqf_Adonaioriontodayblogs`
--

LOCK TABLES `wpqf_Adonaioriontodayblogs` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayblogs` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodayblogs` VALUES (1,1,'www.adonaiorion.com','/Today/','2023-07-08 00:16:28','2023-07-24 03:47:03',1,0,0,0,0,0);
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayblogs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodaycommentmeta`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodaycommentmeta`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodaycomments`
--

DROP TABLE IF EXISTS `wpqf_Adonaioriontodaycomments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpqf_Adonaioriontodaycomments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpqf_Adonaioriontodaycomments`
--

LOCK TABLES `wpqf_Adonaioriontodaycomments` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaycomments` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodaycomments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-07-08 00:16:28','2023-07-08 00:16:28','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);
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaycomments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodaylinks`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodaylinks`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodayloginizer_logs`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayloginizer_logs`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodayoptions`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayoptions`
--

LOCK TABLES `wpqf_Adonaioriontodayoptions` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayoptions` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodayoptions` VALUES (1,'siteurl','https://www.adonaiorion.com/Today','yes'),(2,'home','https://www.adonaiorion.com/Today','yes'),(3,'blogname','Present Day Topics','yes'),(4,'blogdescription','Today','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','0pendragon00@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','/blog/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:96:{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:52:\"blog/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"blog/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"blog/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"blog/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"blog/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"blog/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:19:\"blog/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"blog/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:45:\"blog/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:26:\"blog/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:38:\"blog/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:20:\"blog/type/([^/]+)/?$\";s:33:\"index.php?post_format=$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:16:\".*wp-signup.php$\";s:21:\"index.php?signup=true\";s:18:\".*wp-activate.php$\";s:23:\"index.php?activate=true\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:52:\"blog/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:40:\"blog/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"blog/([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:69:\"blog/([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:50:\"blog/([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:62:\"blog/([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:44:\"blog/([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:61:\"blog/([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:56:\"blog/([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:37:\"blog/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"blog/([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:31:\"blog/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"blog/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"blog/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"blog/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"blog/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:18:\"blog/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:63:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:73:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:93:\"blog/[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:88:\"blog/[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:88:\"blog/[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:69:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"blog/([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:62:\"blog/([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:82:\"blog/([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:77:\"blog/([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:70:\"blog/([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:77:\"blog/([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:66:\"blog/([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:52:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"blog/[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:77:\"blog/[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:77:\"blog/[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:58:\"blog/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:69:\"blog/([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:56:\"blog/([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:43:\"blog/([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:7:{i:0;s:21:\"backuply/backuply.php\";i:1;s:23:\"loginizer/loginizer.php\";i:2;s:31:\"fileorganizer/fileorganizer.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:27:\"speedycache/speedycache.php\";i:5;s:23:\"pagelayer/pagelayer.php\";i:6;s:43:\"popularfx-templates/popularfx-templates.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','agama','yes'),(41,'stylesheet','agama','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','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','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:2:{s:21:\"backuply/backuply.php\";s:21:\"backuply_deactivation\";s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','42','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','1704327388','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,'wpqf_Adonaioriontodayuser_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:4:{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\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:9:{i:1690179411;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:1690189601;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:1690189602;a:1:{s:21:\"update_network_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:1690200988;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:1690200993;a:1:{s:40:\"check_plugin_updates-popularfx-templates\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1690201011;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:1690244188;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:1690676211;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'),(144,'pagelayer-copyright','© 2023 Articles | <a href=\"https://popularfx.com\">PopularFX Theme</a>','yes'),(146,'pagelayer_content_width','1170','yes'),(147,'pagelayer_tablet_breakpoint','768','yes'),(148,'pagelayer_mobile_breakpoint','500','yes'),(149,'pagelayer_body_typography','a:4:{s:11:\"font-family\";s:9:\"Noto Sans\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}','yes'),(150,'pagelayer_body_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"15\";}','yes'),(151,'pagelayer_body_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"15\";}','yes'),(152,'pagelayer_p_css','a:4:{s:6:\"margin\";a:2:{i:0;s:1:\"1\";i:2;s:1:\"1\";}s:11:\"font-family\";s:9:\"Noto Sans\";s:9:\"font-size\";s:2:\"14\";s:11:\"line-height\";s:1:\"2\";}','yes'),(153,'pagelayer_p_css_tablet','a:1:{s:9:\"font-size\";s:2:\"14\";}','yes'),(154,'pagelayer_p_css_mobile','a:1:{s:9:\"font-size\";s:2:\"14\";}','yes'),(155,'pagelayer_a_css','a:1:{s:20:\"text-decoration-line\";s:4:\"none\";}','yes'),(156,'pagelayer_h1_typography','a:5:{s:6:\"margin\";a:2:{i:0;s:1:\"1\";i:2;s:1:\"1\";}s:11:\"font-family\";s:4:\"Muli\";s:9:\"font-size\";s:2:\"60\";s:11:\"font-weight\";s:3:\"500\";s:5:\"color\";s:9:\"#ffffffff\";}','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'),(120,'recovery_keys','a:0:{}','yes'),(121,'theme_mods_twentytwentythree','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(122,'can_compress_scripts','1','no'),(145,'pagelayer_import_images_academy','no','yes'),(124,'backuply_version','1.1.6','yes'),(125,'backuply_hide_holiday','1690155918','yes'),(126,'backuply_promo_time','-1690167769','yes'),(127,'loginizer_version','1.8.0','yes'),(128,'loginizer_options','a:0:{}','yes'),(129,'loginizer_last_reset','1690155918','yes'),(130,'loginizer_whitelist','a:0:{}','yes'),(131,'loginizer_blacklist','a:0:{}','yes'),(132,'loginizer_2fa_whitelist','a:0:{}','yes'),(133,'loginizer_ins_time','1688775393','yes'),(134,'loginizer_promo_time','1688775393','yes'),(135,'loginizer_backuply_promo_time','1688775393','yes'),(136,'loginizer_csrf_promo_time','1688775393','yes'),(137,'fileorganizer_version','1.0.2','yes'),(138,'speedycache_options','a:4:{s:3:\"lbc\";b:1;s:10:\"minify_css\";b:1;s:4:\"gzip\";b:1;s:15:\"automatic_cache\";b:1;}','yes'),(139,'speedycache_version','1.0.7','yes'),(140,'pagelayer_version','1.7.6','yes'),(141,'pagelayer_options','a:0:{}','yes'),(142,'pagelayer_promo_time','1692759776','yes'),(143,'popularfx_version','1.2.3','yes'),(157,'pagelayer_h1_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"50\";}','yes'),(158,'pagelayer_h1_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"40\";}','yes'),(159,'pagelayer_h2_typography','a:5:{s:6:\"margin\";a:2:{i:0;s:1:\"1\";i:2;s:1:\"1\";}s:11:\"font-family\";s:4:\"Muli\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"500\";s:5:\"color\";s:9:\"#000000ff\";}','yes'),(160,'pagelayer_h2_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"35\";}','yes'),(161,'pagelayer_h2_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"32\";}','yes'),(162,'pagelayer_h3_typography','a:5:{s:6:\"margin\";a:2:{i:0;s:1:\"1\";i:2;s:1:\"1\";}s:11:\"font-family\";s:4:\"Muli\";s:9:\"font-size\";s:2:\"35\";s:11:\"font-weight\";s:3:\"500\";s:5:\"color\";s:9:\"#000000ff\";}','yes'),(163,'pagelayer_h3_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"30\";}','yes'),(164,'pagelayer_h3_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"28\";}','yes'),(165,'pagelayer_h4_typography','a:5:{s:6:\"margin\";a:2:{i:0;s:1:\"1\";i:2;s:1:\"1\";}s:11:\"font-family\";s:4:\"Muli\";s:9:\"font-size\";s:2:\"30\";s:11:\"font-weight\";s:3:\"500\";s:5:\"color\";s:9:\"#000000ff\";}','yes'),(166,'pagelayer_h4_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"25\";}','yes'),(167,'pagelayer_h4_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"22\";}','yes'),(168,'pagelayer_h5_typography','a:5:{s:6:\"margin\";a:2:{i:0;s:1:\"1\";i:2;s:1:\"1\";}s:11:\"font-family\";s:4:\"Muli\";s:9:\"font-size\";s:2:\"25\";s:11:\"font-weight\";s:3:\"500\";s:5:\"color\";s:9:\"#000000ff\";}','yes'),(169,'pagelayer_h5_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"22\";}','yes'),(170,'pagelayer_h5_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"20\";}','yes'),(171,'pagelayer_h6_typography','a:5:{s:6:\"margin\";a:2:{i:0;s:1:\"1\";i:2;s:1:\"1\";}s:11:\"font-family\";s:4:\"Muli\";s:9:\"font-size\";s:2:\"22\";s:11:\"font-weight\";s:3:\"500\";s:5:\"color\";s:9:\"#000000ff\";}','yes'),(172,'pagelayer_h6_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"20\";}','yes'),(173,'pagelayer_h6_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"18\";}','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(175,'pagelayer_theme_academy_imported','1688775397','yes'),(176,'pagelayer_template_product_fix','0','yes'),(177,'theme_mods_popularfx','a:1:{s:18:\"popularfx_template\";s:7:\"academy\";}','yes'),(178,'theme_mods_agama','a:55:{s:19:\"agama_nav_top_color\";s:7:\"#ac32e4\";s:25:\"agama_nav_top_hover_color\";s:4:\"#000\";s:23:\"agama_nav_primary_color\";s:7:\"#ac32e4\";s:29:\"agama_nav_primary_hover_color\";s:4:\"#000\";s:23:\"agama_site_title_colors\";a:2:{s:6:\"normal\";s:7:\"#8a8a8a\";s:5:\"hover\";s:7:\"#878787\";}s:28:\"agama_body_background_colors\";a:2:{s:4:\"left\";s:7:\"#000000\";s:5:\"right\";s:7:\"#6b0bab\";}s:35:\"agama_header_image_particles_colors\";a:2:{s:5:\"lines\";s:7:\"#ae00ff\";s:7:\"circles\";s:7:\"#caff00\";}s:32:\"agama_navigation_top_links_color\";a:4:{s:6:\"normal\";s:7:\"#757575\";s:7:\"visited\";s:7:\"#757575\";s:5:\"hover\";s:4:\"#000\";s:6:\"active\";s:4:\"#000\";}s:36:\"agama_navigation_primary_links_color\";a:4:{s:6:\"normal\";s:7:\"#757575\";s:7:\"visited\";s:7:\"#757575\";s:5:\"hover\";s:7:\"#585858\";s:6:\"active\";s:7:\"#6e6e6e\";}s:35:\"agama_navigation_mobile_links_color\";a:4:{s:6:\"normal\";s:7:\"#757575\";s:7:\"visited\";s:7:\"#757575\";s:5:\"hover\";s:7:\"#4c4c4c\";s:6:\"active\";s:7:\"#545454\";}s:38:\"agama_footer_widgets_background_colors\";a:2:{s:4:\"left\";s:7:\"#000000\";s:5:\"right\";s:7:\"#000000\";}s:30:\"agama_footer_background_colors\";a:2:{s:4:\"left\";s:7:\"#000000\";s:5:\"right\";s:7:\"#000000\";}s:18:\"custom_css_post_id\";i:-1;s:10:\"agama_skin\";s:4:\"dark\";s:19:\"agama_primary_color\";s:7:\"#ffe600\";s:28:\"agama_slider_slides_repeater\";a:0:{}s:30:\"agama_frontpage_boxes_repeater\";a:0:{}s:18:\"agama_social_icons\";a:4:{i:0;a:3:{s:6:\"target\";b:1;s:4:\"icon\";s:9:\"instagram\";s:3:\"url\";s:37:\"https://www.instagram.com/adonaiorion\";}i:1;a:3:{s:6:\"target\";b:1;s:4:\"icon\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://www.twitter.com/adonaiorion\";}i:2;a:3:{s:6:\"target\";b:1;s:4:\"icon\";s:0:\"\";s:3:\"url\";s:35:\"https://www.threads.net/adonaiorion\";}i:3;a:3:{s:6:\"target\";b:1;s:4:\"icon\";s:7:\"youtube\";s:3:\"url\";s:36:\"https://www.youtube.com/@adonaiorion\";}}s:25:\"agama_header_tag_bg_color\";s:7:\"#999999\";s:16:\"background_image\";s:85:\"https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/sketch-1689351461175.png\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_position_y\";s:6:\"center\";s:17:\"background_preset\";s:3:\"fit\";s:15:\"background_size\";s:7:\"contain\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_attachment\";s:6:\"scroll\";s:33:\"agama_header_site_tagline_visible\";b:1;s:28:\"agama_search_page_thumbnails\";b:0;s:15:\"agama_body_font\";a:2:{s:5:\"color\";s:7:\"#969696\";s:9:\"font-size\";s:4:\"16px\";}s:29:\"agama_navigation_primary_font\";a:1:{s:11:\"font-family\";s:8:\"Amaranth\";}s:28:\"agama_mobile_navigation_font\";a:2:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";}s:29:\"agama_header_image_background\";a:1:{s:5:\"right\";s:7:\"#000000\";}s:28:\"agama_header_shrink_bg_color\";s:18:\"rgba(0, 0, 0, 0.9)\";s:28:\"agama_header_image_particles\";b:1;s:26:\"agama_header_image_overlay\";b:0;s:26:\"agama_navbar_buttons_color\";a:1:{s:5:\"hover\";s:7:\"#585858\";}s:29:\"agama_slider_overlay_bg_color\";s:23:\"rgba(162, 54, 199, 0.5)\";s:22:\"agama_slider_particles\";b:1;s:34:\"agama_footer_site_info_links_color\";s:7:\"#e6cced\";s:31:\"agama_footer_social_icons_color\";s:7:\"#e7cced\";s:29:\"agama_slider_particles_colors\";a:2:{s:7:\"circles\";s:7:\"#ae00ff\";s:5:\"lines\";s:7:\"#d6ff00\";}s:25:\"agama_breadcrumb_homepage\";b:0;s:18:\"agama_layout_style\";s:5:\"boxed\";s:18:\"agama_header_style\";s:7:\"default\";s:28:\"agama_header_top_border_size\";s:1:\"0\";s:16:\"agama_media_logo\";s:7:\"desktop\";s:20:\"agama_navbar_buttons\";a:1:{i:0;s:6:\"search\";}s:25:\"agama_header_image_height\";s:1:\"5\";s:12:\"header_image\";s:13:\"remove-header\";s:31:\"agama_header_image_bottom_shape\";s:4:\"none\";s:19:\"agama_footer_social\";b:0;s:18:\"nav_menu_locations\";a:0:{}s:32:\"agama_frontpage_boxes_visibility\";s:8:\"allpages\";s:22:\"agama_breadcrumb_style\";s:6:\"normal\";s:22:\"agama_footer_copyright\";s:10:\"no footer \";}','yes'),(179,'_agama_1291_migrated','1','yes'),(180,'_agama_156_migrated','1','yes'),(181,'_agama_159_migrated','1','yes'),(182,'_agama_160_migrated','1','yes'),(343,'post_count','3','yes'),(250,'_transient_timeout_kirki_remote_url_contents','1690407956','no'),(251,'_transient_kirki_remote_url_contents','a:5:{s:32:\"0e2238e2f9b5066c4273f564c67b9e77\";s:1949:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 900;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w0aXx-p7K4GLvztg.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 900;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w9aXx-p7K4GLvztg.woff) format(\'woff\');\n  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 900;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w2aXx-p7K4GLvztg.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 900;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aXx-p7K4GLvztg.woff) format(\'woff\');\n  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Montserrat\';\n  font-style: normal;\n  font-weight: 900;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aXx-p7K4GLs.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"aa64a31885bfef7fc87583f64d98aaa5\";s:1899:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrcVIT9d4cw.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"475c7428a35d453539b2785a2aedaf27\";s:2536:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Roboto Condensed\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYadlecyVC4A.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Roboto Condensed\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYadlecyVC4A.woff) format(\'woff\');\n  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n  font-family: \'Roboto Condensed\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYadlecyVC4A.woff) format(\'woff\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Roboto Condensed\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYadlecyVC4A.woff) format(\'woff\');\n  unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Roboto Condensed\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYadlecyVC4A.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Roboto Condensed\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYadlecyVC4A.woff) format(\'woff\');\n  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Roboto Condensed\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYadlecyU.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"8cbcc1c52866266db3b504d4c4e232e4\";s:418:\"/* latin */\n@font-face {\n  font-family: \'Amaranth\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zMnFHdaIwWzX.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"b261bfefe4c84bafaef291f54f41104d\";s:422:\"/* latin */\n@font-face {\n  font-family: \'Amaranth\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OMWl42f9FYud.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";}','no'),(186,'kirki_downloaded_font_files','a:19:{s:95:\"https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrcVIT9d4cydYA.woff\";s:117:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrcVIT9d4cydYA.woff\";s:95:\"https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrcVIT9d4cydYA.woff\";s:117:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrcVIT9d4cydYA.woff\";s:95:\"https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrcVIT9d4cydYA.woff\";s:117:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrcVIT9d4cydYA.woff\";s:95:\"https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrcVIT9d4cydYA.woff\";s:117:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrcVIT9d4cydYA.woff\";s:92:\"https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrcVIT9d4cw.woff\";s:114:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrcVIT9d4cw.woff\";s:99:\"https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYadlecyVC4A.woff\";s:122:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/roboto-condensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYadlecyVC4A.woff\";s:99:\"https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYadlecyVC4A.woff\";s:122:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/roboto-condensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYadlecyVC4A.woff\";s:99:\"https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYadlecyVC4A.woff\";s:122:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/roboto-condensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYadlecyVC4A.woff\";s:99:\"https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYadlecyVC4A.woff\";s:122:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/roboto-condensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYadlecyVC4A.woff\";s:99:\"https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYadlecyVC4A.woff\";s:122:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/roboto-condensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYadlecyVC4A.woff\";s:99:\"https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYadlecyVC4A.woff\";s:122:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/roboto-condensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYadlecyVC4A.woff\";s:96:\"https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYadlecyU.woff\";s:119:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/roboto-condensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYadlecyU.woff\";s:102:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w0aXx-p7K4GLvztg.woff\";s:124:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w0aXx-p7K4GLvztg.woff\";s:102:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w9aXx-p7K4GLvztg.woff\";s:124:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w9aXx-p7K4GLvztg.woff\";s:102:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w2aXx-p7K4GLvztg.woff\";s:124:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w2aXx-p7K4GLvztg.woff\";s:102:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aXx-p7K4GLvztg.woff\";s:124:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aXx-p7K4GLvztg.woff\";s:99:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aXx-p7K4GLs.woff\";s:121:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aXx-p7K4GLs.woff\";s:74:\"https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zMnFHdaIwWzX.woff\";s:96:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/amaranth/KtkuALODe433f0j1zMnFHdaIwWzX.woff\";s:78:\"https://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OMWl42f9FYud.woff\";s:100:\"/home/a0pendra/adonaiorion.com/Today/wp-content/fonts/amaranth/KtkpALODe433f0j1zMF-OMWl42f9FYud.woff\";}','yes'),(188,'https_detection_errors','a:0:{}','yes'),(192,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":4,\"critical\":0}','yes'),(198,'fileorganizer_promo_time','-1690167773','yes'),(199,'speedycache_promo_time','-1690167774','yes'),(216,'finished_updating_comment_type','1','yes'),(424,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1690208255','no'),(439,'backuply_hide_trial','-1690167768','yes'),(440,'backuply_backup_nag','1690167772','yes'),(441,'speedycache_enable_nag','1690167775','yes'),(449,'_transient_is_multi_author','0','yes'),(276,'category_children','a:0:{}','yes'),(289,'pagelayer_global_colors','{\"primary\":{\"title\":\"Primary\",\"value\":\"#000000\"},\"secondary\":{\"title\":\"Secondary\",\"value\":\"rgba(12,20,12,0.84)\"},\"text\":{\"title\":\"Text\",\"value\":\"#444444\"},\"accent\":{\"title\":\"Accent\",\"value\":\"#eded00\"}}','yes'),(292,'pagelayer_icons_set','a:1:{i:0;s:13:\"font-awesome5\";}','yes'),(294,'pagelayer_enable_giver','1','yes'),(329,'pagelayer_global_fonts','{\"primary\":{\"title\":\"Primary\",\"value\":{\"font-family\":\"Open Sans\"}},\"secondary\":{\"title\":\"Secondary\",\"value\":{\"font-family\":\"Roboto\"}},\"text\":{\"title\":\"Text\",\"value\":{\"font-family\":\"Palette Mosaic\"}},\"accent\":{\"title\":\"Accent\",\"value\":{\"font-family\":\"Poppins\"}}}','yes'),(357,'WPLANG','en_CA','yes'),(358,'new_admin_email','0pendragon00@gmail.com','yes'),(361,'recently_activated','a:0:{}','yes'),(422,'_transient_timeout_feed_mod_53c6368e164927c356de1596c8cebec9','1690208254','no'),(423,'_transient_feed_mod_53c6368e164927c356de1596c8cebec9','1690165054','no'),(425,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1690208255','no'),(426,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1690165055','no'),(427,'_transient_timeout_dash_v2_1f6be06cc73fd52d187c194a61b83c35','1690208255','no'),(428,'_transient_dash_v2_1f6be06cc73fd52d187c194a61b83c35','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://en-ca.wordpress.org/2017/04/18/wordcamp-coming-to-halifax-nova-scotia/\'>WordCamp Coming to Halifax, Nova Scotia!</a></li><li><a class=\'rsswidget\' href=\'https://en-ca.wordpress.org/2015/07/20/themes-in-en-ca/\'>Canadian English Theme Translations</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/all-about-wordpress-6-3-a-breadcrumbs-block-design-systems-and-an-onboarding-wizard-weekend-edition-262/\'>Gutenberg Times: All about WordPress 6.3, a breadcrumbs block, design systems and an onboarding wizard – Weekend Edition 262</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/ollie-theme-previews-new-onboarding-wizard-in-development\'>WPTavern: Ollie Theme Previews New Onboarding Wizard in Development</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/live-q-a-leveraging-gutenbergs-architecture-to-take-plugin-development-to-new-levels/\'>Gutenberg Times: Live Q &amp; A: Leveraging Gutenberg’s architecture to take plugin development to new levels</a></li></ul></div>','no'),(418,'_transient_timeout_bcloud_trial_token','1690171363','no'),(419,'_transient_bcloud_trial_token','nukSnmWwVNV6HzDPt97W0ma9ngD58vGf','no'),(420,'_transient_timeout_feed_53c6368e164927c356de1596c8cebec9','1690208254','no'),(421,'_transient_feed_53c6368e164927c356de1596c8cebec9','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:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Blog | WordPress.org English (Canada)\";s:7:\"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:27:\"https://en-ca.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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Apr 2017 18:38: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-CA\";s: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.4-alpha-56284\";s: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:37:\"Blog | WordPress.org English (Canada)\";s:7:\"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:27:\"https://en-ca.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: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:109:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordCamp Coming to Halifax, Nova Scotia!\";s:7:\"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://en-ca.wordpress.org/2017/04/18/wordcamp-coming-to-halifax-nova-scotia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://en-ca.wordpress.org/2017/04/18/wordcamp-coming-to-halifax-nova-scotia/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Apr 2017 18:20: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:13:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Canada\";s: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:\"Canadian\";s: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:\"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:4;a:5:{s:4:\"data\";s:20:\"Dalhousie University\";s: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:10:\"East Coast\";s: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:5:{s:4:\"data\";s:11:\"habourfront\";s: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:5:{s:4:\"data\";s:7:\"Halifax\";s: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:5:{s:4:\"data\";s:13:\"Happiness Bar\";s: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:5:{s:4:\"data\";s:11:\"Nova Scotia\";s: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:5:{s:4:\"data\";s:5:\"tours\";s: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: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:12;a:5:{s:4:\"data\";s:16:\"WordCamp Halifax\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://en-ca.wordpress.org/?p=409\";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:320:\"This May marks a very special month for people in Atlantic Canada. Not only will the first signs of spring appear in the area (finally), but a new conference will be popping up as well. WordCamp Halifax is happening on May 27th at Marion McCain Building at Dalhousie University. This will be the first WordCamp [&#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:12:\"eraserheader\";s: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:3708:\"<figure id=\"attachment_412\" aria-describedby=\"caption-attachment-412\" style=\"width: 290px\" class=\"wp-caption alignright\"><img decoding=\"async\" fetchpriority=\"high\" class=\"wp-image-412 size-medium\" src=\"https://en-ca.wordpress.org/files/2017/04/Large_lobster_wapuu-290x300.jpg\" alt=\"offical wapuu of WordCamp Halifax\" width=\"290\" height=\"300\" srcset=\"https://en-ca.wordpress.org/files/2017/04/Large_lobster_wapuu-290x300.jpg 290w, https://en-ca.wordpress.org/files/2017/04/Large_lobster_wapuu.jpg 400w\" sizes=\"(max-width: 290px) 100vw, 290px\" /><figcaption id=\"caption-attachment-412\" class=\"wp-caption-text\">Meet &#8216;Wabster&#8217;, WordCamp Halifax&#8217;s official wapuu!</figcaption></figure>\n<p>This May marks a very special month for people in Atlantic Canada. Not only will the first signs of spring appear in the area (finally), but a new conference will be popping up as well.</p>\n<p><a href=\"https://2017.halifax.wordcamp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">WordCamp Halifax</a> is happening on May 27th at Marion McCain Building at Dalhousie University. This will be the first WordCamp in Canada East of Montreal, making it <em>the</em> web-related event of the season for Maritimers.</p>\n<p>&nbsp;</p>\n<h2>Get To Know Halifax</h2>\n<p>Halifax is best known for its friendly community and beautiful harbour. Take in cafes, beer gardens, the Citadel Hill, a farmers market and more pubs than you can count! May is a lovely time of year on the peninsula with lots of sunshine and occasional shower. Be sure to check out the newly built Central Library downtown &#8211; a spectacular architectural feat. Spend the whole week in Halifax to take road trips to other beautiful parts of the province: wine tours, U-picks and quaint fishing villages can all be found within a few hours drive away from the capital.</p>\n<p>WordCamp has affordable accommodations if you want to stay close to the venue. More information can be <a href=\"https://2017.halifax.wordcamp.org/venue/\" target=\"_blank\" rel=\"noopener noreferrer\">found here</a>.</p>\n<p>&nbsp;</p>\n<h2>What To Expect At WordCamp Halifax</h2>\n<p>With a mere $25 price tag, attendees can expect to enjoy:</p>\n<ul>\n<li>Catered lunch</li>\n<li>Swag bag with lots of goodies</li>\n<li>Happiness Bar where attendees can get one-on-one help with their website</li>\n<li>Lots of networking with people from a multitude of industries and skill levels</li>\n<li>25 local, national and international <a href=\"https://2017.halifax.wordcamp.org/speakers/\" target=\"_blank\" rel=\"noopener noreferrer\">speakers</a></li>\n<li>21 <a href=\"https://2017.halifax.wordcamp.org/sessions/\" target=\"_blank\" rel=\"noopener noreferrer\">informative sessions</a> in three tracks</li>\n<li>An After Party five minutes from the venue, with affordable bevvy&#8217;s &amp; snacks (you know how Haligonians love a good kitchen party!)</li>\n</ul>\n<p>The team has worked hard to bring diverse programming to this inaugural WordCamp with three tracks of learning:</p>\n<ul>\n<li><strong>Content Creators:</strong> Easiest sessions. Little prior WordPress experience expected</li>\n<li><strong>Site Creators:</strong> Some WordPress experience would be beneficial for these sessions, but is not required. Small amounts of HTML, CSS, PHP and Javascript might be presented in some talks</li>\n<li><strong>Code Creators:</strong> Advanced WordPress concepts, HTML, CSS, PHP and Javascript will be presented.</li>\n</ul>\n<p>&nbsp;</p>\n<p>We can&#8217;t wait to see everyone this May, so <a href=\"https://2017.halifax.wordcamp.org/tickets/\" target=\"_blank\" rel=\"noopener noreferrer\">nab a ticket</a>. With a limited seating of 185, you&#8217;ll have to grab one before they&#8217;re gone!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://en-ca.wordpress.org/2017/04/18/wordcamp-coming-to-halifax-nova-scotia/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Canadian English Theme Translations\";s:7:\"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://en-ca.wordpress.org/2015/07/20/themes-in-en-ca/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://en-ca.wordpress.org/2015/07/20/themes-in-en-ca/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2015 01:33:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"l10n\";s: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:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://en-ca.wordpress.org/?p=303\";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:396:\"The core WordPress project, have now opened up supported themes for translation into local languages. This has opened up thousands of new text strings to translate from US English to Canadian English. If you would like to assist, then you can head on over to https://translate.wordpress.org/locale/en-ca/default/wp-themes and start translating. We will then review all submitted stings [&#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:23:\"Charles E. Frees-Melvin\";s: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:574:\"<p>The core WordPress project, have now opened up supported themes for translation into local languages. This has opened up thousands of new text strings to translate from US English to Canadian English.</p>\n<p>If you would like to assist, then you can head on over to <a href=\"https://translate.wordpress.org/locale/en-ca/default/wp-themes\">https://translate.wordpress.org/locale/en-ca/default/wp-themes</a> and start translating.</p>\n<p>We will then review all submitted stings for accuracy. You can post a comment to this post of the themes you have contributed to.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://en-ca.wordpress.org/2015/07/20/themes-in-en-ca/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:85:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.0 “Benny”\";s:7:\"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://en-ca.wordpress.org/2014/09/04/wordpress-4-0-benny/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://en-ca.wordpress.org/2014/09/04/wordpress-4-0-benny/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Sep 2014 22:34: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:5:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}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:16:\"English (Canada)\";s: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:5:\"en_CA\";s: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:9:\"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:33:\"http://en-ca.wordpress.org/?p=278\";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:366:\"The Canadian English version of WordPress 4.0 is now released! Official Notice from the Core team: Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleaderBenny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a [&#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:23:\"Charles E. Frees-Melvin\";s: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:701:\"<p>The Canadian English version of WordPress 4.0 is now released!</p>\n<p><a href=\"https://wordpress.org/news/2014/09/benny/\" target=\"_blank\">Official Notice from the Core team:</a></p>\n<blockquote><p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader<a href=\"http://en.wikipedia.org/wiki/Benny_Goodman\">Benny Goodman</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p></blockquote>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://en-ca.wordpress.org/2014/09/04/wordpress-4-0-benny/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.9 “Smith”\";s:7:\"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://en-ca.wordpress.org/2014/04/21/wordpress-3-9-smith/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://en-ca.wordpress.org/2014/04/21/wordpress-3-9-smith/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2014 00:41: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: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:16:\"English (Canada)\";s: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:5:\"en_CA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://en-ca.wordpress.org/?p=263\";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:293:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. The full description of the update can be read on the official post.\";s: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:23:\"Charles E. Frees-Melvin\";s: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:630:\"<p><span style=\"color: #444444\">Version 3.9 of WordPress, named “Smith” in honor of jazz organist </span><a style=\"color: #4ca6cf\" href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a><span style=\"color: #444444\">, is available </span><a style=\"color: #4ca6cf\" href=\"https://wordpress.org/download/\">for download</a><span style=\"color: #444444\"> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</span></p>\n<p>The full description of the update can be <a href=\"https://wordpress.org/news/2014/04/smith/\">read on the official post.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://en-ca.wordpress.org/2014/04/21/wordpress-3-9-smith/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress 3.8 is Out!\";s:7:\"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://en-ca.wordpress.org/2013/12/12/i-didnt-know-what-time-it-was-wordpress-3-8-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://en-ca.wordpress.org/2013/12/12/i-didnt-know-what-time-it-was-wordpress-3-8-is-out/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Dec 2013 23:57: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:8:\"category\";a:3:{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:16:\"English (Canada)\";s: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:5:\"en_CA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://en-ca.wordpress.org/?p=245\";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:156:\"After lots of work by many. WordPress 3.8 is out in Canadian English. Update your sites now! It will look amazing! You can also read the release notes here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Charles E. Frees-Melvin\";s: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:273:\"<p>After lots of work by many. WordPress 3.8 is out in Canadian English.</p>\n<p>Update your sites now! It will look amazing! You can also read the release notes <a title=\"WordPress 3.8 Parker\" href=\"https://wordpress.org/news/2013/12/parker/\" target=\"_blank\">here</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://en-ca.wordpress.org/2013/12/12/i-didnt-know-what-time-it-was-wordpress-3-8-is-out/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress 3.7 “Basie” in Canadian English, Eh!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://en-ca.wordpress.org/2013/10/24/wordpress-3-7-basie-in-canadian-english-eh/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://en-ca.wordpress.org/2013/10/24/wordpress-3-7-basie-in-canadian-english-eh/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Oct 2013 23:42: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:8:\"category\";a:3:{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:16:\"English (Canada)\";s: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:5:\"en_CA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://en-ca.wordpress.org/?p=241\";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:360:\"It is that time that we get to release a brand new major release of WordPress. There are a lot of changes in the backend, not that you should notice. WordPress 3.7 “Basie” Posted October 24, 2013 by Matt Mullenweg. Filed under Releases. Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update [&#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:23:\"Charles E. Frees-Melvin\";s: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:2585:\"<p>It is that time that we get to release a brand new major release of WordPress. There are a lot of changes in the backend, not that you should notice.</p>\n<blockquote>\n<h2><a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 “Basie”</a></h2>\n<div>Posted October 24, 2013 by <a href=\"http://ma.tt/\">Matt Mullenweg</a>. Filed under <a title=\"View all posts in Releases\" href=\"https://wordpress.org/news/category/releases/\" rel=\"category tag\">Releases</a>.</div>\n</blockquote>\n<div>\n<blockquote><p>Version 3.7 of WordPress, named “Basie” in honor of <a href=\"http://en.wikipedia.org/wiki/Count_basie\">Count Basie</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones:</p>\n<ul>\n<li><strong>Updates while you sleep</strong>: With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.</li>\n<li><strong>Stronger password recommendations</strong>: Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.</li>\n<li><strong>Better global support</strong>: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.</li>\n</ul>\n<p>For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more <a href=\"https://codex.wordpress.org/Version_3.7\">dive into the Codex</a> or browse the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.7\">over 400 closed tickets on Trac</a>.</p>\n<p>Read full post &gt;&gt; <a href=\"https://wordpress.org/news/2013/10/basie/\">https://wordpress.org/news/2013/10/basie/</a></p></blockquote>\n</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://en-ca.wordpress.org/2013/10/24/wordpress-3-7-basie-in-canadian-english-eh/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Error in 3.6 Build\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://en-ca.wordpress.org/2013/08/06/error-in-3-6-build/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://en-ca.wordpress.org/2013/08/06/error-in-3-6-build/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Aug 2013 00:43: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"English (Canada)\";s: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:5:\"en_CA\";s: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:\"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:33:\"http://en-ca.wordpress.org/?p=234\";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:233:\"There was an error with the original build of the Canadian English 3.6 that was giving version 3.6-beta3-24485. I have fixed the build if you have the incorrect version then use the built-in updater now, or re-download on the right.\";s: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:23:\"Charles E. Frees-Melvin\";s: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:241:\"<p>There was an error with the original build of the Canadian English 3.6 that was giving version 3.6-beta3-24485. I have fixed the build if you have the incorrect version then use the built-in updater now, or re-download on the right.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://en-ca.wordpress.org/2013/08/06/error-in-3-6-build/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Long Weekend, Long Awaite WordPress 3.6 Released\";s:7:\"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://en-ca.wordpress.org/2013/08/01/long-weekend-long-awaite-wordpress-3-6-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://en-ca.wordpress.org/2013/08/01/long-weekend-long-awaite-wordpress-3-6-released/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 23:02:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://en-ca.wordpress.org/?p=229\";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:176:\"Hello everyone, it is the Thursday before the long weekend across Canada, and the next edition of WordPress 3.6. It is named Oscar after the legendary preformer Oscar Peterson.\";s: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:23:\"Charles E. Frees-Melvin\";s: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:191:\"<p>Hello everyone, it is the Thursday before the long weekend across Canada, and the next edition of WordPress 3.6.</p>\n<p>It is named Oscar after the legendary preformer Oscar Peterson.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://en-ca.wordpress.org/2013/08/01/long-weekend-long-awaite-wordpress-3-6-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress 3.5.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:72:\"https://en-ca.wordpress.org/2013/06/21/wordpress-3-5-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:\"Fri, 21 Jun 2013 20:56:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}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:5:\"en_CA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://en-ca.wordpress.org/?p=218\";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:358:\"Good day folks! The core WordPress team has released an important security release. Please update you sites now. If there are any problems with the update, post a comment here. Update: The post about the update is here https://wordpress.org/news/2013/06/wordpress-3-5-2/ There was an issue with the original file. It has been rebuilt and can be updated now.\";s: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:23:\"Charles E. Frees-Melvin\";s: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:462:\"<p>Good day folks! The core WordPress team has released an important security release. Please update you sites now. If there are any problems with the update, post a comment here.</p>\n<p>Update: The post about the update is here <a href=\"https://wordpress.org/news/2013/06/wordpress-3-5-2/\" target=\"_blank\">https://wordpress.org/news/2013/06/wordpress-3-5-2/</a></p>\n<p>There was an issue with the original file. It has been rebuilt and can be updated now.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Support Questions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://en-ca.wordpress.org/2013/03/03/support-questions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Mar 2013 15:06: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:2:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://en-ca.wordpress.org/?p=127\";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:342:\"I have been getting quite a few questions in the contact form. Here are the common questions and answers. 1. I lost my password: You can find help here Resetting Your Password « WordPress Codex or if you are using WordPress.com then try here Passwords — Support — WordPress.com 2. My site is not loading/working: Try to find [&#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:23:\"Charles E. Frees-Melvin\";s: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:1379:\"<p>I have been getting quite a few questions in the contact form. Here are the common questions and answers.</p>\n<p>1. I lost my password: You can find help here <a href=\"https://codex.wordpress.org/Resetting_Your_Password\">Resetting Your Password « WordPress Codex</a> or if you are using WordPress.com then try here <a href=\"http://en.support.wordpress.com/passwords/\">Passwords — Support — WordPress.com</a></p>\n<p>2. My site is not loading/working: Try to find your answer here <a href=\"https://codex.wordpress.org/Troubleshooting\">https://codex.wordpress.org/Troubleshooting</a></p>\n<p>3. A WordPress site has information I want taken down. You need to contact the site owner or their web host. WordPress is open source software users can install on a web server, it is not hosted by us. If it is on a WordPress.com site then you should report it here <a href=\"http://en.wordpress.com/abuse/\">http://en.wordpress.com/abuse/</a>. A good resource on this topic is available here <a href=\"http://lorelle.wordpress.com/2006/04/10/what-do-you-do-when-someone-steals-your-content\">What Do You Do When Someone Steals Your Content « Lorelle on WordPress</a>.</p>\n<p>Also if it is a general support question and not specific to the Canadian English translation the there is a support forum at <a href=\"https://wordpress.org/support\">https://wordpress.org/support</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: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:38:\"https://en-ca.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:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 24 Jul 2023 02:17:35 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 07 May 2021 01:01:09 GMT\";s:4:\"link\";s:64:\"<https://en-ca.wordpress.org/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:13:\"EXPIRED ord 6\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),(370,'allowedthemes','a:1:{s:15:\"twentytwentytwo\";b:1;}','yes');
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayoptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodaypostmeta`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodaypostmeta`
--

LOCK TABLES `wpqf_Adonaioriontodaypostmeta` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaypostmeta` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodaypostmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(159,50,'_wp_trash_meta_status','publish'),(160,50,'_wp_trash_meta_time','1689800518'),(126,38,'_wp_trash_meta_status','publish'),(127,38,'_wp_trash_meta_time','1689798677'),(128,39,'_edit_lock','1689798787:1'),(146,2,'_edit_lock','1689810315:1'),(147,2,'_edit_last','1'),(131,41,'_wp_attached_file','2023/07/Adonaiorion-Logo.jpeg'),(132,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2023/07/Adonaiorion-Logo.jpeg\";s:8:\"filesize\";i:72329;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13318;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Adonaiorion-Logo-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64769;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6016;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43926;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46288;}s:16:\"agama-blog-large\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-776x310.jpeg\";s:5:\"width\";i:776;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17728;}s:17:\"agama-blog-medium\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9523;}s:16:\"agama-blog-small\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14688;}s:17:\"agama-related-img\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-180x138.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6143;}s:18:\"agama-recent-posts\";a:5:{s:4:\"file\";s:29:\"Adonaiorion-Logo-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(133,42,'_wp_attached_file','2023/07/cropped-Adonaiorion-Logo.jpeg'),(134,42,'_wp_attachment_context','site-icon'),(135,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:37:\"2023/07/cropped-Adonaiorion-Logo.jpeg\";s:8:\"filesize\";i:26023;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5928;}s:16:\"agama-blog-large\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-512x310.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15804;}s:17:\"agama-blog-medium\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9226;}s:16:\"agama-blog-small\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14044;}s:17:\"agama-related-img\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-180x138.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6059;}s:18:\"agama-recent-posts\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-512x441.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23209;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11314;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-192x192.jpeg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7655;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:37:\"cropped-Adonaiorion-Logo-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7170;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:35:\"cropped-Adonaiorion-Logo-32x32.jpeg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(136,39,'_wp_trash_meta_status','publish'),(137,39,'_wp_trash_meta_time','1689798823'),(138,43,'_edit_lock','1689799055:1'),(139,43,'_wp_trash_meta_status','publish'),(140,43,'_wp_trash_meta_time','1689799064'),(141,19,'_edit_last','1'),(142,19,'_wp_page_template','default'),(143,18,'_wp_trash_meta_status','publish'),(144,18,'_wp_trash_meta_time','1689800008'),(145,18,'_wp_desired_post_slug','about'),(18,10,'pagelayer-data','1688775396'),(19,10,'pagelayer_template_type','header'),(20,10,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"front_page\";s:2:\"id\";s:0:\"\";}}'),(21,10,'pagelayer_imported_content','academy'),(22,11,'pagelayer-data','1688775396'),(23,11,'pagelayer_template_type','header'),(24,11,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";N;s:2:\"id\";s:0:\"\";}}'),(25,11,'pagelayer_imported_content','academy'),(26,12,'pagelayer-data','1688775396'),(27,12,'pagelayer_template_type','footer'),(28,12,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";N;s:2:\"id\";s:0:\"\";}}'),(29,12,'pagelayer_imported_content','academy'),(30,13,'pagelayer-data','1688775396'),(31,13,'pagelayer_template_type','archive'),(32,13,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"archives\";s:12:\"sub_template\";s:0:\"\";s:2:\"id\";s:0:\"\";}}'),(33,13,'pagelayer_imported_content','academy'),(34,14,'pagelayer-data','1688775397'),(35,14,'pagelayer_template_type','single'),(36,14,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:3:\"404\";s:2:\"id\";s:0:\"\";}}'),(37,14,'pagelayer_imported_content','academy'),(38,15,'pagelayer-data','1688775397'),(39,15,'pagelayer_template_type','single'),(40,15,'pagelayer_template_conditions','a:2:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:4:\"post\";s:2:\"id\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"attachment\";s:2:\"id\";s:0:\"\";}}'),(41,15,'pagelayer_imported_content','academy'),(42,16,'pagelayer-data','1688775397'),(43,16,'pagelayer_imported_content','academy'),(44,16,'_edit_lock','1689810952:1'),(45,17,'pagelayer-data','1688775397'),(46,17,'pagelayer_imported_content','academy'),(47,17,'_edit_lock','1634632585:1'),(48,18,'pagelayer-data','1688775397'),(49,18,'pagelayer_imported_content','academy'),(50,18,'_edit_lock','1689799998:1'),(51,19,'pagelayer-data','1688775397'),(52,19,'pagelayer_imported_content','academy'),(53,19,'_edit_lock','1689810932:1'),(54,20,'pagelayer-data','1688775397'),(55,20,'pagelayer_imported_content','academy'),(56,20,'_edit_lock','1634632625:1'),(57,20,'pagelayer_contact_templates','s:159:\"a:1:{s:7:\"th53304\";a:3:{s:10:\"from_email\";s:6:\"$email\";s:12:\"cont_subject\";s:17:\"Contact Page Form\";s:11:\"cont_header\";s:30:\"$name,$email,$subject,$message\";}}\";'),(196,67,'_wp_trash_meta_status','publish'),(195,66,'_wp_trash_meta_time','1689802288'),(194,66,'_wp_trash_meta_status','publish'),(193,65,'_wp_trash_meta_time','1689802153'),(192,65,'_wp_trash_meta_status','publish'),(191,65,'_edit_lock','1689802133:1'),(190,64,'_wp_trash_meta_time','1689802055'),(189,64,'_wp_trash_meta_status','publish'),(292,111,'_edit_lock','1689814397:1'),(291,110,'_wp_trash_meta_time','1689814195'),(290,110,'_wp_trash_meta_status','publish'),(289,110,'_edit_lock','1689814157:1'),(288,109,'_wp_trash_meta_time','1689814017'),(287,109,'_wp_trash_meta_status','publish'),(188,63,'_wp_trash_meta_time','1689802024'),(187,63,'_wp_trash_meta_status','publish'),(186,63,'_edit_lock','1689802013:1'),(185,62,'_wp_trash_meta_time','1689801880'),(184,62,'_wp_trash_meta_status','publish'),(246,91,'_wp_trash_meta_time','1689809823'),(245,91,'_wp_trash_meta_status','publish'),(244,90,'_wp_trash_meta_time','1689809787'),(243,90,'_wp_trash_meta_status','publish'),(242,89,'_wp_trash_meta_time','1689809566'),(241,89,'_wp_trash_meta_status','publish'),(98,27,'_wp_trash_meta_status','publish'),(99,27,'_wp_trash_meta_time','1689797085'),(100,28,'_wp_trash_meta_status','publish'),(101,28,'_wp_trash_meta_time','1689797140'),(102,29,'_wp_trash_meta_status','publish'),(103,29,'_wp_trash_meta_time','1689797189'),(104,30,'_wp_attached_file','2023/07/Adonaiorion-Part-Logo-Sun.jpeg'),(105,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2300;s:6:\"height\";i:2300;s:4:\"file\";s:38:\"2023/07/Adonaiorion-Part-Logo-Sun.jpeg\";s:8:\"filesize\";i:332023;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20217;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Adonaiorion-Part-Logo-Sun-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7771;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70603;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"Adonaiorion-Part-Logo-Sun-1536x1536.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186629;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"Adonaiorion-Part-Logo-Sun-2048x2048.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285686;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74548;}s:16:\"agama-blog-large\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-776x310.jpeg\";s:5:\"width\";i:776;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32091;}s:17:\"agama-blog-medium\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16400;}s:16:\"agama-blog-small\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24594;}s:17:\"agama-related-img\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-180x138.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8683;}s:18:\"agama-recent-posts\";a:5:{s:4:\"file\";s:38:\"Adonaiorion-Part-Logo-Sun-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45408;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(106,30,'_wp_attachment_is_custom_background','agama'),(107,31,'_edit_lock','1689797972:1'),(108,31,'_wp_trash_meta_status','publish'),(109,31,'_wp_trash_meta_time','1689798005'),(110,32,'_edit_lock','1689798029:1'),(111,32,'_wp_trash_meta_status','publish'),(112,32,'_wp_trash_meta_time','1689798064'),(113,33,'_wp_trash_meta_status','publish'),(114,33,'_wp_trash_meta_time','1689798125'),(115,34,'_wp_trash_meta_status','publish'),(116,34,'_wp_trash_meta_time','1689798158'),(117,35,'_wp_attached_file','2023/07/sketch-1689351461175.png'),(118,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2023/07/sketch-1689351461175.png\";s:8:\"filesize\";i:978436;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112983;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"sketch-1689351461175-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:885061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35612;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:544385;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:583671;}s:16:\"agama-blog-large\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-776x310.png\";s:5:\"width\";i:776;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:255051;}s:17:\"agama-blog-medium\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94105;}s:16:\"agama-blog-small\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155786;}s:17:\"agama-related-img\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-180x138.png\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41716;}s:18:\"agama-recent-posts\";a:5:{s:4:\"file\";s:32:\"sketch-1689351461175-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:348092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,35,'_wp_attachment_is_custom_background','agama'),(120,36,'_edit_lock','1689798267:1'),(121,36,'_wp_trash_meta_status','publish'),(122,36,'_wp_trash_meta_time','1689798267'),(123,37,'_edit_lock','1689798333:1'),(124,37,'_wp_trash_meta_status','publish'),(125,37,'_wp_trash_meta_time','1689798349'),(149,49,'_customize_changeset_uuid','891bafbb-1c69-4af9-8c87-50ac72a3920b'),(150,50,'_edit_lock','1689800510:1'),(250,17,'_wp_trash_meta_status','publish'),(249,92,'_wp_trash_meta_time','1689810196'),(248,92,'_wp_trash_meta_status','publish'),(247,92,'_edit_lock','1689810189:1'),(161,53,'_wp_attached_file','2023/07/Adonaiorion-sun-long-black-background.jpeg'),(162,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:2340;s:4:\"file\";s:50:\"2023/07/Adonaiorion-sun-long-black-background.jpeg\";s:8:\"filesize\";i:113832;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Adonaiorion-sun-long-black-background-138x300.jpeg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6745;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"Adonaiorion-sun-long-black-background-473x1024.jpeg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37211;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Adonaiorion-sun-long-black-background-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7236;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Adonaiorion-sun-long-black-background-768x1664.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72305;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"Adonaiorion-sun-long-black-background-709x1536.jpeg\";s:5:\"width\";i:709;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64955;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Adonaiorion-sun-long-black-background-945x2048.jpeg\";s:5:\"width\";i:945;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97435;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:51:\"Adonaiorion-sun-long-black-background-800x1733.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76899;}s:16:\"agama-blog-large\";a:5:{s:4:\"file\";s:50:\"Adonaiorion-sun-long-black-background-776x310.jpeg\";s:5:\"width\";i:776;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32195;}s:17:\"agama-blog-medium\";a:5:{s:4:\"file\";s:50:\"Adonaiorion-sun-long-black-background-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15673;}s:16:\"agama-blog-small\";a:5:{s:4:\"file\";s:50:\"Adonaiorion-sun-long-black-background-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24100;}s:17:\"agama-related-img\";a:5:{s:4:\"file\";s:50:\"Adonaiorion-sun-long-black-background-180x138.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8360;}s:18:\"agama-recent-posts\";a:5:{s:4:\"file\";s:50:\"Adonaiorion-sun-long-black-background-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(163,53,'_wp_attachment_is_custom_background','agama'),(164,54,'_wp_trash_meta_status','publish'),(165,54,'_wp_trash_meta_time','1689800611'),(166,55,'_wp_trash_meta_status','publish'),(167,55,'_wp_trash_meta_time','1689800642'),(168,56,'_wp_trash_meta_status','publish'),(169,56,'_wp_trash_meta_time','1689800741'),(170,57,'_wp_trash_meta_status','publish'),(171,57,'_wp_trash_meta_time','1689800793'),(172,58,'_wp_trash_meta_status','publish'),(173,58,'_wp_trash_meta_time','1689800968'),(174,59,'_wp_trash_meta_status','publish'),(175,59,'_wp_trash_meta_time','1689800981'),(176,60,'_wp_trash_meta_status','publish'),(177,60,'_wp_trash_meta_time','1689801602'),(178,61,'_edit_lock','1689801660:1'),(179,61,'_wp_trash_meta_status','publish'),(180,61,'_wp_trash_meta_time','1689801661'),(181,62,'_edit_lock','1689801860:1'),(197,67,'_wp_trash_meta_time','1689802398'),(198,68,'_wp_trash_meta_status','publish'),(199,68,'_wp_trash_meta_time','1689802407'),(200,69,'_edit_lock','1689802532:1'),(201,69,'_wp_trash_meta_status','publish'),(202,69,'_wp_trash_meta_time','1689802545'),(203,70,'_wp_trash_meta_status','publish'),(204,70,'_wp_trash_meta_time','1689803132'),(205,71,'_wp_trash_meta_status','publish'),(206,71,'_wp_trash_meta_time','1689803167'),(207,72,'_wp_trash_meta_status','publish'),(208,72,'_wp_trash_meta_time','1689803199'),(209,73,'_edit_lock','1689803302:1'),(210,73,'_wp_trash_meta_status','publish'),(211,73,'_wp_trash_meta_time','1689803303'),(212,74,'_wp_trash_meta_status','publish'),(213,74,'_wp_trash_meta_time','1689803322'),(214,75,'_wp_trash_meta_status','publish'),(215,75,'_wp_trash_meta_time','1689803459'),(216,76,'_wp_trash_meta_status','publish'),(217,76,'_wp_trash_meta_time','1689803514'),(218,77,'_wp_trash_meta_status','publish'),(219,77,'_wp_trash_meta_time','1689803619'),(220,78,'_edit_lock','1689804243:1'),(221,78,'_wp_trash_meta_status','publish'),(222,78,'_wp_trash_meta_time','1689804259'),(223,79,'_wp_trash_meta_status','publish'),(224,79,'_wp_trash_meta_time','1689804304'),(225,80,'_edit_lock','1689805111:1'),(226,80,'_wp_trash_meta_status','publish'),(227,80,'_wp_trash_meta_time','1689805124'),(228,2,'_thumbnail_id','41'),(229,2,'pagelayer-data','1689808307'),(230,85,'_wp_trash_meta_status','publish'),(231,85,'_wp_trash_meta_time','1689809199'),(232,86,'_edit_lock','1689809237:1'),(233,86,'_wp_trash_meta_status','publish'),(234,86,'_wp_trash_meta_time','1689809251'),(235,87,'_edit_lock','1689809299:1'),(236,87,'_wp_trash_meta_status','publish'),(237,87,'_wp_trash_meta_time','1689809337'),(238,88,'_edit_lock','1689809417:1'),(239,88,'_wp_trash_meta_status','publish'),(240,88,'_wp_trash_meta_time','1689809436'),(251,17,'_wp_trash_meta_time','1689810237'),(252,17,'_wp_desired_post_slug','service'),(253,49,'_edit_lock','1689811055:1'),(254,20,'_wp_trash_meta_status','publish'),(255,20,'_wp_trash_meta_time','1689810280'),(256,20,'_wp_desired_post_slug','contact'),(257,2,'_wp_trash_meta_status','publish'),(258,2,'_wp_trash_meta_time','1689810314'),(259,2,'_wp_desired_post_slug','today'),(260,3,'_wp_trash_meta_status','draft'),(261,3,'_wp_trash_meta_time','1689810340'),(262,3,'_wp_desired_post_slug','privacy-policy'),(263,16,'_edit_last','1'),(264,16,'_wp_page_template','default'),(265,49,'_edit_last','1'),(266,19,'_wp_trash_meta_status','publish'),(267,19,'_wp_trash_meta_time','1689810945'),(268,19,'_wp_desired_post_slug','home'),(269,101,'_edit_lock','1689811049:1'),(270,102,'_edit_lock','1689811602:1'),(271,103,'_edit_lock','1689811680:1'),(272,106,'_edit_lock','1689812045:1'),(273,106,'_edit_last','1'),(276,106,'_wp_trash_meta_status','publish'),(277,106,'_wp_trash_meta_time','1689812195'),(278,106,'_wp_desired_post_slug','death-deleted-or-not-typed-or-not-death'),(279,49,'_wp_trash_meta_status','publish'),(280,49,'_wp_trash_meta_time','1689812218'),(281,49,'_wp_desired_post_slug','o'),(282,16,'_wp_trash_meta_status','publish'),(283,16,'_wp_trash_meta_time','1689812426'),(284,16,'_wp_desired_post_slug','articles'),(285,108,'_wp_trash_meta_status','publish'),(286,108,'_wp_trash_meta_time','1689813933'),(293,111,'_wp_trash_meta_status','publish'),(294,111,'_wp_trash_meta_time','1689814402'),(295,112,'_edit_lock','1689814568:1'),(296,112,'_wp_trash_meta_status','publish'),(297,112,'_wp_trash_meta_time','1689814576'),(298,1,'_edit_lock','1689816167:1'),(299,1,'_oembed_e63989e8405d75e2dc92bb9a3ca4e23f','{{unknown}}'),(300,1,'_edit_last','1'),(307,117,'_edit_last','1'),(303,1,'_wp_old_slug','hello-world'),(306,117,'_edit_lock','1689818480:1'),(316,122,'_wp_trash_meta_status','draft'),(315,122,'_edit_last','1'),(314,122,'_edit_lock','1690002785:1'),(317,122,'_wp_trash_meta_time','1690002785'),(318,122,'_wp_desired_post_slug',''),(319,128,'_edit_lock','1690002963:1'),(320,130,'_edit_lock','1690003129:1'),(321,130,'_edit_last','1'),(322,130,'_wp_trash_meta_status','draft'),(323,130,'_wp_trash_meta_time','1690003134'),(324,130,'_wp_desired_post_slug',''),(325,132,'_edit_lock','1690003231:1'),(326,132,'_edit_last','1'),(327,133,'_edit_lock','1690003273:1'),(328,136,'_edit_lock','1690003455:1'),(329,137,'_edit_lock','1690003500:1'),(330,132,'_wp_trash_meta_status','draft'),(331,132,'_wp_trash_meta_time','1690003530'),(332,132,'_wp_desired_post_slug',''),(333,139,'_edit_lock','1690170336:1'),(334,139,'_edit_last','1'),(337,139,'_wp_old_date','2023-07-22');
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaypostmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodayposts`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayposts`
--

LOCK TABLES `wpqf_Adonaioriontodayposts` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayposts` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodayposts` VALUES (1,1,'2023-07-08 00:16:28','2023-07-08 00:16:28','<!-- wp:paragraph -->\r\n<p>Philosophy of modern day, and philanthropy of present day issues.</p>\r\n<p>All material is original I am not otherwise company, org, group/ individual affiliated.</p>\r\n<p>Copyright infringement in full effect.</p>\r\n<!-- /wp:paragraph -->','Today','','publish','open','open','','today','','','2023-07-20 01:25:04','2023-07-20 01:25:04','',0,'https://www.adonaiorion.com/Today/?p=1',0,'post','',1),(2,1,'2023-07-08 00:16:28','2023-07-08 00:16:28','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Front Page\",\"post_status\":\"publish\",\"post_date\":\"2023-07-08 00:16:28\",\"post_author\":\"1\",\"post_name\":\"today\",\"featured_image\":41,\"comment_status\":\"true\",\"pagelayer-id\":\"zvf9263\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"2uw9545\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"hmf6543\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\n\\r\\n\\u003ch1\\u003ePresent day topics in society and civilization.\\u003c/h1\\u003e\\r\\n\\n\",\"ele_bg_type\":\"gradient\",\"ele_bg_gradient\":[\"150\",\"#000000ff\",\"23\",\"#af40ffff\",\"45\",\"#494949ff\",\"100\"],\"ele_bg_hover\":\"\",\"pagelayer-id\":\"fek8376\"} -->\n\r\n<h1>Present day topics in society and civilization.</h1>\r\n\n<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Front Page','','trash','open','closed','','today__trashed','','','2023-07-19 23:45:14','2023-07-19 23:45:14','',0,'https://www.adonaiorion.com/Today/?page_id=2',0,'page','',0),(48,1,'2023-07-19 20:55:09','2023-07-19 20:55:09','<!-- wp:paragraph -->\r\n<h1>Present day topics in society and civilization.</h1>\r\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2023-07-19 20:55:09','2023-07-19 20:55:09','',2,'https://www.adonaiorion.com/Today/?p=48',0,'revision','',0),(49,1,'2023-07-19 21:01:58','2023-07-19 21:01:58','','O','','trash','closed','closed','','o__trashed','','','2023-07-20 00:16:58','2023-07-20 00:16:58','',0,'https://www.adonaiorion.com/Today/?page_id=49',0,'page','',0),(50,1,'2023-07-19 21:01:58','2023-07-19 21:01:58','{\n    \"agama::agama_search_page_thumbnails\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:00:50\"\n    },\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:00:50\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:00:50\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:false,%22icon%22:%22rss%22,%22url%22:%22https://www.adonaiorion.com/Today/feed/%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:00:50\"\n    },\n    \"page_on_front\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:01:50\"\n    },\n    \"page_for_posts\": {\n        \"value\": \"49\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:01:58\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            49\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:01:58\"\n    }\n}','','','trash','closed','closed','','891bafbb-1c69-4af9-8c87-50ac72a3920b','','','2023-07-19 21:01:58','2023-07-19 21:01:58','',0,'https://www.adonaiorion.com/Today/?p=50',0,'customize_changeset','',0),(3,1,'2023-07-08 00:16:28','2023-07-08 00:16:28','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://www.adonaiorion.com/Today.</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-07-19 23:45:40','2023-07-19 23:45:40','',0,'https://www.adonaiorion.com/Today/?page_id=3',0,'page','',0),(26,1,'2023-07-17 15:34:34','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-17 15:34:34','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=26',0,'post','',0),(38,1,'2023-07-19 20:31:17','2023-07-19 20:31:17','{\n    \"blogname\": {\n        \"value\": \"Present Day Topics\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:31:17\"\n    },\n    \"blogdescription\": {\n        \"value\": \"Today\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:31:17\"\n    },\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:31:17\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:31:17\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:false,%22icon%22:%22rss%22,%22url%22:%22https://www.adonaiorion.com/Today/feed/%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:31:17\"\n    }\n}','','','trash','closed','closed','','dcb2f9d4-5a11-46d1-9348-aece6200775d','','','2023-07-19 20:31:17','2023-07-19 20:31:17','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/dcb2f9d4-5a11-46d1-9348-aece6200775d/',0,'customize_changeset','',0),(10,0,'2023-07-08 00:16:36','2023-07-08 00:16:36','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home Header\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:44\",\"post_author\":\"1\",\"post_name\":\"home-header\",\"post_excerpt\":\"\",\"post_password\":\"\",\"featured_image\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"opr3825\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"6\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.8\",\"overlay_color\":\"#000000ff\",\"pagelayer-id\":\"2zw5617\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"c792394\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"dwh6332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width\":40,\"content_pos\":\"center\",\"col_width_mobile\":\"70\",\"col_width_tablet\":70,\"pagelayer-id\":\"e5b4281\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Academy\",\"site_title_state\":\"normal\",\"text-align\":\"left\",\"site_title_style\":[\"\",\"30\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"Uppercase\",\"\",\"\"],\"title_color\":\"#ffffffff\",\"title_padding\":\"0,0,0,0\",\"pagelayer-id\":\"v3n1020\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width\":60,\"col_width_mobile\":\"25\",\"col_width_tablet\":30,\"content_pos\":\"center\",\"pagelayer-id\":\"n6q9471\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"right\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"menu_bg_color_active\":\"\",\"horizontal_padding\":\"23\",\"vertical_padding\":\"10\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#0986c0\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#6200eaff\",\"menu_toggle_size\":\"30\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffffd6\",\"close_bg_color\":\"#00000036\",\"close_hover_delay\":\"600\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"submenu_position\":\"left\",\"menu_items_bg\":\"#000000ff\",\"menu_color\":\"#ffffffff\",\"menu_color_hover\":\"#6200eaff\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_align_tablet\":\"right\",\"menu_toggle_color\":\"#ffffffff\",\"menu_toggle_size_tablet\":22,\"menu_toggle_padding_tablet\":[\"8px\",\"8px\"],\"menu_posy_tablet\":10,\"vertical_padding_tablet\":\"14\",\"ele_css\":\"{{element}} .pagelayer-wp_menu-ul .menu-item a {\\n    justify-content: center;\\n}\",\"align_mobile\":\"center\",\"menu_toggle_align_mobile\":\"right\",\"menu_toggle_size_mobile\":22,\"menu_toggle_padding_mobile\":[\"8px\",\"8px\"],\"menu_width_mobile\":80,\"menu_color_active\":\"#6200eaff\",\"submenu_align\":\"left\",\"menu_toggle_icon\":\"fas fa-bars\",\"dropdown_align_mobile\":\"flex-start\",\"menu_posy_mobile\":20,\"menu_width_tablet\":60,\"dropdown_align_tablet\":\"flex-start\",\"menu_typo\":[\"\",\"15\",\"\",\"600\",\"\",\"\",\"Solid\",\"\",\"Uppercase\",\"\",\"\"],\"pagelayer-id\":\"lua1542\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"150px,0px,150px,0px\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"ele_padding_tablet\":[\"120px\",\"0px\",\"120px\",\"0px\"],\"pagelayer-id\":\"e924415\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"sof2485\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"left\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch5\\u003eYour Bright Future\\u003c/h5\\u003e\",\"pagelayer-id\":\"8f92296\"} --><h5>Your Bright Future</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#6200eaff\",\"align\":\"left\",\"heading_typo\":[\"\",\"70\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"Uppercase\",\"\",\"\"],\"heading_typo_mobile\":[\"\",\"45\",\"\",\"600\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch1\\u003eOur Mission\\u003c/h1\\u003e\",\"heading_typo_tablet\":[\"\",\"55\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"zyg3598\"} --><h1>Our Mission</h1><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; color:#ffffff; line-height:2;;}\",\"ele_custom_pos\":\"true\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"ele_custom_width\":\"768px\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eEu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque. Eu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.\\u003c/p\\u003e\",\"pagelayer-id\":\"jjg7939\"} --><p>Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque. Eu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_custom_size\":\"25\",\"btn_bg_color\":\"#6200eaff\",\"btn_color\":\"#ffffff\",\"btn_typo\":\"Muli,16,,600,,,Solid,,,,\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#42414f\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"animation\":\"\",\"animation_delay\":\"600\",\"btn_hover\":\"\",\"pagelayer-id\":\"mcy2580\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Home Header','','publish','closed','closed','','home-header','','','2023-07-08 00:16:36','2023-07-08 00:16:36','',0,'https://www.adonaiorion.com/Today/?p=10',0,'pagelayer-template','',0),(11,0,'2023-07-08 00:16:36','2023-07-08 00:16:36','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Header\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:44\",\"post_author\":\"1\",\"post_name\":\"header\",\"post_excerpt\":\"\",\"post_password\":\"\",\"featured_image\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"yv38543\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#000000ff\",\"ele_padding\":\"10px,0px,10px,0px\",\"pagelayer-id\":\"6e14729\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width\":40,\"col_width_mobile\":\"70\",\"content_pos\":\"center\",\"col_width_tablet\":70,\"pagelayer-id\":\"uh19715\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Academy\",\"site_title_state\":\"normal\",\"text-align\":\"left\",\"title_color\":\"#ffffffff\",\"title_padding\":\"0,0,0,0\",\"site_title_style\":[\"\",\"30\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"eb62675\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width\":60,\"col_width_mobile\":\"20\",\"content_pos\":\"center\",\"col_width_tablet\":30,\"pagelayer-id\":\"5y34423\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"right\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"menu_bg_color_active\":\"\",\"horizontal_padding\":\"23\",\"vertical_padding\":\"10\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#0986c0\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#6200eaff\",\"menu_toggle_size\":\"30\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffffd6\",\"close_bg_color\":\"#00000036\",\"close_hover_delay\":\"600\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"submenu_position\":\"left\",\"menu_items_bg\":\"#000000ff\",\"menu_color\":\"#ffffffff\",\"menu_color_hover\":\"#6200eaff\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_align_tablet\":\"right\",\"menu_toggle_color\":\"#ffffffff\",\"menu_toggle_size_tablet\":22,\"menu_toggle_padding_tablet\":[\"8px\",\"8px\"],\"menu_posy_tablet\":10,\"vertical_padding_tablet\":\"14\",\"ele_css\":\"{{element}} .pagelayer-wp_menu-ul .menu-item a {\\n    justify-content: center;\\n}\",\"align_mobile\":\"center\",\"menu_toggle_align_mobile\":\"right\",\"menu_toggle_size_mobile\":22,\"menu_toggle_padding_mobile\":[\"8px\",\"8px\"],\"menu_width_mobile\":80,\"menu_color_active\":\"#6200eaff\",\"submenu_align\":\"left\",\"menu_toggle_icon\":\"fas fa-bars\",\"dropdown_align_mobile\":\"flex-start\",\"menu_posy_mobile\":20,\"menu_width_tablet\":60,\"dropdown_align_tablet\":\"flex-start\",\"menu_typo\":[\"\",\"15\",\"\",\"600\",\"\",\"\",\"Solid\",\"\",\"Uppercase\",\"\",\"\"],\"pagelayer-id\":\"zkj8814\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Header','','publish','closed','closed','','header','','','2023-07-08 00:16:36','2023-07-08 00:16:36','',0,'https://www.adonaiorion.com/Today/?p=11',0,'pagelayer-template','',0),(12,0,'2023-07-08 00:16:36','2023-07-08 00:16:36','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Footer\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:44\",\"post_author\":\"1\",\"post_name\":\"footer\",\"post_excerpt\":\"\",\"post_password\":\"\",\"featured_image\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"lt915\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#101010ff\",\"ele_padding\":[\"30px\",\"0px\",\"40px\",\"0px\"],\"pagelayer-id\":\"9ai9703\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"62t3547\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Academy\",\"site_title_state\":\"normal\",\"text-align\":\"left\",\"title_color\":\"#6200eaff\",\"site_title_style\":[\"\",\"30\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"Capitalize\",\"\",\"\"],\"title_padding\":\"0,0,0,0\",\"pagelayer-id\":\"jgs7449\"} /-->\n<!-- wp:pagelayer/pl_text {\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; font-weight:500; line-height:2; color:#ffffff;}\",\"text\":\"\\u003cp\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Magnam, consequatur quas ratione eaque praesentium eligendi voluptatum at harum mollitia rem veritatis accusantium pariatur.\\u003c/p\\u003e\",\"pagelayer-id\":\"r1r8613\"} --><p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Magnam, consequatur quas ratione eaque praesentium eligendi voluptatum at harum mollitia rem veritatis accusantium pariatur.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"left\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"3\",\"icon_size\":\"16\",\"color_scheme\":\"\",\"icon_color\":\"#ffffffff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#6200eaff\",\"bg_shape\":\"pagelayer-social-shape-circle\",\"bg_size\":\"10\",\"icon_bg_color\":\"#6200eaff\",\"icon_bg_color_hover\":\"#ffffffff\",\"social_hover\":\"hover\",\"ele_margin\":[\"10px\",\"0px\",\"0px\",\"0px\"],\"pagelayer-id\":\"cnx9598\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"4wl3699\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-instagram\",\"social_url\":\"https://instagram.com/sitepad\",\"pagelayer-id\":\"pb05054\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"w2x8177\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"lro5508\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"vnf5175\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#6200eaff\",\"text\":\"\\u003ch5\\u003eQuick Links\\u003c/h5\\u003e\",\"pagelayer-id\":\"45k1124\"} --><h5>Quick Links</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"22\",\"list_text_state\":\"normal\",\"item_indent\":\"0\",\"list_icon_state\":\"normal\",\"icon_color\":\"#0986c0\",\"icon_border_type\":\"\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"list_typo\":[\"\",\"14\",\"\",\"500\",\"\",\"\",\"Solid\",\"\",\"Capitalize\",\"\",\"\"],\"list_color\":\"#ffffffff\",\"pagelayer-id\":\"4e21742\"} -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"item\":\"Home\",\"item_url\":\"19\",\"pagelayer-id\":\"koe6377\"} -->Home<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"item\":\"About Us\",\"item_url\":\"18\",\"pagelayer-id\":\"k0j4576\"} -->About Us<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"item\":\"Services\",\"item_url\":\"17\",\"pagelayer-id\":\"p491513\"} -->Services<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"item\":\"Contact Us\",\"item_url\":\"20\",\"pagelayer-id\":\"ftr2396\"} -->Contact Us<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"xcy8600\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#6200eaff\",\"text\":\"\\u003ch5\\u003eGet In Touch\\u003c/h5\\u003e\",\"pagelayer-id\":\"lvm5975\"} --><h5>Get In Touch</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"\",\"color\":\"#ffffffff\",\"ele_margin\":\"6px,0px,0px,0px\",\"pagelayer-id\":\"yuj1861\"} /-->\n<!-- wp:pagelayer/pl_phone {\"icon\":\"\",\"ele_margin\":\"5px,0px,0px,0px\",\"color\":\"#ffffffff\",\"linked\":\"true\",\"pagelayer-id\":\"50i8761\"} /-->\n<!-- wp:pagelayer/pl_email {\"icon\":\"\",\"color\":\"#ffffffff\",\"align\":\"flex-start\",\"ele_margin\":\"10px,0px,0px,0px\",\"linked\":\"true\",\"pagelayer-id\":\"epr7055\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#171717ff\",\"ele_padding\":\"5px,0px,5px,0px\",\"pagelayer-id\":\"gw35545\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"nuu4788\"} -->\n<!-- wp:pagelayer/pl_copyright {\"color\":\"#ffffffff\",\"align\":\"left\",\"copyright_text\":\"© 2021 Careerist Theme. All right Reserved\",\"pagelayer-id\":\"f9n1885\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Footer','','publish','closed','closed','','footer','','','2023-07-08 00:16:37','2023-07-08 00:16:37','',0,'https://www.adonaiorion.com/Today/?p=12',0,'pagelayer-template','',0),(13,0,'2023-07-08 00:16:36','2023-07-08 00:16:36','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"0\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding_tablet\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"0px,0px,0px,0px\",\"ele_margin\":\"80px,0px,40px,0px\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"m4k2309\"} -->\r\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"widget_space\":\"0\",\"col_width\":\"100\",\"col_width_mobile\":\"100\",\"ele_padding_mobile\":\"10px,10px,10px,10px\",\"col_width_tablet\":\"100\",\"ele_padding_tablet\":\"10px,10px,10px,10px\",\"pagelayer-id\":\"8yo2717\"} -->\r\n<!-- wp:pagelayer/pl_archive_posts {\"type\":\"default\",\"columns\":\"3\",\"columns_mobile\":\"1\",\"col_gap\":\"30\",\"row_gap\":\"30\",\"data_padding\":\"10,10,10,10\",\"bg_color\":\"#ffffff\",\"show_thumb\":\"true\",\"show_title\":\"true\",\"meta\":\"date\",\"meta_sep\":\"\",\"show_content\":\"excerpt\",\"content_color\":\"#adb5bdff\",\"content_align\":\"left\",\"pagination\":\"number_prev_next\",\"thumb_size\":\"medium_large\",\"ratio\":\"0.7\",\"title_color\":\"#495057ff\",\"title_typo\":\",20,,bold,,,,,,,\",\"exc_length\":\"10\",\"pagi_prev_text\":\"Previous\",\"pagi_next_text\":\"Next\",\"pagi_end_size\":\"1\",\"pagi_mid_size\":\"2\",\"pagi_align\":\"center\",\"box_shadow\":\"0,1,5,#00000026,0,\",\"title_spacing\":\"0,0\",\"meta_color\":\"#666666ff\",\"meta_align\":\"left\",\"meta_typo\":\"Roboto,12,,600,,,,,Uppercase,,\",\"content_padding\":\"10,0,10,0\",\"pagi_colors\":\"active\",\"pagi_color\":\"#495057ff\",\"pagi_hover_color\":\"#000000ff\",\"pagi_current_color\":\"#000000ff\",\"pagi_typo\":\",,,,,,,,,,\",\"meta_tag_pos\":\"absolute\",\"meta_width\":\"50%\",\"meta_vposition\":\"bottom\",\"meta_hposition\":\"left\",\"meta_vposition_offset\":\"8px\",\"meta_hposition_offset\":\"8px\",\"show_more\":\"true\",\"more\":\"Read More\",\"align\":\"right\",\"icon_position\":\"pagelayer-btn-icon-right\",\"more_typo\":\"Roboto,12,,bold,,,,,Capitalize,,\",\"btn_type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"icon\":\"fas fa-angle-right\",\"icon_spacing\":\"5\",\"btn_bg_color\":\"#00000000\",\"more_color\":\"#adb5bdff\",\"btn_hover\":\"hover\",\"btn_custom_size\":\"0,0\",\"pagi_padding\":\"50,0,0,0\",\"columns_tablet\":\"1\",\"pagelayer-id\":\"mue2352\"} /-->\r\n<!-- /wp:pagelayer/pl_col -->\r\n<!-- /wp:pagelayer/pl_row -->','Blog Template','','publish','closed','closed','','blog-template','','','2023-07-08 00:16:36','2023-07-08 00:16:36','',0,'https://www.adonaiorion.com/Today/?p=13',0,'pagelayer-template','',0),(14,0,'2023-07-08 00:16:37','2023-07-08 00:16:37','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"120px,0px,120px,0px\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"rxs3267\"} -->\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width\":\"50\",\"col_width_mobile\":\"40\",\"col_width_tablet\":\"40\",\"pagelayer-id\":\"iyr6907\"} -->\r\n<!-- wp:pagelayer/pl_image {\"id\":\"https://www.adonaiorion.com/Today/wp-content/plugins/pagelayer/images/404image.jpg\",\"id-size\":\"full\",\"align\":\"right\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"max-width\":\"36\",\"custom_size\":\"400x400\",\"max-width_mobile\":\"100\",\"max-width_tablet\":\"100\",\"pagelayer-id\":\"tem415\"} /-->\r\n<!-- /wp:pagelayer/pl_col -->\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width\":\"50\",\"col_width_mobile\":\"55\",\"col_width_tablet\":\"55\",\"pagelayer-id\":\"wnp3287\"} -->\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThe page you requested was not found we suggest you to go back to HomePage\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"left\",\"color\":\"#495057ff\",\"heading_typo\":\",,,,,,,,,,\",\"heading_text_shadow\":\",,,\",\"ele_custom_pos\":\"true\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"ele_custom_width\":\"80%\",\"ele_custom_width_mobile\":\"100%\",\"ele_custom_width_tablet\":\"100%\",\"pagelayer-id\":\"a8q1058\"} --><p>The page you requested was not found we suggest you to go back to HomePage</p><!-- /wp:pagelayer/pl_heading -->\r\n<!-- wp:pagelayer/pl_btn {\"text\":\"Back To HomePage\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"link\":\"19\",\"btn_typo\":\"Roboto,15,Normal,500,Normal,None,,1,Uppercase,1,1\",\"btn_bg_color\":\"#ff8474ff\",\"btn_color\":\"#ffffff\",\"btn_custom_size\":\"25\",\"btn_hover\":\"hover\",\"btn_bg_color_hover\":\"#583d72ff\",\"btn_color_hover\":\"#ffffffff\",\"btn_shadow\":\"1,1,1,#000000ff,1,\",\"btn_typo_mobile\":\",14,,,,,,,,,\",\"btn_typo_tablet\":\",14,,,,,,,,,\",\"pagelayer-id\":\"znu8912\"} /-->\r\n<!-- /wp:pagelayer/pl_col -->\r\n<!-- /wp:pagelayer/pl_row -->','404','','publish','closed','closed','','404','','','2023-07-08 00:16:37','2023-07-08 00:16:37','',0,'https://www.adonaiorion.com/Today/?p=14',0,'pagelayer-template','',0),(15,0,'2023-07-08 00:16:37','2023-07-08 00:16:37','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"0\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"80px,0px,80px,0px\",\"ele_padding\":\"0px,0px,0px,0px\",\"fixed_width\":\"75%\",\"fixed_width_mobile\":\"100%\",\"fixed_width_tablet\":\"100%\",\"pagelayer-id\":\"bdr9414\"} -->\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_padding\":\"10px,10px,10px,10px\",\"content_pos\":\"center\",\"col_width\":\"100\",\"pagelayer-id\":\"yfr4566\"} -->\r\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#495057ff\",\"typo\":\",35,,bold,,,,1.3,,,\",\"shadow\":\"0,0,1,#000000ff\",\"align\":\"left\",\"typo_mobile\":\",30,,,,,,,,,\",\"typo_tablet\":\",30,,,,,,,,,\",\"pagelayer-id\":\"v7n9444\"} /-->\r\n<!-- wp:pagelayer/pl_post_excerpt {\"align\":\"left\",\"pe_margin\":\"0px,0px,0px,0px\",\"color\":\"#adb5bdff\",\"typo\":\",15,Italic,500,,,,1.5,,,\",\"ele_margin\":\"0px,0px,0px,0px\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"kgd1425\"} /-->\r\n<!-- wp:pagelayer/pl_featured_img {\"size\":\"full\",\"img_filter\":\"0,100,100,0,0,100,100\",\"caption_color\":\"#0986c0\",\"img_hover_delay\":\"400\",\"align\":\"center\",\"img_shadow\":\"0,24,36,#0000001a,0,\",\"custom_size\":\"80%,60%\",\"pagelayer-id\":\"4wb1030\"} /-->\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"f8n3612\"} -->\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col\":\"4\",\"pagelayer-id\":\"i795860\"} -->\r\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"vertical\",\"space_between\":\"25\",\"align\":\"left\",\"icon_colors\":\"normal\",\"text_colors\":\"hover\",\"icon_color_normal\":\"#495057ff\",\"text_color_normal\":\"#495057ff\",\"text_color_hover\":\"#000000ff\",\"input_typo\":\"Roboto,14,,500,,,,1.6,,,\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"ele_width\":\"initial\",\"icon_size\":\"120%\",\"pagelayer-id\":\"qip3968\"} -->\r\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"author\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-user-circle\",\"info_avatar\":\"true\",\"info_avatar_size\":\"22\",\"pagelayer-id\":\"l1i4146\"} /-->\r\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"date\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"far fa-clock\",\"date_format\":\"default\",\"pagelayer-id\":\"xj43574\"} /-->\r\n<!-- /wp:pagelayer/pl_post_info -->\r\n<!-- /wp:pagelayer/pl_inner_col -->\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col\":\"7\",\"pagelayer-id\":\"t2j1983\"} -->\r\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"vertical\",\"space_between\":\"0\",\"align\":\"right\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"icon_color_normal\":\"#495057ff\",\"text_color_normal\":\"#0072ffff\",\"text_color_hover\":\"\",\"input_typo\":\"Roboto,14,,500,,,,1.6,,,\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"ele_width\":\"initial\",\"icon_size\":\"120%\",\"ele_position\":\"\",\"ele_hposition\":\"left\",\"ele_hposition_offset\":\"100%\",\"ele_bg_type\":\"\",\"ele_bg_color\":\"#66aaff26\",\"ele_padding\":\"0px,0px,0px,0px\",\"align_mobile\":\"left\",\"align_tablet\":\"left\",\"anchor_text_colors\":\"normal\",\"anchor_text_color_normal\":\"#f48989ff\",\"anchor_background_color_normal\":\"#4bd34bff\",\"anchor_text_padding\":\"5,10,5,10\",\"anchor_text_margin\":\"10,10,10,10\",\"terms_text_colors\":\"normal\",\"terms_background_color_normal\":\"#66aaff26\",\"terms_text_color_normal\":\"#0072ffff\",\"terms_text_padding\":\"5,10,5,10\",\"terms_text_margin\":\"0,5,0,5\",\"terms_border_radius\":\"4,4,4,4\",\"pagelayer-id\":\"dbq3916\"} -->\r\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"category\",\"pagelayer-id\":\"wpv7212\"} /-->\r\n<!-- /wp:pagelayer/pl_post_info -->\r\n<!-- /wp:pagelayer/pl_inner_col -->\r\n<!-- /wp:pagelayer/pl_inner_row -->\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"trw3096\"} -->\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col\":\"2\",\"pagelayer-id\":\"wwu6541\"} -->\r\n<!-- wp:pagelayer/pl_post_content {\"align\":\"left\",\"pagelayer-id\":\"ccj4284\"} /-->\r\n<!-- /wp:pagelayer/pl_inner_col -->\r\n<!-- /wp:pagelayer/pl_inner_row -->\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"wl6689\"} -->\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col\":\"6\",\"pagelayer-id\":\"fja274\"} -->\r\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"vertical\",\"space_between\":\"0\",\"align\":\"left\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"icon_color_normal\":\"#495057ff\",\"text_color_normal\":\"#0072ffff\",\"text_color_hover\":\"\",\"input_typo\":\"Roboto,13,,500,,,,1.6,Uppercase,,\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"ele_width\":\"initial\",\"icon_size\":\"120%\",\"ele_position\":\"\",\"ele_hposition\":\"left\",\"ele_hposition_offset\":\"100%\",\"ele_bg_type\":\"\",\"ele_bg_color\":\"#66aaff26\",\"ele_padding\":\"0px,0px,0px,0px\",\"align_mobile\":\"left\",\"align_tablet\":\"left\",\"anchor_text_colors\":\"normal\",\"anchor_text_color_normal\":\"#f48989ff\",\"anchor_background_color_normal\":\"#4bd34bff\",\"anchor_text_padding\":\"5,10,5,10\",\"anchor_text_margin\":\"10,10,10,10\",\"terms_text_colors\":\"normal\",\"terms_background_color_normal\":\"#66aaff26\",\"terms_text_color_normal\":\"#0072ffff\",\"terms_text_padding\":\"5,10,5,10\",\"terms_text_margin\":\"0,5,0,5\",\"terms_border_radius\":\"4,4,4,4\",\"pagelayer-id\":\"dcl5111\"} -->\r\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"post_tag\",\"info_before\":\"&#x1f516;Tags:\",\"pagelayer-id\":\"7401458\"} /-->\r\n<!-- /wp:pagelayer/pl_post_info -->\r\n<!-- /wp:pagelayer/pl_inner_col -->\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col\":\"6\",\"pagelayer-id\":\"jzl6522\"} -->\r\n<!-- wp:pagelayer/pl_share_grp {\"type\":\"icon-label\",\"bg_shape\":\"pagelayer-social-bg-none\",\"align\":\"right\",\"vspace\":\"0\",\"hspace\":\"0\",\"height\":\"35\",\"icon_size\":\"27\",\"icon_space\":\"0\",\"color_scheme\":\"pagelayer-scheme-official\",\"icon_color\":\"#adb5bdff\",\"social_hover_delay\":\"400\",\"name_typo\":\"Roboto,15,,500,,,,,,,\",\"count\":\"\",\"icon_bg_color\":\"#00000000\",\"social_hover\":\"\",\"icon_color_hover\":\"#000000ff\",\"icon_bg_color_hover\":\"#00000000\",\"vspace_mobile\":\"10\",\"hspace_mobile\":\"10\",\"height_mobile\":\"NaN\",\"icon_size_mobile\":\"20\",\"name_typo_mobile\":\",13,,,,,,,,,\",\"align_mobile\":\"left\",\"align_tablet\":\"left\",\"vspace_tablet\":\"10\",\"hspace_tablet\":\"10\",\"icon_size_tablet\":\"20\",\"name_typo_tablet\":\",13,,,,,,,,,\",\"pagelayer-id\":\"xsb5673\"} -->\r\n<!-- wp:pagelayer/pl_share {\"icon\":\"fab fa-facebook-square\",\"target\":\"true\",\"text\":\"Share on Facebook\",\"pagelayer-id\":\"9mh2934\"} /-->\r\n<!-- wp:pagelayer/pl_share {\"icon\":\"fab fa-twitter-square\",\"text\":\"Share on Twitter\",\"target\":\"true\",\"pagelayer-id\":\"rai4926\"} /-->\r\n<!-- /wp:pagelayer/pl_share_grp -->\r\n<!-- /wp:pagelayer/pl_inner_col -->\r\n<!-- /wp:pagelayer/pl_inner_row -->\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"zqp4850\"} -->\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col\":\"2\",\"pagelayer-id\":\"q725202\"} -->\r\n<!-- wp:pagelayer/pl_post_nav {\"lables\":\"true\",\"post_title\":\"true\",\"arrows\":\"true\",\"sep_color\":\"#adb5bdff\",\"sep_rotate\":\"20\",\"sep_width\":\"1\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"label_colors\":\"hover\",\"title_colors\":\"normal\",\"arrows_list\":\"chevron\",\"icon_colors\":\"hover\",\"label_color\":\"#adb5bdff\",\"label_hover_color\":\"\",\"label_typo\":\",15,,,,,,,,,\",\"title_color\":\"#000000ff\",\"title_typo\":\"Roboto,18,,bold,,,,,,,\",\"icon_color\":\"#adb5bdff\",\"icon_hover_color\":\"\",\"icon_size\":\"30\",\"disable_sep\":\"true\",\"taxonomies\":\"category\",\"pagelayer-id\":\"55r4448\"} /-->\r\n<!-- /wp:pagelayer/pl_inner_col -->\r\n<!-- /wp:pagelayer/pl_inner_row -->\r\n<!-- /wp:pagelayer/pl_col -->\r\n<!-- /wp:pagelayer/pl_row -->\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"0\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0px,0px,0px,0px\",\"ele_padding\":\"0px,0px,0px,0px\",\"fixed_width\":\"75%\",\"fixed_width_mobile\":\"100%\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"0px,0px,0px,0px\",\"fixed_width_tablet\":\"100%\",\"pagelayer-id\":\"kf35301\"} -->\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_padding\":\"10px,10px,10px,10px\",\"content_pos\":\"center\",\"col_width\":\"100\",\"pagelayer-id\":\"d539589\"} -->\r\n<!-- wp:pagelayer/pl_post_comment {\"comment_skin\":\"theme_comment\",\"post_type\":\"current\",\"pagelayer-id\":\"1oh7228\"} /-->\r\n<!-- /wp:pagelayer/pl_col -->\r\n<!-- /wp:pagelayer/pl_row -->','Single Template','','publish','closed','closed','','single-template','','','2023-07-08 00:16:37','2023-07-08 00:16:37','',0,'https://www.adonaiorion.com/Today/?p=15',0,'pagelayer-template','',0),(16,1,'2023-07-08 00:16:37','2023-07-08 00:16:37','','Articles','','trash','closed','closed','','articles__trashed','','','2023-07-20 00:20:26','2023-07-20 00:20:26','',0,'https://www.adonaiorion.com/Today/blog/',0,'page','',0),(17,0,'2023-07-08 00:16:37','2023-07-08 00:16:37','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Service\",\"post_name\":\"service\",\"post_status\":\"publish\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_date\":\"2021-10-29 09:34:57\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_author\":\"1\",\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"hoy9692\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"ele_padding_tablet\":[\"120px\",\"0px\",\"120px\",\"0px\"],\"pagelayer-id\":\"ljj1585\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"f9f7457\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch1\\u003eServices\\u003c/h1\\u003e\",\"heading_typo\":[\"\",\"75\",\"\",\"400\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_typo_tablet\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"20p2739\"} --><h1>Services</h1><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"jeu6678\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"100px,0px,100px,0px\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"0px\",\"0px\"],\"ele_padding_tablet\":[\"100px\",\"0px\",\"0px\",\"0px\"],\"pagelayer-id\":\"0hz6110\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"eoc3535\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eOur Services\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"c854619\"} --><h2>Our Services</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"pkc1931\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"k0h1584\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"c3v1377\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-chalkboard-teacher\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"20\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"40\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Skilled Teachers\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_padding\":\"25px,25px,25px,25px\",\"ele_shadow\":\"1,1,10,#c4c4c4ff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"\\u003cp\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English\\u003c/p\\u003e\",\"pagelayer-id\":\"r9z8630\"} --><p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English</p><!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"w723531\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-graduation-cap\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"20\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"40\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"100+  Online Courses\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#000000ff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_padding\":\"25px,25px,25px,25px\",\"ele_shadow\":\"1,1,10,#c4c4c4ff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"\\u003cp\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"mix3998\"} --><p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"dsa9885\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-graduation-cap\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"20\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"40\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Learn From Everywhere\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#000000ff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_padding\":\"25px,25px,25px,25px\",\"ele_shadow\":\"1,1,10,#c4c4c4ff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"\\u003cp\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"kxq8211\"} --><p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"pagelayer-id\":\"dc4269\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"ncz5302\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eOur Courses\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"iso651\"} --><h2>Our Courses</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"ogl9484\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"ibo8705\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"mrx7393\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"1. Photography\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"service_heading_typo_tablet\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"dbk1646\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"q153438\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"2. Computer Programming\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"uln8320\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"cah2349\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"3. Graphic Designing\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"4w67452\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"ghq6339\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"ttu7165\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"4. Cooking\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"5pu2222\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"zbq8471\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"5. Hotel Management\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"x8f8152\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"wdm4136\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"6. Art Design\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"wks4789\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"9\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"100px,0px,100px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"ele_padding_tablet\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"pagelayer-id\":\"aoz6534\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"nsm5611\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#651fffb4\",\"ele_padding\":\"25px,20px,25px,20px\",\"ele_padding_mobile\":\"10px,10px,10px,10px\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"0jc257\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"left\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"text\":\"\\u003ch2\\u003eSuccess Stories\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"4wx4400\"} --><h2>Success Stories</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; font-weight:400;line-height:2; color:#ffffff;}\",\"ele_margin\":\"10px,0px,0px,0px\",\"text\":\"\\u003cp\\u003eEu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"wgr6648\"} --><p>Eu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"right\",\"ele_margin\":\"20px,0px,0px,0px\",\"text\":\"\\u003ch3\\u003e- Sara Jones\\u003c/h3\\u003e\\n\",\"pagelayer-id\":\"cx24276\"} --><h3>- Sara Jones</h3>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"pagelayer-id\":\"exu5504\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"bsr5133\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eWhy Choose Us\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"m417323\"} --><h2>Why Choose Us</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"kbf6614\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"3ya7621\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"mmh8810\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-star-half-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"5 Years of Experience\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\"Muli,22,,600,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"6x25638\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"5zq216\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-users\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Team Of Experts\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"2r11037\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"yry2464\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-list-ul\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"20+ Courses\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"aeo8389\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding\":\"100px,0px,100px,0px\",\"pagelayer-id\":\"v5u5634\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_type\":\"\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"7ze782\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eLet The Number Speak\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"ba11558\"} --><h2>Let The Number Speak</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"mg95663\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"ltx9771\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"dhs4611\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"100\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Online Courses\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"kq37876\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"zij5775\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"50\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Expert Teachers\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"qzk9668\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"vds7452\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Locations\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"w348748\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"nhi9073\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20000\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Students Enrolled\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"thousand_seperator\":\"true\",\"thousand_seperator_type\":\",\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"g0k7597\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_padding\":\"0px,0px,60px,0px\",\"pagelayer-id\":\"9vz4852\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"2xx1437\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"left\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eTestimonials\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"iji9628\"} --><h2>Testimonials</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"1eb6306\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"akf6120\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9ho7203\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Sam Carr\",\"cite_color\":\"#000000ff\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Software Engineer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"24g3809\"} -->The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"cju2600\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Robert Chase\",\"cite_color\":\"#000000ff\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Accountant\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"yhx9878\"} -->The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"22r2486\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Jenna Simson\",\"cite_color\":\"#000000ff\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Photographer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"3p26310\"} -->The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Service','','trash','closed','closed','','service__trashed','','','2023-07-19 23:43:57','2023-07-19 23:43:57','',0,'https://www.adonaiorion.com/Today/service/',0,'page','',0),(18,0,'2023-07-08 00:16:37','2023-07-08 00:16:37','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"About\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:53\",\"post_author\":\"1\",\"post_name\":\"about\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"df86533\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"ele_padding_tablet\":[\"120px\",\"0px\",\"120px\",\"0px\"],\"pagelayer-id\":\"kws9850\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"lx26544\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"heading_typo\":[\"\",\"75\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"text\":\"\\u003ch1\\u003eAbout Us\\u003c/h1\\u003e\\n\",\"heading_typo_tablet\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"ssh6043\"} --><h1>About Us</h1>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"sag3740\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"80px,0px,0px,0px\",\"pagelayer-id\":\"vow7241\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"pdy8839\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"8\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"hgc5172\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"pagelayer-id\":\"pxi7287\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"left\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eAbout Us\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"chs2830\"} --><h2>About Us</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"18\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"iwd4573\"} /-->\n<!-- wp:pagelayer/pl_text {\"ele_align\":\"0%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"850px\",\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; font-weight:400;line-height:2;}\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eExcepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Magnam, consequatur quas ratione eaque praesentium eligendi voluptatum at harum mollitia rem veritatis accusantium pariatur.\\u003c/p\\u003e\",\"pagelayer-id\":\"nmb1186\"} --><p>Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Magnam, consequatur quas ratione eaque praesentium eligendi voluptatum at harum mollitia rem veritatis accusantium pariatur.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Take A Course\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"600\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_custom_size\":\"25\",\"btn_bg_color\":\"\",\"btn_color\":\"#6200eaff\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#6200eaff\",\"btn_border_width\":\"1,1,1,1\",\"btn_border_radius\":\"0,0,0,0\",\"btn_hover\":\"hover\",\"btn_bg_color_hover\":\"#6200eaff\",\"btn_color_hover\":\"#ffffffff\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"mwy852\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"9\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"100px,0px,100px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"ele_padding_tablet\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"pagelayer-id\":\"cnk3976\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"wfl4765\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#651fffb4\",\"ele_padding\":\"25px,20px,25px,20px\",\"ele_padding_mobile\":\"10px,10px,10px,10px\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"szb8978\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"left\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"text\":\"\\u003ch2\\u003eSuccess Stories\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"4tk8307\"} --><h2>Success Stories</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; font-weight:400;line-height:2; color:#ffffff;}\",\"ele_margin\":\"10px,0px,0px,0px\",\"text\":\"\\u003cp\\u003eEu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"hup2619\"} --><p>Eu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"right\",\"ele_margin\":\"20px,0px,0px,0px\",\"text\":\"\\u003ch3\\u003e- Sara Jones\\u003c/h3\\u003e\\n\",\"pagelayer-id\":\"bkh5004\"} --><h3>- Sara Jones</h3>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"pagelayer-id\":\"sya8630\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"4qa2947\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eWhy Choose Us\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"exl7364\"} --><h2>Why Choose Us</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"tbm5359\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"6bv7925\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"j3q348\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-star-half-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"5 Years of Experience\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\"Muli,22,,600,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"elb2565\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"xmf5620\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-users\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Team Of Experts\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"c0m3936\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"rjf1862\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-list-ul\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"20+ Courses\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"3dy960\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding\":\"100px,0px,100px,0px\",\"pagelayer-id\":\"w8w2024\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_type\":\"\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"p5s7363\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eLet The Number Speak\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"k3i6229\"} --><h2>Let The Number Speak</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"yzw5745\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"q4y3530\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"jlr5728\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"100\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Online Courses\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"ell3974\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"3dy8244\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"50\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Expert Teachers\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"3jg9569\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"nq54265\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Locations\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"f5r4827\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"71q4305\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20000\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Students Enrolled\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"thousand_seperator\":\"true\",\"thousand_seperator_type\":\",\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"aaw38\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_padding\":\"0px,0px,60px,0px\",\"pagelayer-id\":\"hde6712\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"bsz4723\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"left\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eTestimonials\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"8yt8371\"} --><h2>Testimonials</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"xza5684\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"gjb6850\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"snx8992\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Sam Carr\",\"cite_color\":\"\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Software Engineer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"\\u003cspan style=\\u0022font-size: 14px\\u0022\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\u003c/span\\u003e\\n\\n\",\"pagelayer-id\":\"8k95387\"} --><span style=\"font-size: 14px\">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;</span>\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"o8c2042\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Robert Chase\",\"cite_color\":\"\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Accountant\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"\\u003cspan style=\\u0022font-size: 14px\\u0022\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\u003c/span\\u003e\\n\\n\",\"pagelayer-id\":\"uuu4630\"} --><span style=\"font-size: 14px\">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;</span>\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"daa6254\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Jenna Simson\",\"cite_color\":\"\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Photographer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"\\u003cspan style=\\u0022font-size: 14px\\u0022\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\u003c/span\\u003e\\n\\n\",\"pagelayer-id\":\"lfe7697\"} --><span style=\"font-size: 14px\">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;</span>\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','About','','trash','closed','closed','','about__trashed','','','2023-07-19 20:53:28','2023-07-19 20:53:28','',0,'https://www.adonaiorion.com/Today/about/',0,'page','',0),(19,1,'2023-07-08 00:16:37','2023-07-08 00:16:37','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:48\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"zkx6849\"} /-->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"pagelayer-id\":\"jty8531\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7gl3462\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#000000ff\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":[\"\",\"40\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"text\":\"\\u003ch1\\u003eBest In Industry\\u003c/h1\\u003e\\n\",\"heading_typo_tablet\":[\"\",\"40\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"s6a1291\"} -->\r\n<h1>This page focuses on present day topics in society and civilization; the merely human, as an extension industrial/ tech/ artificial.</h1>\r\n<p style=\"text-align: right;\">07.08.2023 00:16</p>\r\n<!-- /wp:pagelayer/pl_testimonial --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->','Home','','trash','closed','closed','','home__trashed','','','2023-07-19 23:55:45','2023-07-19 23:55:45','',0,'https://www.adonaiorion.com/Today/home/',0,'page','',0),(45,1,'2023-07-19 20:48:31','2023-07-19 20:48:31','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:48\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"zkx6849\"} /-->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"pagelayer-id\":\"jty8531\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7gl3462\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#000000ff\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":[\"\",\"40\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"text\":\"\\u003ch1\\u003eBest In Industry\\u003c/h1\\u003e\\n\",\"heading_typo_tablet\":[\"\",\"40\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"s6a1291\"} -->\r\n<h1>This page focuses on present day topics in society and civilization; the merely human, as an extension industrial/ tech/ artificial.</h1>\r\n<p style=\"text-align: right;\">07.08.2023 00:16</p>\r\n<!-- /wp:pagelayer/pl_testimonial --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->','Home','','inherit','closed','closed','','19-revision-v1','','','2023-07-19 20:48:31','2023-07-19 20:48:31','',19,'https://www.adonaiorion.com/Today/?p=45',0,'revision','',0),(46,1,'2023-07-19 20:53:28','2023-07-19 20:53:28','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"About\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:53\",\"post_author\":\"1\",\"post_name\":\"about\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"df86533\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"ele_padding_tablet\":[\"120px\",\"0px\",\"120px\",\"0px\"],\"pagelayer-id\":\"kws9850\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"lx26544\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"heading_typo\":[\"\",\"75\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"text\":\"\\u003ch1\\u003eAbout Us\\u003c/h1\\u003e\\n\",\"heading_typo_tablet\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"ssh6043\"} --><h1>About Us</h1>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"sag3740\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"80px,0px,0px,0px\",\"pagelayer-id\":\"vow7241\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"pdy8839\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"8\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"hgc5172\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"pagelayer-id\":\"pxi7287\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"left\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eAbout Us\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"chs2830\"} --><h2>About Us</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"18\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"iwd4573\"} /-->\n<!-- wp:pagelayer/pl_text {\"ele_align\":\"0%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"850px\",\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; font-weight:400;line-height:2;}\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eExcepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Magnam, consequatur quas ratione eaque praesentium eligendi voluptatum at harum mollitia rem veritatis accusantium pariatur.\\u003c/p\\u003e\",\"pagelayer-id\":\"nmb1186\"} --><p>Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Magnam, consequatur quas ratione eaque praesentium eligendi voluptatum at harum mollitia rem veritatis accusantium pariatur.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Take A Course\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"600\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_custom_size\":\"25\",\"btn_bg_color\":\"\",\"btn_color\":\"#6200eaff\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#6200eaff\",\"btn_border_width\":\"1,1,1,1\",\"btn_border_radius\":\"0,0,0,0\",\"btn_hover\":\"hover\",\"btn_bg_color_hover\":\"#6200eaff\",\"btn_color_hover\":\"#ffffffff\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"mwy852\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"9\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"100px,0px,100px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"ele_padding_tablet\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"pagelayer-id\":\"cnk3976\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"wfl4765\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#651fffb4\",\"ele_padding\":\"25px,20px,25px,20px\",\"ele_padding_mobile\":\"10px,10px,10px,10px\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"szb8978\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"left\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"text\":\"\\u003ch2\\u003eSuccess Stories\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"4tk8307\"} --><h2>Success Stories</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; font-weight:400;line-height:2; color:#ffffff;}\",\"ele_margin\":\"10px,0px,0px,0px\",\"text\":\"\\u003cp\\u003eEu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"hup2619\"} --><p>Eu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"right\",\"ele_margin\":\"20px,0px,0px,0px\",\"text\":\"\\u003ch3\\u003e- Sara Jones\\u003c/h3\\u003e\\n\",\"pagelayer-id\":\"bkh5004\"} --><h3>- Sara Jones</h3>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"pagelayer-id\":\"sya8630\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"4qa2947\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eWhy Choose Us\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"exl7364\"} --><h2>Why Choose Us</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"tbm5359\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"6bv7925\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"j3q348\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-star-half-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"5 Years of Experience\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\"Muli,22,,600,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"elb2565\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"xmf5620\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-users\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Team Of Experts\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"c0m3936\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"rjf1862\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-list-ul\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"20+ Courses\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"3dy960\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding\":\"100px,0px,100px,0px\",\"pagelayer-id\":\"w8w2024\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_type\":\"\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"p5s7363\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eLet The Number Speak\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"k3i6229\"} --><h2>Let The Number Speak</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"yzw5745\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"q4y3530\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"jlr5728\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"100\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Online Courses\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"ell3974\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"3dy8244\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"50\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Expert Teachers\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"3jg9569\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"nq54265\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Locations\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"f5r4827\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"71q4305\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20000\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Students Enrolled\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"thousand_seperator\":\"true\",\"thousand_seperator_type\":\",\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"aaw38\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_padding\":\"0px,0px,60px,0px\",\"pagelayer-id\":\"hde6712\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"bsz4723\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"left\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eTestimonials\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"8yt8371\"} --><h2>Testimonials</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"xza5684\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"gjb6850\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"snx8992\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Sam Carr\",\"cite_color\":\"\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Software Engineer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"\\u003cspan style=\\u0022font-size: 14px\\u0022\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\u003c/span\\u003e\\n\\n\",\"pagelayer-id\":\"8k95387\"} --><span style=\"font-size: 14px\">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;</span>\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"o8c2042\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Robert Chase\",\"cite_color\":\"\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Accountant\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"\\u003cspan style=\\u0022font-size: 14px\\u0022\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\u003c/span\\u003e\\n\\n\",\"pagelayer-id\":\"uuu4630\"} --><span style=\"font-size: 14px\">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;</span>\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"daa6254\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Jenna Simson\",\"cite_color\":\"\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Photographer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"\\u003cspan style=\\u0022font-size: 14px\\u0022\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\u003c/span\\u003e\\n\\n\",\"pagelayer-id\":\"lfe7697\"} --><span style=\"font-size: 14px\">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;</span>\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','About','','inherit','closed','closed','','18-revision-v1','','','2023-07-19 20:53:28','2023-07-19 20:53:28','',18,'https://www.adonaiorion.com/Today/?p=46',0,'revision','',0),(47,1,'2023-07-19 20:54:53','2023-07-19 20:54:53','<!-- wp:paragraph -->\n<h1>This page focuses on present day topics in society and civilization; the merely human, as an extension industrial/ tech/ artificial.</h1>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-autosave-v1','','','2023-07-19 20:54:53','2023-07-19 20:54:53','',2,'https://www.adonaiorion.com/Today/?p=47',0,'revision','',0),(52,1,'2023-07-19 21:01:58','2023-07-19 21:01:58','','Articles','','inherit','closed','closed','','49-revision-v1','','','2023-07-19 21:01:58','2023-07-19 21:01:58','',49,'https://www.adonaiorion.com/Today/?p=52',0,'revision','',0),(53,1,'2023-07-19 21:02:58','2023-07-19 21:02:58','','Adonaiorion sun long black background','','inherit','open','closed','','adonaiorion-sun-long-black-background','','','2023-07-19 21:02:58','2023-07-19 21:02:58','',0,'https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/Adonaiorion-sun-long-black-background.jpeg',0,'attachment','image/jpeg',0),(54,1,'2023-07-19 21:03:31','2023-07-19 21:03:31','{\n    \"agama::background_image\": {\n        \"value\": \"https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/Adonaiorion-sun-long-black-background.jpeg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:03:31\"\n    },\n    \"agama::background_attachment\": {\n        \"value\": \"fixed\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:03:31\"\n    }\n}','','','trash','closed','closed','','51f35a61-b171-4df6-8f51-3d517921c65f','','','2023-07-19 21:03:31','2023-07-19 21:03:31','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/51f35a61-b171-4df6-8f51-3d517921c65f/',0,'customize_changeset','',0),(55,1,'2023-07-19 21:04:02','2023-07-19 21:04:02','{\n    \"agama::background_attachment\": {\n        \"value\": \"scroll\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:04:02\"\n    }\n}','','','trash','closed','closed','','7b2e53e2-4029-467c-bc7f-12fa96fd9291','','','2023-07-19 21:04:02','2023-07-19 21:04:02','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/7b2e53e2-4029-467c-bc7f-12fa96fd9291/',0,'customize_changeset','',0),(56,1,'2023-07-19 21:05:41','2023-07-19 21:05:41','{\n    \"agama::background_repeat\": {\n        \"value\": \"repeat\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:05:41\"\n    },\n    \"agama::agama_body_background_colors\": {\n        \"value\": {\n            \"left\": \"#000000\",\n            \"right\": \"#6b0bab\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:05:41\"\n    },\n    \"agama::agama_body_background_colors[right]\": {\n        \"value\": \"#6b0bab\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:05:41\"\n    }\n}','','','trash','closed','closed','','94da2813-d991-45c9-b239-f74012da911c','','','2023-07-19 21:05:41','2023-07-19 21:05:41','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/94da2813-d991-45c9-b239-f74012da911c/',0,'customize_changeset','',0),(20,0,'2023-07-08 00:16:37','2023-07-08 00:16:37','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contact\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:44\",\"post_author\":\"1\",\"post_name\":\"contact\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"e0p9067\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"ele_padding_tablet\":[\"120px\",\"0px\",\"120px\",\"0px\"],\"pagelayer-id\":\"rb49778\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"feh1632\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch1\\u003eContact Us\\u003c/h1\\u003e\\n\",\"heading_typo\":[\"\",\"75\",\"\",\"400\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_typo_tablet\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"y873321\"} --><h1>Contact Us</h1>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"0dt2024\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"60px,0px,0px,0px\",\"pagelayer-id\":\"2722862\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"m5c8813\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"wae3595\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eGet In Touch\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"m4e5057\"} --><h2>Get In Touch</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"14\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"dg05107\"} /-->\n<!-- wp:pagelayer/pl_contact {\"form\":\"contact-form\",\"name\":\"Contact Form\",\"form_position\":\"center\",\"space_label\":\",,10,\",\"input_state\":\"normal\",\"input_padding\":\"10,10\",\"radio_padding\":\"10,10\",\"field_hover_delay\":\"400\",\"submit\":\"Send Message\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"con_post_id\":\"131505\",\"placeholder_typo\":\"Noto Sans,14,,500,,,Solid,,,,\",\"btn_bg_color\":\"#0986c000\",\"btn_color\":\"#6200eaff\",\"btn_custom_size\":\"10,20\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#6200eaff\",\"btn_border_width\":\"1,1,1,1\",\"btn_border_radius\":\"0,0,0,0\",\"btn_hover\":\"hover\",\"btn_bg_color_hover\":\"#6200eaff\",\"btn_color_hover\":\"#ffffffff\",\"btn_typo\":\"Muli,14,,600,,,Solid,,,,\",\"field_state\":\"focus\",\"field_border_type_focus\":\"solid\",\"field_border_color_focus\":\"#6200eaff\",\"field_border_width_focus\":\"1,1,1,1\",\"animation\":\"\",\"animation_delay\":\"600\",\"contact_custom_templ\":\"true\",\"from_email\":\"$email\",\"cont_subject\":\"Contact Page Form\",\"cont_header\":\"$name,$email,$subject,$message\",\"pagelayer-id\":\"th53304\"} -->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Name*\",\"field_type\":\"text\",\"values\":\"One\\nTwo\",\"field_name\":\"name\",\"field_width\":\"45\",\"space_between\":\"0,10,10,0\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"required\":\"true\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"m2c5385\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Email*\",\"field_type\":\"email\",\"values\":\"One\\nTwo\",\"field_name\":\"email\",\"field_width\":\"45\",\"space_between\":\"0,0,10,10\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"required\":\"true\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"6cj7225\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Subject*\",\"field_type\":\"text\",\"values\":\"One\\nTwo\",\"field_name\":\"subject\",\"field_width\":\"90\",\"space_between\":\"0,0,10,0\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"required\":\"true\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"4rw8782\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Message\",\"field_type\":\"textarea\",\"values\":\"One\\nTwo\",\"field_name\":\"message\",\"field_width\":\"90\",\"space_between\":\"0,0,10,0\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"textarea_rows\":\"6\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"kxs8734\"} /-->\n<!-- /wp:pagelayer/pl_contact -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"i7r7174\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"60px,0px,0px,0px\",\"pagelayer-id\":\"n617146\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"l9p9741\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-map-marker-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"16\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"30\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Address\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"10,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"service_text\":\"\\n\",\"pagelayer-id\":\"oj55191\"} -->\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"\",\"align\":\"center\",\"ele_css\":\"{{element}} .pagelayer-address{text-align:center;}\",\"ele_margin\":\"-10px,0px,0px,0px\",\"pagelayer-id\":\"12d8149\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"k4t6135\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-mobile-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"16\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"30\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Phone\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"10,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_margin_tablet\":\"20px,0px,0px,0px\",\"ele_margin_mobile\":\"20px,0px,0px,0px\",\"service_text\":\"\\n\",\"pagelayer-id\":\"st63706\"} -->\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- wp:pagelayer/pl_phone {\"icon\":\"\",\"align\":\"center\",\"ele_margin\":\"-5px,0px,0px,0px\",\"pagelayer-id\":\"icp4268\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"k928919\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-envelope\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"16\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"30\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Email\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"10,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"400\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_margin_tablet\":\"20px,0px,0px,0px\",\"ele_margin_mobile\":\"20px,0px,0px,0px\",\"service_text\":\"\\n\",\"pagelayer-id\":\"cho1962\"} -->\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- wp:pagelayer/pl_email {\"icon\":\"\",\"align\":\"center\",\"ele_margin\":\"-5px,0px,0px,0px\",\"pagelayer-id\":\"os32284\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"60px,0px,0px,0px\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"zkj2504\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"qjd2520\"} -->\n<!-- wp:pagelayer/pl_google_maps {\"zoom\":\"10\",\"height\":\"450\",\"address\":\"New York, New York, USA\",\"pagelayer-id\":\"3pz1406\"} -->New York, New York, USA<!-- /wp:pagelayer/pl_google_maps -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Contact','','trash','closed','closed','','contact__trashed','','','2023-07-19 23:44:40','2023-07-19 23:44:40','',0,'https://www.adonaiorion.com/Today/contact/',0,'page','',0),(110,1,'2023-07-20 00:49:55','2023-07-20 00:49:55','{\n    \"agama::agama_frontpage_boxes_visibility\": {\n        \"value\": \"allpages\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:48:16\"\n    },\n    \"agama::agama_breadcrumb_homepage\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:49:17\"\n    },\n    \"agama::agama_breadcrumb_style\": {\n        \"value\": \"normal\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:49:17\"\n    },\n    \"agama::agama_layout_style\": {\n        \"value\": \"boxed\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:49:55\"\n    }\n}','','','trash','closed','closed','','b3f4a662-f0d8-418d-9462-e3edd078ef65','','','2023-07-20 00:49:55','2023-07-20 00:49:55','',0,'https://www.adonaiorion.com/Today/?p=110',0,'customize_changeset','',0),(63,1,'2023-07-19 21:27:03','2023-07-19 21:27:03','{\n    \"nav_menu_item[23]\": {\n        \"value\": {\n            \"menu_item_parent\": 24,\n            \"object_id\": 16,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/blog/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"Blog\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:26:53\"\n    },\n    \"nav_menu_item[25]\": {\n        \"value\": {\n            \"menu_item_parent\": 23,\n            \"object_id\": 20,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:26:53\"\n    },\n    \"nav_menu[2]\": {\n        \"value\": {\n            \"name\": \"Menu\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": true\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:27:03\"\n    },\n    \"nav_menu_item[51]\": {\n        \"value\": {\n            \"menu_item_parent\": 24,\n            \"object_id\": 49,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Posts Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/articles/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"Articles\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:26:53\"\n    }\n}','','','trash','closed','closed','','a9ae3639-bc94-44d9-bd4e-133d101c6d35','','','2023-07-19 21:27:03','2023-07-19 21:27:03','',0,'https://www.adonaiorion.com/Today/?p=63',0,'customize_changeset','',0),(90,1,'2023-07-19 23:36:27','2023-07-19 23:36:27','{\n    \"agama::agama_header_image_height\": {\n        \"value\": \"5\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:36:27\"\n    },\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:36:27\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:36:27\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:true,%22icon%22:%22instagram%22,%22url%22:%22https://www.instagram.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22twitter%22,%22url%22:%22https://www.twitter.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22%22,%22url%22:%22https://www.threads.net/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22youtube%22,%22url%22:%22https://www.youtube.com/@adonaiorion%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:36:27\"\n    }\n}','','','trash','closed','closed','','9497e21c-a9fb-43b6-af82-f96b3145807d','','','2023-07-19 23:36:27','2023-07-19 23:36:27','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/9497e21c-a9fb-43b6-af82-f96b3145807d/',0,'customize_changeset','',0),(27,1,'2023-07-19 20:04:45','2023-07-19 20:04:45','{\n    \"agama::agama_skin\": {\n        \"value\": \"dark\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:04:45\"\n    },\n    \"agama::agama_primary_color\": {\n        \"value\": \"#ffe600\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:04:45\"\n    },\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:04:45\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:04:45\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:%22%22,%22icon%22:%22rss%22,%22url%22:%22https://www.adonaiorion.com/Today/feed/%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:04:45\"\n    }\n}','','','trash','closed','closed','','baee851a-f44c-4718-b33a-05a661cb2648','','','2023-07-19 20:04:45','2023-07-19 20:04:45','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/baee851a-f44c-4718-b33a-05a661cb2648/',0,'customize_changeset','',0),(28,1,'2023-07-19 20:05:40','2023-07-19 20:05:40','{\n    \"agama::agama_site_title_colors\": {\n        \"value\": {\n            \"normal\": \"#bdbdbd\",\n            \"hover\": \"#000000\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:05:40\"\n    },\n    \"agama::agama_site_title_colors[hover]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:05:40\"\n    }\n}','','','trash','closed','closed','','3953ce28-9245-4bea-bd09-cf1e5418bd97','','','2023-07-19 20:05:40','2023-07-19 20:05:40','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/3953ce28-9245-4bea-bd09-cf1e5418bd97/',0,'customize_changeset','',0),(29,1,'2023-07-19 20:06:29','2023-07-19 20:06:29','{\n    \"agama::agama_header_tag_bg_color\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:06:29\"\n    }\n}','','','trash','closed','closed','','3815fdc3-6c54-4419-867a-e08a960343cc','','','2023-07-19 20:06:29','2023-07-19 20:06:29','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/3815fdc3-6c54-4419-867a-e08a960343cc/',0,'customize_changeset','',0),(30,1,'2023-07-19 20:17:36','2023-07-19 20:17:36','','Adonaiorion Part Logo - Sun','','inherit','open','closed','','adonaiorion-part-logo-sun','','','2023-07-19 20:17:36','2023-07-19 20:17:36','',0,'https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/Adonaiorion-Part-Logo-Sun.jpeg',0,'attachment','image/jpeg',0),(31,1,'2023-07-19 20:20:05','2023-07-19 20:20:05','{\n    \"agama::background_image\": {\n        \"value\": \"https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/Adonaiorion-Part-Logo-Sun.jpeg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:18:32\"\n    },\n    \"agama::background_position_x\": {\n        \"value\": \"left\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:20:05\"\n    },\n    \"agama::background_position_y\": {\n        \"value\": \"top\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:20:05\"\n    },\n    \"agama::agama_body_background_colors\": {\n        \"value\": {\n            \"left\": \"#000000\",\n            \"right\": \"#732daa\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:20:05\"\n    },\n    \"agama::agama_body_background_colors[left]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:18:32\"\n    },\n    \"agama::agama_body_background_colors[right]\": {\n        \"value\": \"#732daa\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:20:05\"\n    },\n    \"agama::background_preset\": {\n        \"value\": \"default\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:20:05\"\n    },\n    \"agama::background_size\": {\n        \"value\": \"auto\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:20:05\"\n    }\n}','','','trash','closed','closed','','0c61b80b-5117-4f6b-9b76-b33857ddd4db','','','2023-07-19 20:20:05','2023-07-19 20:20:05','',0,'https://www.adonaiorion.com/Today/?p=31',0,'customize_changeset','',0),(32,1,'2023-07-19 20:21:03','2023-07-19 20:21:03','{\n    \"agama::agama_body_background_colors\": {\n        \"value\": {\n            \"left\": \"#202020\",\n            \"right\": \"#732daa\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:21:03\"\n    },\n    \"agama::agama_body_background_colors[left]\": {\n        \"value\": \"#202020\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:21:03\"\n    },\n    \"agama::background_image\": {\n        \"value\": \"https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/Adonaiorion-Part-Logo-Sun.jpeg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:21:03\"\n    }\n}','','','trash','closed','closed','','753e2e28-95a4-4e46-8534-613aa4711f1b','','','2023-07-19 20:21:03','2023-07-19 20:21:03','',0,'https://www.adonaiorion.com/Today/?p=32',0,'customize_changeset','',0),(33,1,'2023-07-19 20:22:05','2023-07-19 20:22:05','{\n    \"agama::background_preset\": {\n        \"value\": \"fit\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:22:05\"\n    },\n    \"agama::background_position_x\": {\n        \"value\": \"center\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:22:05\"\n    },\n    \"agama::background_position_y\": {\n        \"value\": \"center\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:22:05\"\n    },\n    \"agama::background_size\": {\n        \"value\": \"contain\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:22:05\"\n    },\n    \"agama::background_repeat\": {\n        \"value\": \"no-repeat\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:22:05\"\n    },\n    \"agama::background_attachment\": {\n        \"value\": \"fixed\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:22:05\"\n    }\n}','','','trash','closed','closed','','68bf59f9-1001-4175-8dd8-ec07d76308c0','','','2023-07-19 20:22:05','2023-07-19 20:22:05','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/68bf59f9-1001-4175-8dd8-ec07d76308c0/',0,'customize_changeset','',0),(34,1,'2023-07-19 20:22:38','2023-07-19 20:22:38','{\n    \"agama::background_repeat\": {\n        \"value\": \"no-repeat\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:22:38\"\n    }\n}','','','trash','closed','closed','','84202156-337b-4eee-8ec1-0df99a9ec285','','','2023-07-19 20:22:38','2023-07-19 20:22:38','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/84202156-337b-4eee-8ec1-0df99a9ec285/',0,'customize_changeset','',0),(35,1,'2023-07-19 20:23:46','2023-07-19 20:23:46','','sketch-1689351461175','','inherit','open','closed','','sketch-1689351461175','','','2023-07-19 20:23:46','2023-07-19 20:23:46','',0,'https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/sketch-1689351461175.png',0,'attachment','image/png',0),(36,1,'2023-07-19 20:24:27','2023-07-19 20:24:27','{\n    \"agama::background_image\": {\n        \"value\": \"https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/sketch-1689351461175.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:24:26\"\n    },\n    \"agama::background_attachment\": {\n        \"value\": \"scroll\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:24:26\"\n    }\n}','','','trash','closed','closed','','40adbff5-efaf-4672-9487-43d4b1d61843','','','2023-07-19 20:24:27','2023-07-19 20:24:27','',0,'https://www.adonaiorion.com/Today/?p=36',0,'customize_changeset','',0),(37,1,'2023-07-19 20:25:49','2023-07-19 20:25:49','{\n    \"agama::agama_body_background_colors\": {\n        \"value\": {\n            \"left\": \"#000000\",\n            \"right\": \"#c600ff\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:25:49\"\n    },\n    \"agama::agama_body_background_colors[right]\": {\n        \"value\": \"#c600ff\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:25:49\"\n    },\n    \"agama::agama_body_background_colors[left]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:25:49\"\n    }\n}','','','trash','closed','closed','','77d666ae-b834-425b-8154-87b62bd63bda','','','2023-07-19 20:25:49','2023-07-19 20:25:49','',0,'https://www.adonaiorion.com/Today/?p=37',0,'customize_changeset','',0),(39,1,'2023-07-19 20:33:43','2023-07-19 20:33:43','{\n    \"agama::agama_header_site_tagline_visible\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:31:45\"\n    },\n    \"site_icon\": {\n        \"value\": 42,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:33:43\"\n    }\n}','','','trash','closed','closed','','ca9d9bdc-52e5-460c-bf4c-234f51d23bb8','','','2023-07-19 20:33:43','2023-07-19 20:33:43','',0,'https://www.adonaiorion.com/Today/?p=39',0,'customize_changeset','',0),(41,1,'2023-07-19 20:33:04','2023-07-19 20:33:04','','Adonaiorion Logo','','inherit','open','closed','','adonaiorion-logo','','','2023-07-19 20:33:04','2023-07-19 20:33:04','',0,'https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/Adonaiorion-Logo.jpeg',0,'attachment','image/jpeg',0),(42,1,'2023-07-19 20:33:29','2023-07-19 20:33:29','https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/cropped-Adonaiorion-Logo.jpeg','cropped-Adonaiorion-Logo.jpeg','','inherit','open','closed','','cropped-adonaiorion-logo-jpeg','','','2023-07-19 20:33:29','2023-07-19 20:33:29','',0,'https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/cropped-Adonaiorion-Logo.jpeg',0,'attachment','image/jpeg',0),(43,1,'2023-07-19 20:37:44','2023-07-19 20:37:44','{\n    \"pagelayer_global_colors\": {\n        \"value\": \"{\\\"primary\\\":{\\\"title\\\":\\\"Primary\\\",\\\"value\\\":\\\"#000000\\\"},\\\"secondary\\\":{\\\"title\\\":\\\"Secondary\\\",\\\"value\\\":\\\"rgba(12,20,12,0.84)\\\"},\\\"text\\\":{\\\"title\\\":\\\"Text\\\",\\\"value\\\":\\\"#444444\\\"},\\\"accent\\\":{\\\"title\\\":\\\"Accent\\\",\\\"value\\\":\\\"#eded00\\\"}}\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 20:37:35\"\n    }\n}','','','trash','closed','closed','','47f1ab9b-29ff-41a3-a7d1-71c1146f29b9','','','2023-07-19 20:37:44','2023-07-19 20:37:44','',0,'https://www.adonaiorion.com/Today/?p=43',0,'customize_changeset','',0),(44,1,'2023-07-19 20:49:37','2023-07-19 20:49:37','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:48\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"zkx6849\"} /-->\n\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"pagelayer-id\":\"jty8531\"} -->\n\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7gl3462\"} -->\n\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#000000ff\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":[\"\",\"40\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"text\":\"\\u003ch1\\u003eBest In Industry\\u003c/h1\\u003e\\n\",\"heading_typo_tablet\":[\"\",\"40\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"s6a1291\"} -->\n<h1 style=\"text-align: left;\">This page focuses on present day topics in society and civilization; the merely human, and as an extension industrial/ tech/ artificial.</h1>\n<p style=\"text-align: right;\">07.08.2023 00:16</p>\n<!-- /wp:pagelayer/pl_testimonial --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->','Home','','inherit','closed','closed','','19-autosave-v1','','','2023-07-19 20:49:37','2023-07-19 20:49:37','',19,'https://www.adonaiorion.com/Today/?p=44',0,'revision','',0),(57,1,'2023-07-19 21:06:32','2023-07-19 21:06:32','{\n    \"agama::background_image\": {\n        \"value\": \"https://www.adonaiorion.com/Today/wp-content/uploads/2023/07/sketch-1689351461175.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:06:32\"\n    }\n}','','','trash','closed','closed','','62e6d345-0867-4e02-9f46-4490a5c642b8','','','2023-07-19 21:06:32','2023-07-19 21:06:32','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/62e6d345-0867-4e02-9f46-4490a5c642b8/',0,'customize_changeset','',0),(58,1,'2023-07-19 21:09:27','2023-07-19 21:09:27','{\n    \"agama::agama_site_title_colors\": {\n        \"value\": {\n            \"normal\": \"#000000\",\n            \"hover\": \"#000000\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:09:27\"\n    },\n    \"agama::agama_site_title_colors[normal]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:09:27\"\n    }\n}','','','trash','closed','closed','','aaddc1de-53a0-4e03-9536-a69d753c2604','','','2023-07-19 21:09:27','2023-07-19 21:09:27','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/aaddc1de-53a0-4e03-9536-a69d753c2604/',0,'customize_changeset','',0),(59,1,'2023-07-19 21:09:40','2023-07-19 21:09:40','{\n    \"agama::agama_header_tag_bg_color\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:09:40\"\n    }\n}','','','trash','closed','closed','','f4867e27-3577-490a-9fe1-f4081a915738','','','2023-07-19 21:09:40','2023-07-19 21:09:40','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/f4867e27-3577-490a-9fe1-f4081a915738/',0,'customize_changeset','',0),(60,1,'2023-07-19 21:20:01','2023-07-19 21:20:01','{\n    \"agama::agama_site_title_colors\": {\n        \"value\": {\n            \"normal\": \"#8a8a8a\",\n            \"hover\": \"#878787\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:20:01\"\n    },\n    \"agama::agama_site_title_colors[normal]\": {\n        \"value\": \"#8a8a8a\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:20:01\"\n    },\n    \"agama::agama_site_title_colors[hover]\": {\n        \"value\": \"#878787\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:20:01\"\n    },\n    \"agama::agama_header_tag_bg_color\": {\n        \"value\": \"#999999\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:20:01\"\n    }\n}','','','trash','closed','closed','','03c4d123-f4ed-42ea-a26f-776dfb215513','','','2023-07-19 21:20:01','2023-07-19 21:20:01','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/03c4d123-f4ed-42ea-a26f-776dfb215513/',0,'customize_changeset','',0),(61,1,'2023-07-19 21:21:01','2023-07-19 21:21:01','{\n    \"agama::agama_skin\": {\n        \"value\": \"dark\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:20:59\"\n    }\n}','','','trash','closed','closed','','bca4d0c3-7de7-47f7-978e-994b654c2c4c','','','2023-07-19 21:21:01','2023-07-19 21:21:01','',0,'https://www.adonaiorion.com/Today/?p=61',0,'customize_changeset','',0),(62,1,'2023-07-19 21:24:40','2023-07-19 21:24:40','{\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:false,%22icon%22:%22rss%22,%22url%22:%22https://www.adonaiorion.com/Today/feed/%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"nav_menu_item[21]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"nav_menu_item[22]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"nav_menu_item[23]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 16,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/blog/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"Blog\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"nav_menu_item[24]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"nav_menu_item[25]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 20,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"nav_menu_item[51]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 49,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Posts Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/articles/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"Articles\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:23:52\"\n    },\n    \"nav_menu[2]\": {\n        \"value\": {\n            \"name\": \"Menu\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": true\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:24:40\"\n    }\n}','','','trash','closed','closed','','84cb638c-2eb8-4c99-b9da-d73b7af44cb5','','','2023-07-19 21:24:40','2023-07-19 21:24:40','',0,'https://www.adonaiorion.com/Today/?p=62',0,'customize_changeset','',0),(64,1,'2023-07-19 21:27:35','2023-07-19 21:27:35','{\n    \"nav_menu_item[23]\": {\n        \"value\": {\n            \"menu_item_parent\": 24,\n            \"object_id\": 16,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/blog/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"Blog\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:27:35\"\n    },\n    \"nav_menu_item[25]\": {\n        \"value\": {\n            \"menu_item_parent\": 24,\n            \"object_id\": 20,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:27:35\"\n    },\n    \"nav_menu_item[51]\": {\n        \"value\": {\n            \"menu_item_parent\": 24,\n            \"object_id\": 49,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Posts Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/articles/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"Articles\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:27:35\"\n    }\n}','','','trash','closed','closed','','481214a3-baf4-4dea-a055-75195517e091','','','2023-07-19 21:27:35','2023-07-19 21:27:35','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/481214a3-baf4-4dea-a055-75195517e091/',0,'customize_changeset','',0),(65,1,'2023-07-19 21:29:13','2023-07-19 21:29:13','{\n    \"agama::agama_body_font\": {\n        \"value\": {\n            \"font-family\": \"Raleway\",\n            \"variant\": \"400\",\n            \"font-size\": \"16px\",\n            \"color\": \"#969696\",\n            \"text-align\": \"left\",\n            \"text-transform\": \"none\",\n            \"line-height\": \"1\",\n            \"letter-spacing\": \"0\",\n            \"font-style\": \"normal\",\n            \"font-weight\": 400\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:29:13\"\n    },\n    \"agama::agama_body_font[color]\": {\n        \"value\": \"#969696\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:28:53\"\n    },\n    \"agama::agama_body_font[font-size]\": {\n        \"value\": \"16px\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:29:13\"\n    }\n}','','','trash','closed','closed','','be280539-a06e-4bac-ade5-2bd89291de08','','','2023-07-19 21:29:13','2023-07-19 21:29:13','',0,'https://www.adonaiorion.com/Today/?p=65',0,'customize_changeset','',0),(66,1,'2023-07-19 21:31:28','2023-07-19 21:31:28','{\n    \"agama::agama_navigation_primary_font\": {\n        \"value\": {\n            \"font-family\": \"Amaranth\",\n            \"variant\": \"700\",\n            \"font-size\": \"14px\",\n            \"text-transform\": \"uppercase\",\n            \"letter-spacing\": \"0\",\n            \"font-style\": \"normal\",\n            \"font-weight\": 700\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:31:28\"\n    },\n    \"agama::agama_navigation_primary_font[font-family]\": {\n        \"value\": \"Amaranth\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:31:28\"\n    }\n}','','','trash','closed','closed','','199fa79b-57d1-457c-aa8d-c94c2b1a6d96','','','2023-07-19 21:31:28','2023-07-19 21:31:28','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/199fa79b-57d1-457c-aa8d-c94c2b1a6d96/',0,'customize_changeset','',0),(67,1,'2023-07-19 21:33:18','2023-07-19 21:33:18','{\n    \"agama::agama_mobile_navigation_font\": {\n        \"value\": {\n            \"font-family\": \"\",\n            \"variant\": \"700\",\n            \"font-size\": \"14px\",\n            \"text-transform\": \"uppercase\",\n            \"letter-spacing\": \"0\",\n            \"font-style\": \"normal\",\n            \"font-weight\": 700\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:33:18\"\n    },\n    \"agama::agama_mobile_navigation_font[font-family]\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:33:18\"\n    }\n}','','','trash','closed','closed','','aa5f0b14-7762-4fe9-b829-a269b1bbe387','','','2023-07-19 21:33:18','2023-07-19 21:33:18','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/aa5f0b14-7762-4fe9-b829-a269b1bbe387/',0,'customize_changeset','',0),(68,1,'2023-07-19 21:33:27','2023-07-19 21:33:27','{\n    \"agama::agama_mobile_navigation_font\": {\n        \"value\": {\n            \"font-family\": \"\",\n            \"variant\": \"700\",\n            \"font-size\": \"15px\",\n            \"text-transform\": \"uppercase\",\n            \"letter-spacing\": \"0\",\n            \"font-style\": \"normal\",\n            \"font-weight\": 700\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:33:27\"\n    },\n    \"agama::agama_mobile_navigation_font[font-size]\": {\n        \"value\": \"15px\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:33:27\"\n    }\n}','','','trash','closed','closed','','abfbec91-8a0c-45b0-8a72-e048233c3104','','','2023-07-19 21:33:27','2023-07-19 21:33:27','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/abfbec91-8a0c-45b0-8a72-e048233c3104/',0,'customize_changeset','',0),(69,1,'2023-07-19 21:35:45','2023-07-19 21:35:45','{\n    \"agama::agama_header_image_background\": {\n        \"value\": {\n            \"left\": \"rgba(160,47,212,0.8)\",\n            \"right\": \"#000000\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:35:32\"\n    },\n    \"agama::agama_header_image_background[right]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:35:32\"\n    },\n    \"agama::agama_navigation_primary_links_color\": {\n        \"value\": {\n            \"normal\": \"#757575\",\n            \"visited\": \"#757575\",\n            \"hover\": \"#4b4b4b\",\n            \"active\": \"#595959\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:35:45\"\n    },\n    \"agama::agama_navigation_primary_links_color[hover]\": {\n        \"value\": \"#4b4b4b\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:35:45\"\n    },\n    \"agama::agama_navigation_primary_links_color[active]\": {\n        \"value\": \"#595959\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:35:45\"\n    }\n}','','','trash','closed','closed','','7b4a9fe5-8da7-4288-9ca7-a8770031a6ac','','','2023-07-19 21:35:45','2023-07-19 21:35:45','',0,'https://www.adonaiorion.com/Today/?p=69',0,'customize_changeset','',0),(70,1,'2023-07-19 21:45:31','2023-07-19 21:45:31','{\n    \"agama::agama_header_shrink_bg_color\": {\n        \"value\": \"rgba(0, 0, 0, 0.9)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:45:31\"\n    },\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:45:31\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:45:31\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:false,%22icon%22:%22rss%22,%22url%22:%22https://www.adonaiorion.com/Today/feed/%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:45:31\"\n    }\n}','','','trash','closed','closed','','993e686a-d376-47c5-8167-8f78ccacb808','','','2023-07-19 21:45:31','2023-07-19 21:45:31','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/993e686a-d376-47c5-8167-8f78ccacb808/',0,'customize_changeset','',0),(71,1,'2023-07-19 21:46:07','2023-07-19 21:46:07','{\n    \"agama::agama_header_image_particles\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:46:07\"\n    },\n    \"agama::agama_header_image_overlay\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:46:07\"\n    }\n}','','','trash','closed','closed','','5df2e8b4-9435-4b07-ac23-de9ddf8dbb6b','','','2023-07-19 21:46:07','2023-07-19 21:46:07','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/5df2e8b4-9435-4b07-ac23-de9ddf8dbb6b/',0,'customize_changeset','',0),(72,1,'2023-07-19 21:46:39','2023-07-19 21:46:39','{\n    \"agama::agama_navigation_primary_links_color\": {\n        \"value\": {\n            \"normal\": \"#757575\",\n            \"visited\": \"#757575\",\n            \"hover\": \"#585858\",\n            \"active\": \"#6e6e6e\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:46:39\"\n    },\n    \"agama::agama_navigation_primary_links_color[hover]\": {\n        \"value\": \"#585858\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:46:39\"\n    },\n    \"agama::agama_navigation_primary_links_color[active]\": {\n        \"value\": \"#6e6e6e\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:46:39\"\n    }\n}','','','trash','closed','closed','','6df0dbdc-75ca-404d-a7c3-76c91ea62e05','','','2023-07-19 21:46:39','2023-07-19 21:46:39','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/6df0dbdc-75ca-404d-a7c3-76c91ea62e05/',0,'customize_changeset','',0),(73,1,'2023-07-19 21:48:23','2023-07-19 21:48:23','{\n    \"agama::agama_navigation_mobile_links_color\": {\n        \"value\": {\n            \"normal\": \"#757575\",\n            \"visited\": \"#757575\",\n            \"hover\": \"#4c4c4c\",\n            \"active\": \"#545454\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:47:23\"\n    },\n    \"agama::agama_navigation_mobile_links_color[hover]\": {\n        \"value\": \"#4c4c4c\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:47:23\"\n    },\n    \"agama::agama_navigation_mobile_links_color[active]\": {\n        \"value\": \"#545454\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:47:23\"\n    },\n    \"agama::agama_navbar_buttons_color\": {\n        \"value\": {\n            \"normal\": \"#757575\",\n            \"hover\": \"#585858\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:47:23\"\n    },\n    \"agama::agama_navbar_buttons_color[hover]\": {\n        \"value\": \"#585858\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:47:23\"\n    },\n    \"agama::agama_slider_overlay_bg_color\": {\n        \"value\": \"rgba(162, 54, 199, 0.5)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    },\n    \"agama::agama_slider_particles\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    },\n    \"agama::agama_footer_widgets_background_colors\": {\n        \"value\": {\n            \"left\": \"#000000\",\n            \"right\": \"#000000\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    },\n    \"agama::agama_footer_widgets_background_colors[left]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    },\n    \"agama::agama_footer_widgets_background_colors[right]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    },\n    \"agama::agama_footer_background_colors\": {\n        \"value\": {\n            \"left\": \"#000000\",\n            \"right\": \"#000000\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    },\n    \"agama::agama_footer_background_colors[left]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    },\n    \"agama::agama_footer_background_colors[right]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:22\"\n    }\n}','','','trash','closed','closed','','8b4c5a9c-315c-46e2-b854-5c781ec6782e','','','2023-07-19 21:48:23','2023-07-19 21:48:23','',0,'https://www.adonaiorion.com/Today/?p=73',0,'customize_changeset','',0),(74,1,'2023-07-19 21:48:42','2023-07-19 21:48:42','{\n    \"agama::agama_footer_site_info_links_color\": {\n        \"value\": \"#e6cced\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:42\"\n    },\n    \"agama::agama_footer_social_icons_color\": {\n        \"value\": \"#e7cced\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:48:42\"\n    }\n}','','','trash','closed','closed','','0b66f7b0-21fe-458a-adeb-2b56076871a4','','','2023-07-19 21:48:42','2023-07-19 21:48:42','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/0b66f7b0-21fe-458a-adeb-2b56076871a4/',0,'customize_changeset','',0),(75,1,'2023-07-19 21:50:55','2023-07-19 21:50:55','{\n    \"agama::agama_slider_particles\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:50:55\"\n    },\n    \"agama::agama_slider_particles_colors\": {\n        \"value\": {\n            \"circles\": \"#ae00ff\",\n            \"lines\": \"#d6ff00\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:50:55\"\n    },\n    \"agama::agama_slider_particles_colors[circles]\": {\n        \"value\": \"#ae00ff\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:50:55\"\n    },\n    \"agama::agama_slider_particles_colors[lines]\": {\n        \"value\": \"#d6ff00\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:50:55\"\n    }\n}','','','trash','closed','closed','','174f9b16-db53-4125-bb07-2e220ab2fe21','','','2023-07-19 21:50:55','2023-07-19 21:50:55','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/174f9b16-db53-4125-bb07-2e220ab2fe21/',0,'customize_changeset','',0),(76,1,'2023-07-19 21:51:54','2023-07-19 21:51:54','{\n    \"agama::agama_header_image_particles\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:51:54\"\n    },\n    \"agama::agama_header_image_particles_colors\": {\n        \"value\": {\n            \"lines\": \"#ae00ff\",\n            \"circles\": \"#caff00\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:51:54\"\n    },\n    \"agama::agama_header_image_particles_colors[lines]\": {\n        \"value\": \"#ae00ff\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:51:54\"\n    },\n    \"agama::agama_header_image_particles_colors[circles]\": {\n        \"value\": \"#caff00\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:51:54\"\n    }\n}','','','trash','closed','closed','','414b4df7-7a35-4c6a-ab3c-57e1bc2cad0c','','','2023-07-19 21:51:54','2023-07-19 21:51:54','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/414b4df7-7a35-4c6a-ab3c-57e1bc2cad0c/',0,'customize_changeset','',0),(77,1,'2023-07-19 21:53:39','2023-07-19 21:53:39','{\n    \"agama::agama_breadcrumb_homepage\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 21:53:39\"\n    }\n}','','','trash','closed','closed','','ec158f1a-932e-43b1-ac85-4bf85fdf7127','','','2023-07-19 21:53:39','2023-07-19 21:53:39','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/ec158f1a-932e-43b1-ac85-4bf85fdf7127/',0,'customize_changeset','',0),(78,1,'2023-07-19 22:04:19','2023-07-19 22:04:19','{\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:false,%22icon%22:%22instagram%22,%22url%22:%22https://www.adonaiorion.com/adonaiorion%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 22:04:19\"\n    }\n}','','','trash','closed','closed','','17715955-eb2e-46ab-99ab-a489c027008d','','','2023-07-19 22:04:19','2023-07-19 22:04:19','',0,'https://www.adonaiorion.com/Today/?p=78',0,'customize_changeset','',0),(79,1,'2023-07-19 22:05:04','2023-07-19 22:05:04','{\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 22:05:04\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 22:05:04\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:true,%22icon%22:%22instagram%22,%22url%22:%22https://www.adonaiorion.com/adonaiorion%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 22:05:04\"\n    }\n}','','','trash','closed','closed','','4eca9996-7424-4bd6-a0ea-638a2e2c593a','','','2023-07-19 22:05:04','2023-07-19 22:05:04','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/4eca9996-7424-4bd6-a0ea-638a2e2c593a/',0,'customize_changeset','',0),(80,1,'2023-07-19 22:18:44','2023-07-19 22:18:44','{\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:true,%22icon%22:%22instagram%22,%22url%22:%22https://www.instagram.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22twitter%22,%22url%22:%22https://www.twitter.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22%22,%22url%22:%22https://www.threads.net/adonaiorion%22%7D,null,%7B%22target%22:true,%22icon%22:%22youtube%22,%22url%22:%22https://www.youtube.com/@adonaiorion%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 22:18:44\"\n    }\n}','','','trash','closed','closed','','76300f29-e8e8-4a3e-b87f-f5f32bcae1e5','','','2023-07-19 22:18:44','2023-07-19 22:18:44','',0,'https://www.adonaiorion.com/Today/?p=80',0,'customize_changeset','',0),(81,1,'2023-07-19 23:11:47','2023-07-19 23:11:47','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Front Page\",\"post_status\":\"publish\",\"post_date\":\"2023-07-08 00:16:28\",\"post_author\":\"1\",\"post_name\":\"sample-page\",\"featured_image\":41,\"comment_status\":\"true\",\"pagelayer-id\":\"zvf9263\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"2uw9545\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"hmf6543\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\n\\r\\n\\u003ch1\\u003ePresent day topics in society and civilization.\\u003c/h1\\u003e\\r\\n\\n\",\"pagelayer-id\":\"fek8376\"} -->\n\r\n<h1>Present day topics in society and civilization.</h1>\r\n\n<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Front Page','','inherit','closed','closed','','2-revision-v1','','','2023-07-19 23:11:47','2023-07-19 23:11:47','',2,'https://www.adonaiorion.com/Today/?p=81',0,'revision','',0),(82,1,'2023-07-19 23:13:06','2023-07-19 23:13:06','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Front Page\",\"post_status\":\"publish\",\"post_date\":\"2023-07-08 00:16:28\",\"post_author\":\"1\",\"post_name\":\"today\",\"featured_image\":41,\"comment_status\":\"true\",\"pagelayer-id\":\"zvf9263\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"2uw9545\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"hmf6543\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\n\\r\\n\\u003ch1\\u003ePresent day topics in society and civilization.\\u003c/h1\\u003e\\r\\n\\n\",\"pagelayer-id\":\"fek8376\"} -->\n\r\n<h1>Present day topics in society and civilization.</h1>\r\n\n<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Front Page','','inherit','closed','closed','','2-revision-v1','','','2023-07-19 23:13:06','2023-07-19 23:13:06','',2,'https://www.adonaiorion.com/Today/?p=82',0,'revision','',0),(83,1,'2023-07-19 23:19:49','2023-07-19 23:19:49','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Front Page\",\"post_status\":\"publish\",\"post_date\":\"2023-07-08 00:16:28\",\"post_author\":\"1\",\"post_name\":\"today\",\"featured_image\":41,\"comment_status\":\"true\",\"pagelayer-id\":\"zvf9263\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"2uw9545\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"hmf6543\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\n\\r\\n\\u003ch1\\u003ePresent day topics in society and civilization.\\u003c/h1\\u003e\\r\\n\\n\",\"ele_bg_type\":\"gradient\",\"ele_bg_gradient\":[\"150\",\"#000000ff\",\"23\",\"#af40ffff\",\"45\",\"#3a3a3aff\",\"100\"],\"ele_bg_hover\":\"\",\"pagelayer-id\":\"fek8376\"} -->\n\r\n<h1>Present day topics in society and civilization.</h1>\r\n\n<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Front Page','','inherit','closed','closed','','2-revision-v1','','','2023-07-19 23:19:49','2023-07-19 23:19:49','',2,'https://www.adonaiorion.com/Today/?p=83',0,'revision','',0),(84,1,'2023-07-19 23:20:22','2023-07-19 23:20:22','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Front Page\",\"post_status\":\"publish\",\"post_date\":\"2023-07-08 00:16:28\",\"post_author\":\"1\",\"post_name\":\"today\",\"featured_image\":41,\"comment_status\":\"true\",\"pagelayer-id\":\"zvf9263\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"2uw9545\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"hmf6543\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\n\\r\\n\\u003ch1\\u003ePresent day topics in society and civilization.\\u003c/h1\\u003e\\r\\n\\n\",\"ele_bg_type\":\"gradient\",\"ele_bg_gradient\":[\"150\",\"#000000ff\",\"23\",\"#af40ffff\",\"45\",\"#494949ff\",\"100\"],\"ele_bg_hover\":\"\",\"pagelayer-id\":\"fek8376\"} -->\n\r\n<h1>Present day topics in society and civilization.</h1>\r\n\n<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Front Page','','inherit','closed','closed','','2-revision-v1','','','2023-07-19 23:20:22','2023-07-19 23:20:22','',2,'https://www.adonaiorion.com/Today/?p=84',0,'revision','',0),(85,1,'2023-07-19 23:26:39','2023-07-19 23:26:39','{\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:26:39\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:26:39\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:true,%22icon%22:%22instagram%22,%22url%22:%22https://www.instagram.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22twitter%22,%22url%22:%22https://www.twitter.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22%22,%22url%22:%22https://www.threads.net/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22youtube%22,%22url%22:%22https://www.youtube.com/@adonaiorion%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:26:39\"\n    },\n    \"pagelayer_global_fonts\": {\n        \"value\": \"{\\\"primary\\\":{\\\"title\\\":\\\"Primary\\\",\\\"value\\\":{\\\"font-family\\\":\\\"Open Sans\\\"}},\\\"secondary\\\":{\\\"title\\\":\\\"Secondary\\\",\\\"value\\\":{\\\"font-family\\\":\\\"Roboto\\\"}},\\\"text\\\":{\\\"title\\\":\\\"Text\\\",\\\"value\\\":{\\\"font-family\\\":\\\"Palette Mosaic\\\"}},\\\"accent\\\":{\\\"title\\\":\\\"Accent\\\",\\\"value\\\":{\\\"font-family\\\":\\\"Poppins\\\"}}}\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:26:39\"\n    }\n}','','','trash','closed','closed','','2f54bb36-55d5-42b1-af6f-567629229eae','','','2023-07-19 23:26:39','2023-07-19 23:26:39','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/2f54bb36-55d5-42b1-af6f-567629229eae/',0,'customize_changeset','',0),(86,1,'2023-07-19 23:27:31','2023-07-19 23:27:31','{\n    \"agama::agama_layout_style\": {\n        \"value\": \"fullwidth\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:27:31\"\n    }\n}','','','trash','closed','closed','','be3d2aa5-7219-430d-9857-712064e760aa','','','2023-07-19 23:27:31','2023-07-19 23:27:31','',0,'https://www.adonaiorion.com/Today/?p=86',0,'customize_changeset','',0),(87,1,'2023-07-19 23:28:57','2023-07-19 23:28:57','{\n    \"agama::agama_header_style\": {\n        \"value\": \"sticky\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:28:19\"\n    },\n    \"agama::agama_header_top_border_size\": {\n        \"value\": \"5\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:28:57\"\n    }\n}','','','trash','closed','closed','','97b2e15c-1411-4f40-ab49-55989fb42f0a','','','2023-07-19 23:28:57','2023-07-19 23:28:57','',0,'https://www.adonaiorion.com/Today/?p=87',0,'customize_changeset','',0),(88,1,'2023-07-19 23:30:36','2023-07-19 23:30:36','{\n    \"agama::agama_media_logo\": {\n        \"value\": \"desktop\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:30:17\"\n    },\n    \"agama::agama_navbar_buttons\": {\n        \"value\": [\n            \"search\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:30:36\"\n    }\n}','','','trash','closed','closed','','d8b864d4-d996-4694-bff9-f69cfd3034c9','','','2023-07-19 23:30:36','2023-07-19 23:30:36','',0,'https://www.adonaiorion.com/Today/?p=88',0,'customize_changeset','',0),(89,1,'2023-07-19 23:32:46','2023-07-19 23:32:46','{\n    \"nav_menu_item[51]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:32:46\"\n    },\n    \"nav_menu_item[23]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 16,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://www.adonaiorion.com/Today/blog/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"Blog\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:32:46\"\n    },\n    \"nav_menu_item[25]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:32:46\"\n    }\n}','','','trash','closed','closed','','82913ee5-bb55-466a-9ae8-003dc169ac74','','','2023-07-19 23:32:46','2023-07-19 23:32:46','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/82913ee5-bb55-466a-9ae8-003dc169ac74/',0,'customize_changeset','',0),(91,1,'2023-07-19 23:37:03','2023-07-19 23:37:03','{\n    \"agama::header_image\": {\n        \"value\": \"remove-header\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:37:03\"\n    },\n    \"agama::header_image_data\": {\n        \"value\": \"remove-header\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:37:03\"\n    },\n    \"agama::agama_header_image_bottom_shape\": {\n        \"value\": \"none\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:37:03\"\n    }\n}','','','trash','closed','closed','','42218dc9-ecf4-434e-b25a-1f7d632b3204','','','2023-07-19 23:37:03','2023-07-19 23:37:03','',0,'https://www.adonaiorion.com/Today/blog/2023/07/19/42218dc9-ecf4-434e-b25a-1f7d632b3204/',0,'customize_changeset','',0),(92,1,'2023-07-19 23:43:16','2023-07-19 23:43:16','{\n    \"agama::agama_header_style\": {\n        \"value\": \"default\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:39:07\"\n    },\n    \"agama::agama_header_top_border_size\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-19 23:43:16\"\n    }\n}','','','trash','closed','closed','','bef4b3d6-4c79-49d0-ac8b-4f64ca9dff49','','','2023-07-19 23:43:16','2023-07-19 23:43:16','',0,'https://www.adonaiorion.com/Today/?p=92',0,'customize_changeset','',0),(93,1,'2023-07-19 23:43:57','2023-07-19 23:43:57','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Service\",\"post_name\":\"service\",\"post_status\":\"publish\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_date\":\"2021-10-29 09:34:57\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_author\":\"1\",\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"hoy9692\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"ele_padding_tablet\":[\"120px\",\"0px\",\"120px\",\"0px\"],\"pagelayer-id\":\"ljj1585\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"f9f7457\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch1\\u003eServices\\u003c/h1\\u003e\",\"heading_typo\":[\"\",\"75\",\"\",\"400\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_typo_tablet\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"20p2739\"} --><h1>Services</h1><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"jeu6678\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"100px,0px,100px,0px\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"0px\",\"0px\"],\"ele_padding_tablet\":[\"100px\",\"0px\",\"0px\",\"0px\"],\"pagelayer-id\":\"0hz6110\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"eoc3535\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eOur Services\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"c854619\"} --><h2>Our Services</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"pkc1931\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"k0h1584\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"c3v1377\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-chalkboard-teacher\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"20\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"40\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Skilled Teachers\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_padding\":\"25px,25px,25px,25px\",\"ele_shadow\":\"1,1,10,#c4c4c4ff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"\\u003cp\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English\\u003c/p\\u003e\",\"pagelayer-id\":\"r9z8630\"} --><p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English</p><!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"w723531\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-graduation-cap\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"20\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"40\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"100+  Online Courses\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#000000ff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_padding\":\"25px,25px,25px,25px\",\"ele_shadow\":\"1,1,10,#c4c4c4ff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"\\u003cp\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"mix3998\"} --><p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"dsa9885\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-graduation-cap\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"20\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"40\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Learn From Everywhere\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#000000ff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_padding\":\"25px,25px,25px,25px\",\"ele_shadow\":\"1,1,10,#c4c4c4ff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"\\u003cp\\u003eThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"kxq8211\"} --><p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"pagelayer-id\":\"dc4269\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"ncz5302\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eOur Courses\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"iso651\"} --><h2>Our Courses</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"ogl9484\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"ibo8705\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"mrx7393\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"1. Photography\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"service_heading_typo_tablet\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"dbk1646\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"q153438\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"2. Computer Programming\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"uln8320\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"cah2349\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"3. Graphic Designing\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"4w67452\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"ghq6339\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"ttu7165\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"4. Cooking\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"5pu2222\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"zbq8471\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"5. Hotel Management\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"x8f8152\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"wdm4136\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#0986c0\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"6. Art Design\",\"heading_alignment\":\"center\",\"service_title_spacing\":\",,10,\",\"heading_state\":\"normal\",\"service_heading_color\":\"#6200eaff\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"wks4789\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met. Turpis in eu mi bibendum neque egestas congue quisque.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"9\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"100px,0px,100px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"ele_padding_tablet\":[\"100px\",\"10px\",\"100px\",\"10px\"],\"pagelayer-id\":\"aoz6534\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"nsm5611\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#651fffb4\",\"ele_padding\":\"25px,20px,25px,20px\",\"ele_padding_mobile\":\"10px,10px,10px,10px\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"0jc257\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"left\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"text\":\"\\u003ch2\\u003eSuccess Stories\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"4wx4400\"} --><h2>Success Stories</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_css\":\"{{element}} .pagelayer-text-holder p{font-family:noto sans; font-weight:400;line-height:2; color:#ffffff;}\",\"ele_margin\":\"10px,0px,0px,0px\",\"text\":\"\\u003cp\\u003eEu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u003c/p\\u003e\",\"pagelayer-id\":\"wgr6648\"} --><p>Eu non diam phasellus vestibulum lorem.Excepteur sint occaecat cupidatat non proident, suntin culpa qui officia deserunt mollit animid est laborum.Phasellus imperdiet lacinia nulla, malesuada semper nibh sodales quis, Duis viverra ipsum dictum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"right\",\"ele_margin\":\"20px,0px,0px,0px\",\"text\":\"\\u003ch3\\u003e- Sara Jones\\u003c/h3\\u003e\\n\",\"pagelayer-id\":\"cx24276\"} --><h3>- Sara Jones</h3>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"pagelayer-id\":\"exu5504\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"bsr5133\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eWhy Choose Us\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"m417323\"} --><h2>Why Choose Us</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"kbf6614\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"3ya7621\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"mmh8810\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-star-half-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"5 Years of Experience\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\"Muli,22,,600,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"6x25638\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"5zq216\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-users\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Team Of Experts\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"2r11037\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"yry2464\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-list-ul\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#6200eaff\",\"service_icon_font_size\":\"45\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"20+ Courses\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"15,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-service-text p{font-family:noto sans; line-height:1.8;}\",\"ele_padding\":\"15px,15px,15px,15px\",\"animation\":\"\",\"animation_delay\":\"600\",\"service_text\":\"Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"aeo8389\"} -->Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lorem ipsum doler sit a met.&nbsp;\n\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding\":\"100px,0px,100px,0px\",\"pagelayer-id\":\"v5u5634\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_type\":\"\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"7ze782\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eLet The Number Speak\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"ba11558\"} --><h2>Let The Number Speak</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"mg95663\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"ltx9771\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"dhs4611\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"100\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Online Courses\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"kq37876\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"zij5775\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"50\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Expert Teachers\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"qzk9668\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"vds7452\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Locations\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"w348748\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"nhi9073\"} -->\n<!-- wp:pagelayer/pl_counter {\"counter_start_number\":\"1\",\"counter_end_number\":\"20000\",\"animation_duration\":\"2000\",\"counter_align\":\"center\",\"counter_text\":\"Students Enrolled\",\"counter_text_color\":\"#ffffffff\",\"counter_text_style\":\",25,,400,,,solid,,,,\",\"counter_number_color\":\"#6200eaff\",\"counter_number_style\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"number_suffix\":\"+\",\"thousand_seperator\":\"true\",\"thousand_seperator_type\":\",\",\"animation\":\"\",\"animation_delay\":\"400\",\"pagelayer-id\":\"g0k7597\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"100px,0px,0px,0px\",\"ele_padding\":\"0px,0px,60px,0px\",\"pagelayer-id\":\"9vz4852\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"2xx1437\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"left\",\"heading_typo_mobile\":[\"\",\"\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eTestimonials\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"iji9628\"} --><h2>Testimonials</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"1eb6306\"} /-->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"13px,0px,0px,0px\",\"pagelayer-id\":\"akf6120\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9ho7203\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Sam Carr\",\"cite_color\":\"#000000ff\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Software Engineer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"24g3809\"} -->The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"cju2600\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Robert Chase\",\"cite_color\":\"#000000ff\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Accountant\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"yhx9878\"} -->The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"22r2486\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"left\",\"author-spacing\":\"20\",\"avatar\":\"5\",\"testimonial_image_size\":\"90\",\"img_shape\":\"circle\",\"cite\":\"Jenna Simson\",\"cite_color\":\"#000000ff\",\"cite_style\":\",20,,100,,none,,,,,\",\"designation\":\"Photographer\",\"designation_color\":\"#6200eaff\",\"cite_designation_style\":\",16,,100,,,,,,,\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content p{font-family:noto sans; font-weight:400; line-height:1.8;}\",\"cite_spacing\":\"0,0,0,10\",\"ele_padding\":\"20px,20px,20px,20px\",\"ele_shadow\":\"1,1,10,#eaeaeaff,4,\",\"animation\":\"\",\"animation_delay\":\"600\",\"quote_content\":\"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\\u0026nbsp;\\n\\n\",\"pagelayer-id\":\"3p26310\"} -->The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.&nbsp;\n\n<!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Service','','inherit','closed','closed','','17-revision-v1','','','2023-07-19 23:43:57','2023-07-19 23:43:57','',17,'https://www.adonaiorion.com/Today/?p=93',0,'revision','',0),(94,1,'2023-07-19 23:44:40','2023-07-19 23:44:40','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contact\",\"post_status\":\"publish\",\"post_date\":\"2021-10-29 09:34:44\",\"post_author\":\"1\",\"post_name\":\"contact\",\"featured_image\":\"\",\"post_excerpt\":\"\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"e0p9067\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":0.6,\"overlay_color\":\"#000000ff\",\"ele_padding_mobile\":[\"100px\",\"0px\",\"100px\",\"0px\"],\"ele_padding_tablet\":[\"120px\",\"0px\",\"120px\",\"0px\"],\"pagelayer-id\":\"rb49778\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"feh1632\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch1\\u003eContact Us\\u003c/h1\\u003e\\n\",\"heading_typo\":[\"\",\"75\",\"\",\"400\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_typo_tablet\":[\"\",\"60\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"pagelayer-id\":\"y873321\"} --><h1>Contact Us</h1>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"10\",\"divider_gap\":\"10\",\"divider_alignment\":\"left\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"0dt2024\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"60px,0px,0px,0px\",\"pagelayer-id\":\"2722862\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"m5c8813\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"wae3595\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch2\\u003eGet In Touch\\u003c/h2\\u003e\\n\",\"pagelayer-id\":\"m4e5057\"} --><h2>Get In Touch</h2>\n<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#6200eaff\",\"divider_weight\":\"3\",\"divider_widht\":\"14\",\"divider_gap\":\"10\",\"divider_alignment\":\"center\",\"divider_widht_tablet\":\"10\",\"divider_widht_mobile\":\"20\",\"pagelayer-id\":\"dg05107\"} /-->\n<!-- wp:pagelayer/pl_contact {\"form\":\"contact-form\",\"name\":\"Contact Form\",\"form_position\":\"center\",\"space_label\":\",,10,\",\"input_state\":\"normal\",\"input_padding\":\"10,10\",\"radio_padding\":\"10,10\",\"field_hover_delay\":\"400\",\"submit\":\"Send Message\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"con_post_id\":\"131505\",\"placeholder_typo\":\"Noto Sans,14,,500,,,Solid,,,,\",\"btn_bg_color\":\"#0986c000\",\"btn_color\":\"#6200eaff\",\"btn_custom_size\":\"10,20\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#6200eaff\",\"btn_border_width\":\"1,1,1,1\",\"btn_border_radius\":\"0,0,0,0\",\"btn_hover\":\"hover\",\"btn_bg_color_hover\":\"#6200eaff\",\"btn_color_hover\":\"#ffffffff\",\"btn_typo\":\"Muli,14,,600,,,Solid,,,,\",\"field_state\":\"focus\",\"field_border_type_focus\":\"solid\",\"field_border_color_focus\":\"#6200eaff\",\"field_border_width_focus\":\"1,1,1,1\",\"animation\":\"\",\"animation_delay\":\"600\",\"contact_custom_templ\":\"true\",\"from_email\":\"$email\",\"cont_subject\":\"Contact Page Form\",\"cont_header\":\"$name,$email,$subject,$message\",\"pagelayer-id\":\"th53304\"} -->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Name*\",\"field_type\":\"text\",\"values\":\"One\\nTwo\",\"field_name\":\"name\",\"field_width\":\"45\",\"space_between\":\"0,10,10,0\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"required\":\"true\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"m2c5385\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Email*\",\"field_type\":\"email\",\"values\":\"One\\nTwo\",\"field_name\":\"email\",\"field_width\":\"45\",\"space_between\":\"0,0,10,10\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"required\":\"true\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"6cj7225\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Subject*\",\"field_type\":\"text\",\"values\":\"One\\nTwo\",\"field_name\":\"subject\",\"field_width\":\"90\",\"space_between\":\"0,0,10,0\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"required\":\"true\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"4rw8782\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Message\",\"field_type\":\"textarea\",\"values\":\"One\\nTwo\",\"field_name\":\"message\",\"field_width\":\"90\",\"space_between\":\"0,0,10,0\",\"label_as_holder\":\"true\",\"field_display\":\"inline-block\",\"textarea_rows\":\"6\",\"field_width_mobile\":100,\"space_between_mobile\":[\"5\",\"5\",\"5\",\"5\"],\"pagelayer-id\":\"kxs8734\"} /-->\n<!-- /wp:pagelayer/pl_contact -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"i7r7174\"} -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"60px,0px,0px,0px\",\"pagelayer-id\":\"n617146\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"l9p9741\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-map-marker-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"16\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"30\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Address\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"10,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"service_text\":\"\\n\",\"pagelayer-id\":\"oj55191\"} -->\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"\",\"align\":\"center\",\"ele_css\":\"{{element}} .pagelayer-address{text-align:center;}\",\"ele_margin\":\"-10px,0px,0px,0px\",\"pagelayer-id\":\"12d8149\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"k4t6135\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-mobile-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"16\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"30\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Phone\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"10,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_margin_tablet\":\"20px,0px,0px,0px\",\"ele_margin_mobile\":\"20px,0px,0px,0px\",\"service_text\":\"\\n\",\"pagelayer-id\":\"st63706\"} -->\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- wp:pagelayer/pl_phone {\"icon\":\"\",\"align\":\"center\",\"ele_margin\":\"-5px,0px,0px,0px\",\"pagelayer-id\":\"icp4268\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"k928919\"} -->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-envelope\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"stacked\",\"service_icon_padding\":\"16\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"30\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Email\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"10,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":[\"\",\"22\",\"\",\"400\",\"\",\"\",\"Solid\",\"\",\"\",\"\",\"\"],\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_icon_background_color\":\"#6200eaff\",\"service_icon_shape_type\":\"circle\",\"ele_margin_tablet\":\"20px,0px,0px,0px\",\"ele_margin_mobile\":\"20px,0px,0px,0px\",\"service_text\":\"\\n\",\"pagelayer-id\":\"cho1962\"} -->\n<!-- /wp:pagelayer/pl_iconbox -->\n<!-- wp:pagelayer/pl_email {\"icon\":\"\",\"align\":\"center\",\"ele_margin\":\"-5px,0px,0px,0px\",\"pagelayer-id\":\"os32284\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"60px,0px,0px,0px\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"zkj2504\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"qjd2520\"} -->\n<!-- wp:pagelayer/pl_google_maps {\"zoom\":\"10\",\"height\":\"450\",\"address\":\"New York, New York, USA\",\"pagelayer-id\":\"3pz1406\"} -->New York, New York, USA<!-- /wp:pagelayer/pl_google_maps -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Contact','','inherit','closed','closed','','20-revision-v1','','','2023-07-19 23:44:40','2023-07-19 23:44:40','',20,'https://www.adonaiorion.com/Today/?p=94',0,'revision','',0),(95,1,'2023-07-19 23:45:40','2023-07-19 23:45:40','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://www.adonaiorion.com/Today.</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-07-19 23:45:40','2023-07-19 23:45:40','',3,'https://www.adonaiorion.com/Today/?p=95',0,'revision','',0),(96,1,'2023-07-19 23:46:42','2023-07-19 23:46:42','Articles','Blog','','inherit','closed','closed','','16-revision-v1','','','2023-07-19 23:46:42','2023-07-19 23:46:42','',16,'https://www.adonaiorion.com/Today/?p=96',0,'revision','',0),(100,1,'2023-07-19 23:52:56','2023-07-19 23:52:56','','Articles','','inherit','closed','closed','','16-revision-v1','','','2023-07-19 23:52:56','2023-07-19 23:52:56','',16,'https://www.adonaiorion.com/Today/?p=100',0,'revision','',0),(97,1,'2023-07-19 23:49:14','2023-07-19 23:49:14','die scum az whatever the fuck','Diemusk','','inherit','closed','closed','','16-revision-v1','','','2023-07-19 23:49:14','2023-07-19 23:49:14','',16,'https://www.adonaiorion.com/Today/?p=97',0,'revision','',0),(98,1,'2023-07-19 23:50:30','2023-07-19 23:50:30','die scum az whatever the fuck','Articles','','inherit','closed','closed','','16-autosave-v1','','','2023-07-19 23:50:30','2023-07-19 23:50:30','',16,'https://www.adonaiorion.com/Today/?p=98',0,'revision','',0),(99,1,'2023-07-19 23:52:03','2023-07-19 23:52:03','','O','','inherit','closed','closed','','49-revision-v1','','','2023-07-19 23:52:03','2023-07-19 23:52:03','',49,'https://www.adonaiorion.com/Today/?p=99',0,'revision','',0),(101,1,'2023-07-19 23:57:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-19 23:57:13','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=101',0,'post','',0),(102,1,'2023-07-19 23:58:14','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-19 23:58:14','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=102',0,'post','',0),(103,1,'2023-07-20 00:07:43','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-20 00:07:43','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=103',0,'post','',0),(104,1,'2023-07-20 00:09:39','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-20 00:09:39','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=104',0,'post','',0),(105,1,'2023-07-20 00:09:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-20 00:09:51','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=105',0,'post','',0),(106,1,'2023-07-20 00:15:13','2023-07-20 00:15:13','Death','Death deleted or not typed or not death','','trash','open','open','','death-deleted-or-not-typed-or-not-death__trashed','','','2023-07-20 00:16:35','2023-07-20 00:16:35','',0,'https://www.adonaiorion.com/Today/?p=106',0,'post','',0),(107,1,'2023-07-20 00:15:13','2023-07-20 00:15:13','Death','Death deleted or not typed or not death','','inherit','closed','closed','','106-revision-v1','','','2023-07-20 00:15:13','2023-07-20 00:15:13','',106,'https://www.adonaiorion.com/Today/?p=107',0,'revision','',0),(108,1,'2023-07-20 00:45:33','2023-07-20 00:45:33','{\n    \"agama::agama_slider_slides_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:45:33\"\n    },\n    \"agama::agama_frontpage_boxes_repeater\": {\n        \"value\": \"%5B%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:45:33\"\n    },\n    \"agama::agama_social_icons\": {\n        \"value\": \"%5B%7B%22target%22:true,%22icon%22:%22instagram%22,%22url%22:%22https://www.instagram.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22twitter%22,%22url%22:%22https://www.twitter.com/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22%22,%22url%22:%22https://www.threads.net/adonaiorion%22%7D,%7B%22target%22:true,%22icon%22:%22youtube%22,%22url%22:%22https://www.youtube.com/@adonaiorion%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:45:33\"\n    },\n    \"agama::agama_footer_social\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:45:33\"\n    }\n}','','','trash','closed','closed','','0464feb9-07fb-4f53-963c-67b7cd1c9827','','','2023-07-20 00:45:33','2023-07-20 00:45:33','',0,'https://www.adonaiorion.com/Today/blog/2023/07/20/0464feb9-07fb-4f53-963c-67b7cd1c9827/',0,'customize_changeset','',0),(109,1,'2023-07-20 00:46:57','2023-07-20 00:46:57','{\n    \"nav_menu[2]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:46:57\"\n    },\n    \"nav_menu_item[23]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:46:57\"\n    }\n}','','','trash','closed','closed','','348ecd60-7b60-4265-9899-e999a6ffbd59','','','2023-07-20 00:46:57','2023-07-20 00:46:57','',0,'https://www.adonaiorion.com/Today/blog/2023/07/20/348ecd60-7b60-4265-9899-e999a6ffbd59/',0,'customize_changeset','',0),(111,1,'2023-07-20 00:53:22','2023-07-20 00:53:22','{\n    \"agama::agama_footer_copyright\": {\n        \"value\": \"no footer \",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:53:22\"\n    }\n}','','','trash','closed','closed','','38cfb098-0292-4bdf-9431-86dd8c32f3f2','','','2023-07-20 00:53:22','2023-07-20 00:53:22','',0,'https://www.adonaiorion.com/Today/?p=111',0,'customize_changeset','',0),(112,1,'2023-07-20 00:56:16','2023-07-20 00:56:16','{\n    \"show_on_front\": {\n        \"value\": \"posts\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-20 00:55:19\"\n    }\n}','','','trash','closed','closed','','8cabea8e-0efa-472b-a27f-ea252c79bdb6','','','2023-07-20 00:56:16','2023-07-20 00:56:16','',0,'https://www.adonaiorion.com/Today/?p=112',0,'customize_changeset','',0),(113,1,'2023-07-20 01:15:05','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-20 01:15:05','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=113',0,'post','',0),(114,1,'2023-07-20 01:24:25','2023-07-20 01:24:25','<!-- wp:paragraph -->\n<p>Philosophy of modern day, and philanthropy of present day issues.</p>\n<p>All material is original I am not otherwise company, org, group/ individual affiliated.</p>\n<p>Not open for copying, plagiarizing, and or usage without direct acknowledgement of sole owner A Angel Pendragon.</p>\n<!-- /wp:paragraph -->','Today','','inherit','closed','closed','','1-autosave-v1','','','2023-07-20 01:24:25','2023-07-20 01:24:25','',1,'https://www.adonaiorion.com/Today/?p=114',0,'revision','',0),(115,1,'2023-07-20 01:23:23','2023-07-20 01:23:23','<!-- wp:paragraph -->\r\n<p>Philosophy of modern day, and philanthropy of present day issues.</p>\r\n<p>All material is original and non affiliated. Not open for copying, plagiarizing, and or usage without direct acknowledgement of sole owner A Angel Pendragon.</p>\r\n<!-- /wp:paragraph -->','Today','','inherit','closed','closed','','1-revision-v1','','','2023-07-20 01:23:23','2023-07-20 01:23:23','',1,'https://www.adonaiorion.com/Today/?p=115',0,'revision','',0),(116,1,'2023-07-20 01:25:04','2023-07-20 01:25:04','<!-- wp:paragraph -->\r\n<p>Philosophy of modern day, and philanthropy of present day issues.</p>\r\n<p>All material is original I am not otherwise company, org, group/ individual affiliated.</p>\r\n<p>Copyright infringement in full effect.</p>\r\n<!-- /wp:paragraph -->','Today','','inherit','closed','closed','','1-revision-v1','','','2023-07-20 01:25:04','2023-07-20 01:25:04','',1,'https://www.adonaiorion.com/Today/?p=116',0,'revision','',0),(117,1,'2023-07-20 01:41:33','2023-07-20 01:41:33','<h4>07.19.2023 19:00UTC</h4>\r\n<h4>There\'s a separation of spaces across social media, mainly seeking to see which will \"finally\" satisfy the majority of the public, and in it, \"hopefully\" (lottery aspects matter also) satisfy the consumers of the latest social media space.</h4>\r\n<h4>Is it important?</h4>\r\n<h4>Yes, and no.</h4>\r\n<h4>No, it doesn\'t matter if it\'s called this or that, or if the speech is framed as this or that, or other aspects.</h4>\r\n<h4>What matters is what is the truth from the start, and with that, it is a product someone seeks to profit from, not matter what.</h4>\r\n<h4>Is it wrong? Not necessarily, and it is depending on so many aspects which were and have always and continue to be, ignored.</h4>\r\n<h4>Is that the point? If it isn\'t, why not see them and address them fairly?</h4>\r\n<h4>People still want to gather online on social media, but who is the person people behind all together matters also, along all other aspects.</h4>\r\n<h4>Laws that protect consumers and overall safety as well.</h4>\r\n<h4>So you understand the impact of, children are inevitably in digital data from the second the pregnant person announces or tests for pregnancy signs in this modern era, even if the parent isn\'t online at all, because digital data is digital data.</h4>\r\n<h4>That means it virtually affects everyone, including those exploding it, while they are blinded by the temporary gain, in greedy pursuits.</h4>\r\n<h4>The more their family and those involved are online, adds to it. Is it safe, or is there a difference from online on say private social locked accounts, public social accounts, or even days like doctors\' and and other?</h4>\r\n<h4>When data is being treated like modern day slave trade by those collecting it and piecing it apart to sell it, and it is surpassing the value even of most used/ depended on real life application resources, it is of course a situation that goes to say the gain of it financially has to be significant to be prioritized the way it becomes, and the source of the resource is people, whom are unaware, and non compensated, nor protected, who are also in non legal markets, and legal spaces are open to significant corruption to protect such operations. The cost that greed does no see though is collapse.</h4>\r\n<h4>As someone that has been literally made the symbol of these things, by these people behind it, as mock and literally experienced top of the chain abuse in this sense, needless to say why the lack of support found through traditional posting to social, and why also the lack of acknowledgement, and so on.</h4>\r\n<h4>So, what does matter? A lot of things that acknowledge the wrong, and takes from the wrong hands, while retributes to those harmed by it, and creates a system that is fair.</h4>\r\n<h4>Does my case relate directly with all aspects of social? No, but the safety of data collection, and acknowledgement of the source of all of it absolutely matters, or it is only harm favored; slavery of the modern day.</h4>\r\n<h4>The greedy mind is absolutely never ever satisfied; while some people like to seek to advance, there\'s a fine line to cross between being a successful individual, on the road to advancing themselves and or business (impossible to be of value without working on ourselves, particularly in a corrupt society), and greedily taking and seeking advantage while making claims, creating narratives, curating images.</h4>\r\n<h4>The society we are in, the laws passed, and so on, are by people with interest in a financial gain that do not know refuse to open the space to people who are able to do more, and do not comprehend the compounded impact of their ignorance in time, where they are also ironically affected by their less than thoughtful decisions.</h4>\r\n<h4>The adding of value, as I\'ve written many times, is well past a number of currency someone or a a group gain; there are many costs which accrue, regardless of being a knowledged or not.</h4>\r\n<h4>The point being talked about is about financial wealth long term, not referring to the emotional or sentimental, which also matter on a collective significantly, they also happen to be some of the top reasons data is traded, besides the take from talent, and the targeting and profiling, and so on.</h4>\r\n<h4>Business and other aspects of profit to small or start ups are things offered at premium prices on all these spaces, for example.</h4>\r\n<h4>Which in exchange are a good profitable business to the owners/ investors, and an opportunity if ran fairly, which often unfortunately has not as it has been proven of tense scenarios over the years of its appearance and growth.</h4>\r\n<h4>As much as it offers, it can only be done on a fair trade of benefit for it to be truly of value to individuals and to society across time, otherwise it is simply a space to gain profit of, until the unaware become dissatisfied, the harm increases, and something breaks the process enough to make it noteworthy of seeing, no safety, no law, no law abidance, no proper restructure, leads to no good place, no advancement.</h4>\r\n07.19.2023 19:33 UTC\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>','Social Media','','publish','open','open','','socialmedia','','','2023-07-20 02:02:03','2023-07-20 02:02:03','',0,'https://www.adonaiorion.com/Today/?p=117',0,'post','',0),(118,1,'2023-07-20 01:41:33','2023-07-20 01:41:33','07.19.2023 19:00 UTC\r\n\r\nThere\'s a separation of spaces across social media, mainly seeking to see which will \"finally\" satisfy the majority of the public, and in it, \"hopefully\" (lottery aspects matter also) satisfy the consumers of the latest social media space.\r\n\r\nIs it important?\r\n\r\nYes, and no.\r\n\r\nNo, it doesn\'t matter if it\'s called this or that, or if the speech is framed as this or that, or other aspects.\r\n\r\nWhat matters is what is the truth from the start, and with that, it is a product someone seeks to profit from, not matter what.\r\n\r\nIs it wrong? Not necessarily, and it is depending on so many aspects which were and have always and continue to be, ignored.\r\n\r\nIs that the point? If it isn\'t, why not see them and address them fairly?\r\n\r\nPeople still want to gather online on social media, but who is the person people behind all together matters also, along all other aspects.\r\n\r\nLaws that protect consumers and overall safety as well.\r\n\r\nSo you understand the impact of, children are inevitably in digital data from the second the pregnant person announces or tests for pregnancy signs in this modern era, even if the parent isn\'t online at all, because digital data is digital data.\r\n\r\nThat means it virtually affects everyone, including those exploding it, while they are blinded by the temporary gain, in greedy pursuits.\r\n\r\nThe more their family and those involved are online, adds to it. Is it safe, or is there a difference from online on say private social locked accounts, public social accounts, or even days like doctors\' and and other?\r\n\r\nWhen data is being treated like modern day slave trade by those collecting it and piecing it apart to sell it, and it is surpassing the value even of most used/ depended on real life application resources, it is of course a situation that goes to say the gain of it financially has to be significant to be prioritized the way it becomes, and the source of the resource is people, whom are unaware, and non compensated, nor protected, who are also in non legal markets, and legal spaces are open to significant corruption to protect such operations. The cost that greed does no see though is collapse.\r\n\r\nAs someone that has been literally made the symbol of these things, by these people behind it, as mock and literally experienced top of the chain abuse in this sense, needless to say why the lack of support found through traditional posting to social, and why also the lack of acknowledgement, and so on.\r\n\r\nSo, what does matter? A lot of things that acknowledge the wrong, and takes from the wrong hands, while retributes to those harmed by it, and creates a system that is fair.\r\n\r\nDoes my case relate directly with all aspects of social? No, but the safety of data collection, and acknowledgement of the source of all of it absolutely matters, or it is only harm favored; slavery of the modern day.\r\n\r\nThe greedy mind is absolutely never ever satisfied; while some people like to seek to advance, there\'s a fine line to cross between being a successful individual, on the road to advancing themselves and or business (impossible to be of value without working on ourselves, particularly in a corrupt society), and greedily taking and seeking advantage while making claims, creating narratives, curating images.\r\n\r\nThe society we are in, the laws passed, and so on, are by people with interest in a financial gain that do not know refuse to open the space to people who are able to do more, and do not comprehend the compounded impact of their ignorance in time, where they are also ironically affected by their less than thoughtful decisions.\r\n\r\nThe adding of value, as I\'ve written many times, is well past a number of currency someone or a a group gain; there are many costs which accrue, regardless of being a knowledged or not.\r\n\r\nThe point being talked about is about financial wealth long term, not referring to the emotional or sentimental, which also matter on a collective significantly, they also happen to be some of the top reasons data is traded, besides the take from talent, and the targeting and profiling, and so on.\r\n\r\nBusiness and other aspects of profit to small or start ups are things offered at premium prices on all these spaces, for example.\r\n\r\nWhich in exchange are a good profitable business to the owners/ investors, and an opportunity if ran fairly, which often unfortunately has not as it has been proven of tense scenarios over the years of its appearance and growth.\r\n\r\nAs much as it offers, it can only be done on a fair trade of benefit for it to be truly of value to individuals and to society across time, otherwise it is simply a space to gain profit of, until the unaware become dissatisfied, the harm increases, and something breaks the process enough to make it noteworthy of seeing, no safety, no law, no law abidance, no proper restructure, leads to no good place, no advancement.\r\n\r\n007.19.2023 19:33 UTC\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Social Media','','inherit','closed','closed','','117-revision-v1','','','2023-07-20 01:41:33','2023-07-20 01:41:33','',117,'https://www.adonaiorion.com/Today/?p=118',0,'revision','',0),(119,1,'2023-07-20 02:01:18','2023-07-20 02:01:18','<h4>07.19.2023 19:00UTC</h4>\n<h4>There\'s a separation of spaces across social media, mainly seeking to see which will \"finally\" satisfy the majority of the public, and in it, \"hopefully\" (lottery aspects matter also) satisfy the consumers of the latest social media space.</h4>\n<h4>Is it important?</h4>\n<h4>Yes, and no.</h4>\n<h4>No, it doesn\'t matter if it\'s called this or that, or if the speech is framed as this or that, or other aspects.</h4>\n<h4>What matters is what is the truth from the start, and with that, it is a product someone seeks to profit from, not matter what.</h4>\n<h4>Is it wrong? Not necessarily, and it is depending on so many aspects which were and have always and continue to be, ignored.</h4>\n<h4>Is that the point? If it isn\'t, why not see them and address them fairly?</h4>\n<h4>People still want to gather online on social media, but who is the person people behind all together matters also, along all other aspects.</h4>\n<h4>Laws that protect consumers and overall safety as well.</h4>\n<h4>So you understand the impact of, children are inevitably in digital data from the second the pregnant person announces or tests for pregnancy signs in this modern era, even if the parent isn\'t online at all, because digital data is digital data.</h4>\n<h4>That means it virtually affects everyone, including those exploding it, while they are blinded by the temporary gain, in greedy pursuits.</h4>\n<h4>The more their family and those involved are online, adds to it. Is it safe, or is there a difference from online on say private social locked accounts, public social accounts, or even days like doctors\' and and other?</h4>\n<h4>When data is being treated like modern day slave trade by those collecting it and piecing it apart to sell it, and it is surpassing the value even of most used/ depended on real life application resources, it is of course a situation that goes to say the gain of it financially has to be significant to be prioritized the way it becomes, and the source of the resource is people, whom are unaware, and non compensated, nor protected, who are also in non legal markets, and legal spaces are open to significant corruption to protect such operations. The cost that greed does no see though is collapse.</h4>\n<h4>As someone that has been literally made the symbol of these things, by these people behind it, as mock and literally experienced top of the chain abuse in this sense, needless to say why the lack of support found through traditional posting to social, and why also the lack of acknowledgement, and so on.</h4>\n<h4>So, what does matter? A lot of things that acknowledge the wrong, and takes from the wrong hands, while retributes to those harmed by it, and creates a system that is fair.</h4>\n<h4>Does my case relate directly with all aspects of social? No, but the safety of data collection, and acknowledgement of the source of all of it absolutely matters, or it is only harm favored; slavery of the modern day.</h4>\n<h4>The greedy mind is absolutely never ever satisfied; while some people like to seek to advance, there\'s a fine line to cross between being a successful individual, on the road to advancing themselves and or business (impossible to be of value without working on ourselves, particularly in a corrupt society), and greedily taking and seeking advantage while making claims, creating narratives, curating images.</h4>\n<h4>The society we are in, the laws passed, and so on, are by people with interest in a financial gain that do not know refuse to open the space to people who are able to do more, and do not comprehend the compounded impact of their ignorance in time, where they are also ironically affected by their less than thoughtful decisions.</h4>\n<h4>The adding of value, as I\'ve written many times, is well past a number of currency someone or a a group gain; there are many costs which accrue, regardless of being a knowledged or not.</h4>\n<h4>The point being talked about is about financial wealth long term, not referring to the emotional or sentimental, which also matter on a collective significantly, they also happen to be some of the top reasons data is traded, besides the take from talent, and the targeting and profiling, and so on.</h4>\n<h4>Business and other aspects of profit to small or start ups are things offered at premium prices on all these spaces, for example.</h4>\n<h4>Which in exchange are a good profitable business to the owners/ investors, and an opportunity if ran fairly, which often unfortunately has not as it has been proven of tense scenarios over the years of its appearance and growth.</h4>\n<h4>As much as it offers, it can only be done on a fair trade of benefit for it to be truly of value to individuals and to society across time, otherwise it is simply a space to gain profit of, until the unaware become dissatisfied, the harm increases, and something breaks the process enough to make it noteworthy of seeing, no safety, no law, no law abidance, no proper restructure, leads to no good place, no advancement.</h4>\n<h4></h4>\n<h4></h4>\n<h4></h4>','Social Media','','inherit','closed','closed','','117-autosave-v1','','','2023-07-20 02:01:18','2023-07-20 02:01:18','',117,'https://www.adonaiorion.com/Today/?p=119',0,'revision','',0),(120,1,'2023-07-20 01:44:37','2023-07-20 01:44:37','07.19.2023 19:00 UTC\r\n\r\nThere\'s a separation of spaces across social media, mainly seeking to see which will \"finally\" satisfy the majority of the public, and in it, \"hopefully\" (lottery aspects matter also) satisfy the consumers of the latest social media space.\r\n\r\nIs it important?\r\n\r\nYes, and no.\r\n\r\nNo, it doesn\'t matter if it\'s called this or that, or if the speech is framed as this or that, or other aspects.\r\n\r\nWhat matters is what is the truth from the start, and with that, it is a product someone seeks to profit from, not matter what.\r\n\r\nIs it wrong? Not necessarily, and it is depending on so many aspects which were and have always and continue to be, ignored.\r\n\r\nIs that the point? If it isn\'t, why not see them and address them fairly?\r\n\r\nPeople still want to gather online on social media, but who is the person people behind all together matters also, along all other aspects.\r\n\r\nLaws that protect consumers and overall safety as well.\r\n<p style=\"text-align: center;\">So you understand the impact of, children are inevitably in digital data from the second the pregnant person announces or tests for pregnancy signs in this modern era, even if the parent isn\'t online at all, because digital data is digital data.</p>\r\nThat means it virtually affects everyone, including those exploding it, while they are blinded by the temporary gain, in greedy pursuits.\r\n\r\nThe more their family and those involved are online, adds to it. Is it safe, or is there a difference from online on say private social locked accounts, public social accounts, or even days like doctors\' and and other?\r\n\r\nWhen data is being treated like modern day slave trade by those collecting it and piecing it apart to sell it, and it is surpassing the value even of most used/ depended on real life application resources, it is of course a situation that goes to say the gain of it financially has to be significant to be prioritized the way it becomes, and the source of the resource is people, whom are unaware, and non compensated, nor protected, who are also in non legal markets, and legal spaces are open to significant corruption to protect such operations. The cost that greed does no see though is collapse.\r\n\r\nAs someone that has been literally made the symbol of these things, by these people behind it, as mock and literally experienced top of the chain abuse in this sense, needless to say why the lack of support found through traditional posting to social, and why also the lack of acknowledgement, and so on.\r\n\r\nSo, what does matter? A lot of things that acknowledge the wrong, and takes from the wrong hands, while retributes to those harmed by it, and creates a system that is fair.\r\n\r\nDoes my case relate directly with all aspects of social? No, but the safety of data collection, and acknowledgement of the source of all of it absolutely matters, or it is only harm favored; slavery of the modern day.\r\n\r\nThe greedy mind is absolutely never ever satisfied; while some people like to seek to advance, there\'s a fine line to cross between being a successful individual, on the road to advancing themselves and or business (impossible to be of value without working on ourselves, particularly in a corrupt society), and greedily taking and seeking advantage while making claims, creating narratives, curating images.\r\n\r\nThe society we are in, the laws passed, and so on, are by people with interest in a financial gain that do not know refuse to open the space to people who are able to do more, and do not comprehend the compounded impact of their ignorance in time, where they are also ironically affected by their less than thoughtful decisions.\r\n\r\nThe adding of value, as I\'ve written many times, is well past a number of currency someone or a a group gain; there are many costs which accrue, regardless of being a knowledged or not.\r\n\r\nThe point being talked about is about financial wealth long term, not referring to the emotional or sentimental, which also matter on a collective significantly, they also happen to be some of the top reasons data is traded, besides the take from talent, and the targeting and profiling, and so on.\r\n\r\nBusiness and other aspects of profit to small or start ups are things offered at premium prices on all these spaces, for example.\r\n\r\nWhich in exchange are a good profitable business to the owners/ investors, and an opportunity if ran fairly, which often unfortunately has not as it has been proven of tense scenarios over the years of its appearance and growth.\r\n\r\nAs much as it offers, it can only be done on a fair trade of benefit for it to be truly of value to individuals and to society across time, otherwise it is simply a space to gain profit of, until the unaware become dissatisfied, the harm increases, and something breaks the process enough to make it noteworthy of seeing, no safety, no law, no law abidance, no proper restructure, leads to no good place, no advancement.\r\n\r\n07.19.2023 19:33 UTC\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Social Media','','inherit','closed','closed','','117-revision-v1','','','2023-07-20 01:44:37','2023-07-20 01:44:37','',117,'https://www.adonaiorion.com/Today/?p=120',0,'revision','',0),(121,1,'2023-07-20 02:02:03','2023-07-20 02:02:03','<h4>07.19.2023 19:00UTC</h4>\r\n<h4>There\'s a separation of spaces across social media, mainly seeking to see which will \"finally\" satisfy the majority of the public, and in it, \"hopefully\" (lottery aspects matter also) satisfy the consumers of the latest social media space.</h4>\r\n<h4>Is it important?</h4>\r\n<h4>Yes, and no.</h4>\r\n<h4>No, it doesn\'t matter if it\'s called this or that, or if the speech is framed as this or that, or other aspects.</h4>\r\n<h4>What matters is what is the truth from the start, and with that, it is a product someone seeks to profit from, not matter what.</h4>\r\n<h4>Is it wrong? Not necessarily, and it is depending on so many aspects which were and have always and continue to be, ignored.</h4>\r\n<h4>Is that the point? If it isn\'t, why not see them and address them fairly?</h4>\r\n<h4>People still want to gather online on social media, but who is the person people behind all together matters also, along all other aspects.</h4>\r\n<h4>Laws that protect consumers and overall safety as well.</h4>\r\n<h4>So you understand the impact of, children are inevitably in digital data from the second the pregnant person announces or tests for pregnancy signs in this modern era, even if the parent isn\'t online at all, because digital data is digital data.</h4>\r\n<h4>That means it virtually affects everyone, including those exploding it, while they are blinded by the temporary gain, in greedy pursuits.</h4>\r\n<h4>The more their family and those involved are online, adds to it. Is it safe, or is there a difference from online on say private social locked accounts, public social accounts, or even days like doctors\' and and other?</h4>\r\n<h4>When data is being treated like modern day slave trade by those collecting it and piecing it apart to sell it, and it is surpassing the value even of most used/ depended on real life application resources, it is of course a situation that goes to say the gain of it financially has to be significant to be prioritized the way it becomes, and the source of the resource is people, whom are unaware, and non compensated, nor protected, who are also in non legal markets, and legal spaces are open to significant corruption to protect such operations. The cost that greed does no see though is collapse.</h4>\r\n<h4>As someone that has been literally made the symbol of these things, by these people behind it, as mock and literally experienced top of the chain abuse in this sense, needless to say why the lack of support found through traditional posting to social, and why also the lack of acknowledgement, and so on.</h4>\r\n<h4>So, what does matter? A lot of things that acknowledge the wrong, and takes from the wrong hands, while retributes to those harmed by it, and creates a system that is fair.</h4>\r\n<h4>Does my case relate directly with all aspects of social? No, but the safety of data collection, and acknowledgement of the source of all of it absolutely matters, or it is only harm favored; slavery of the modern day.</h4>\r\n<h4>The greedy mind is absolutely never ever satisfied; while some people like to seek to advance, there\'s a fine line to cross between being a successful individual, on the road to advancing themselves and or business (impossible to be of value without working on ourselves, particularly in a corrupt society), and greedily taking and seeking advantage while making claims, creating narratives, curating images.</h4>\r\n<h4>The society we are in, the laws passed, and so on, are by people with interest in a financial gain that do not know refuse to open the space to people who are able to do more, and do not comprehend the compounded impact of their ignorance in time, where they are also ironically affected by their less than thoughtful decisions.</h4>\r\n<h4>The adding of value, as I\'ve written many times, is well past a number of currency someone or a a group gain; there are many costs which accrue, regardless of being a knowledged or not.</h4>\r\n<h4>The point being talked about is about financial wealth long term, not referring to the emotional or sentimental, which also matter on a collective significantly, they also happen to be some of the top reasons data is traded, besides the take from talent, and the targeting and profiling, and so on.</h4>\r\n<h4>Business and other aspects of profit to small or start ups are things offered at premium prices on all these spaces, for example.</h4>\r\n<h4>Which in exchange are a good profitable business to the owners/ investors, and an opportunity if ran fairly, which often unfortunately has not as it has been proven of tense scenarios over the years of its appearance and growth.</h4>\r\n<h4>As much as it offers, it can only be done on a fair trade of benefit for it to be truly of value to individuals and to society across time, otherwise it is simply a space to gain profit of, until the unaware become dissatisfied, the harm increases, and something breaks the process enough to make it noteworthy of seeing, no safety, no law, no law abidance, no proper restructure, leads to no good place, no advancement.</h4>\r\n07.19.2023 19:33 UTC\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>','Social Media','','inherit','closed','closed','','117-revision-v1','','','2023-07-20 02:02:03','2023-07-20 02:02:03','',117,'https://www.adonaiorion.com/Today/?p=121',0,'revision','',0),(122,1,'2023-07-22 05:13:05','2023-07-22 05:13:05','&nbsp;\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.***</div>\n<div dir=\"auto\">--<span style=\"font-size: 1rem;\">-</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of my page \"Adonaiorion\", and for which I made exclusively this page titled \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.**</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</span></b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</span></b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</span></b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ffc107;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\n<div dir=\"auto\"><span style=\"color: #ffc107;\"><b> </b></span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</span></b></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</span></b></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\"> </span></b></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">---</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #ffc107;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">~Adonai~</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">07.21.2023</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">13:51UTC</span></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\"> </span></b></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"></div>','','','trash','open','open','','__trashed','','','2023-07-22 05:13:05','2023-07-22 05:13:05','',0,'https://www.adonaiorion.com/Today/?p=122',0,'post','',0),(123,1,'2023-07-22 05:13:05','2023-07-22 05:13:05','&nbsp;\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.***</div>\n<div dir=\"auto\">--<span style=\"font-size: 1rem;\">-</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of my page \"Adonaiorion\", and for which I made exclusively this page titled \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.**</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</span></b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</span></b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</span></b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ffc107;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\n<div dir=\"auto\"><span style=\"color: #ffc107;\"><b> </b></span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</span></b></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\">I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</span></b></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\"> </span></b></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">---</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #ffc107;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">~Adonai~</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">07.21.2023</span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\">13:51UTC</span></div>\n<div dir=\"auto\"><b><span style=\"color: #ffc107;\"> </span></b></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"><span style=\"color: #000000;\"> </span></div>\n<div dir=\"auto\"></div>','','','inherit','closed','closed','','122-revision-v1','','','2023-07-22 05:13:05','2023-07-22 05:13:05','',122,'https://www.adonaiorion.com/Today/?p=123',0,'revision','',0),(124,1,'2023-07-22 05:13:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:13:13','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=124',0,'post','',0),(125,1,'2023-07-22 05:14:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:14:23','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=125',0,'post','',0),(126,1,'2023-07-22 05:14:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:14:49','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=126',0,'post','',0),(127,1,'2023-07-22 05:15:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:15:32','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=127',0,'post','',0),(128,1,'2023-07-22 05:15:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:15:45','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=128',0,'post','',0),(129,1,'2023-07-22 05:16:11','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:16:11','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=129',0,'post','',0),(130,1,'2023-07-22 05:18:54','2023-07-22 05:18:54','','Dueie8d','','trash','open','open','','__trashed-2','','','2023-07-22 05:18:54','2023-07-22 05:18:54','',0,'https://www.adonaiorion.com/Today/?p=130',0,'post','',0),(131,1,'2023-07-22 05:18:54','2023-07-22 05:18:54','','Dueie8d','','inherit','closed','closed','','130-revision-v1','','','2023-07-22 05:18:54','2023-07-22 05:18:54','',130,'https://www.adonaiorion.com/Today/?p=131',0,'revision','',0),(132,1,'2023-07-22 05:25:30','2023-07-22 05:25:30','','To Prove A Point','','trash','open','open','','__trashed-3','','','2023-07-22 05:25:30','2023-07-22 05:25:30','',0,'https://www.adonaiorion.com/Today/?p=132',0,'post','',0),(133,1,'2023-07-22 05:20:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:20:42','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=133',0,'post','',0),(134,1,'2023-07-22 05:22:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:22:51','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=134',0,'post','',0),(135,1,'2023-07-22 05:22:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:22:56','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=135',0,'post','',0),(136,1,'2023-07-22 05:23:14','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:23:14','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=136',0,'post','',0),(137,1,'2023-07-22 05:24:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-07-22 05:24:26','0000-00-00 00:00:00','',0,'https://www.adonaiorion.com/Today/?p=137',0,'post','',0),(138,1,'2023-07-22 05:25:30','2023-07-22 05:25:30','','To Prove A Point','','inherit','closed','closed','','132-revision-v1','','','2023-07-22 05:25:30','2023-07-22 05:25:30','',132,'https://www.adonaiorion.com/Today/?p=138',0,'revision','',0),(139,1,'2023-07-21 13:51:16','2023-07-21 13:51:16','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ff6200;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','publish','open','open','','point','','','2023-07-24 03:47:03','2023-07-24 03:47:03','',0,'https://www.adonaiorion.com/Today/?p=139',0,'post','',0),(140,1,'2023-07-22 05:31:34','2023-07-22 05:31:34','&nbsp;\r\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.***</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of my page \"Adonaiorion\", and for which I made exclusively this page titled \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.**</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part <span style=\"color: #ffff00;\">of</span> the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>\r\n<div dir=\"auto\">07.21.2023</div>\r\n<div dir=\"auto\">13:51UTC</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-22 05:31:34','2023-07-22 05:31:34','',139,'https://www.adonaiorion.com/Today/?p=140',0,'revision','',0),(141,1,'2023-07-24 03:46:07','2023-07-24 03:46:07','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\n<div dir=\"auto\" style=\"text-align: right;\"></div>\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\n\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\n\n<hr />\n\n</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\n<div dir=\"auto\"><b> </b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\n<div dir=\"auto\"><b> </b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #333333;\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">---</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ff6200;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-autosave-v1','','','2023-07-24 03:46:07','2023-07-24 03:46:07','',139,'https://www.adonaiorion.com/Today/?p=141',0,'revision','',0),(142,1,'2023-07-22 05:32:51','2023-07-22 05:32:51','<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.***</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of my page \"Adonaiorion\", and for which I made exclusively this page titled \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.**</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part <span style=\"color: #ffff00;\">of</span> the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-22 05:32:51','2023-07-22 05:32:51','',139,'https://www.adonaiorion.com/Today/?p=142',0,'revision','',0),(143,1,'2023-07-22 05:35:32','2023-07-22 05:35:32','<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.***</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of my page \"Adonaiorion\", and for which I made exclusively this page titled \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">*This is my closing article for a project named \"Blog\" I made for \"Adonaiorion\": https://www.adonsoorion.com/Blog. As I move Adonaiorion forward, it is something that summarizes my views and those that influence all shared here.**</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-22 05:35:32','2023-07-22 05:35:32','',139,'https://www.adonaiorion.com/Today/?p=143',0,'revision','',0),(144,1,'2023-07-24 02:31:05','2023-07-24 02:31:05','<div dir=\"auto\" style=\"text-align: right; padding-left: 40px;\"><em>This site is under construction, don\'t mind the unedited aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>Page \"www adonaiorion.com/Today\" is official for Articles exclusive to Adonaiorion, and why I made this branch of myself, separate from Orion.</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: center;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for my site \"Adonaiorion\":</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared here.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of my page \"Adonaiorion\", and for which I made exclusively this page titled \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 02:31:05','2023-07-24 02:31:05','',139,'https://www.adonaiorion.com/Today/?p=144',0,'revision','',0),(145,1,'2023-07-24 02:35:03','2023-07-24 02:35:03','<div dir=\"auto\" style=\"text-align: right; padding-left: 40px;\"><em>This site is under construction, don\'t mind the unedited and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for my site \"Adonaiorion\":</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared here.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of my page \"Adonaiorion\", and for which I made exclusively this page titled \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 02:35:03','2023-07-24 02:35:03','',139,'https://www.adonaiorion.com/Today/?p=145',0,'revision','',0),(146,1,'2023-07-24 02:44:41','2023-07-24 02:44:41','<div dir=\"auto\" style=\"text-align: right;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the geediness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 02:44:41','2023-07-24 02:44:41','',139,'https://www.adonaiorion.com/Today/?p=146',0,'revision','',0),(147,1,'2023-07-24 02:52:17','2023-07-24 02:52:17','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 02:52:17','2023-07-24 02:52:17','',139,'https://www.adonaiorion.com/Today/?p=147',0,'revision','',0),(148,1,'2023-07-24 02:54:37','2023-07-24 02:54:37','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 02:54:37','2023-07-24 02:54:37','',139,'https://www.adonaiorion.com/Today/?p=148',0,'revision','',0),(151,1,'2023-07-24 03:03:34','2023-07-24 03:03:34','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\n<div dir=\"auto\" style=\"text-align: right;\"></div>\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\n\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\n\n<hr />\n\n</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\n<div dir=\"auto\"><b> </b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\n<div dir=\"auto\"><b> </b></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">---</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 03:03:34','2023-07-24 03:03:34','',139,'https://www.adonaiorion.com/Today/?p=151',0,'revision','',0),(149,1,'2023-07-24 02:55:45','2023-07-24 02:55:45','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 02:55:45','2023-07-24 02:55:45','',139,'https://www.adonaiorion.com/Today/?p=149',0,'revision','',0),(150,1,'2023-07-24 02:57:45','2023-07-24 02:57:45','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ffff00;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ffff00;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 02:57:45','2023-07-24 02:57:45','',139,'https://www.adonaiorion.com/Today/?p=150',0,'revision','',0),(152,1,'2023-07-24 03:07:46','2023-07-24 03:07:46','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as <span style=\"color: #000000;\">heroic</span> are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ff6200;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 03:07:46','2023-07-24 03:07:46','',139,'https://www.adonaiorion.com/Today/?p=152',0,'revision','',0),(153,1,'2023-07-24 03:44:47','2023-07-24 03:44:47','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as <span style=\"color: #000000;\">heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ff6200;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 03:44:47','2023-07-24 03:44:47','',139,'https://www.adonaiorion.com/Today/?p=153',0,'revision','',0),(154,1,'2023-07-24 03:47:03','2023-07-24 03:47:03','<div dir=\"auto\" style=\"text-align: right; padding-left: 80px;\"><em>This site is under construction, don\'t mind the typos, the unedited, and changing aspects.</em></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\"><em>The sub branch: \"www adonaiorion.com/Today\" is official for articles exclusive to domain: \"adonaiorion.com\", and why I made this particular branch of myself, separate from my philosophy domain: orion0.com</em>***</div>\r\n<h1 dir=\"auto\" style=\"text-align: center;\"><span style=\"color: #ff5e00;\"><strong>☼</strong></span></h1>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: right;\">07.21.2023</div>\r\n<div dir=\"auto\" style=\"text-align: right;\">13:51UTC</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>This is the official closing article for project named \"Blog\", I made for this page:</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><em>https://www.adonaiorion.com/Blog</em></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\r\n\r\n<em>As I move my branch of \"Adonaiorion\" forward, this article is something that summarizes my views and those that influence all I\'ve shared. I thought it is also fitting to show it on my subpage \"Today\"\', as it is exactly what inspired the entire creation of a separate space named \"adonaiorion\", besides the essence of the urgency of world situations such as described, becoming part of society, attempted to be normalized, and worse.</em>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">As I close the posts on this \"experiment\" I ran for a few months, which I posted some on Twitter, and YouTube of this page, and for which I made \"Blog\" for, I thought to put a summary of my views on all transpassed on this short timeline.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">\"Rococo Basilisk Joke\" is not something as described by these interviews about \"Why Musk and Grimes are dating\" (by the way: Basilisk, snake, s, poem 222, VVV, V being 5 in Roman numerals, s in calculator, and 2 reflected, plus removing S from Musk, and Grimes - becoming \"Muk and Grime\", and the stain on cloth mock, etc, further add to evidence of stupidity by these individuals, +), but the fact that across society is attempted passed as something \"thought provoking\", and \"nerdy\", or \"joke\", adds to the picture of decay of human kind.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">The horrors by people like Elon Reeve Musk, Grimes/ Claire Elise Boucher, Robert Allen Iger, Amber Laura Heard, affiliates and cult, without question, or doubt are proven, and not only this, are horrific and show the deterior of values, besides in itself, along other things, also showing the ignorance of society and as an extension, it is no wonder the decay, poor craftsman and thought of what civilization has become, particularly on the timeline of these people influencing aspects of it in any level.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The not only ignored, and never addressed injustices and harm, are irreparable, and the people affected beyond reproach, far better than any and all individuals enacting these things, unquestionably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The purpose of this last leg of this quest I set myself out to uncover and expose of what I have been put through, simply for being a pure hearted, and talented individual (while difficult to understand with the wording, a selfless non self centered person as myself, is also the why of these things; a mock on \"oh, you aren\'t about yourself, then you don\'t mind being usurped\" then; narcissists Amber Heard and Grimes being a big deal behind the \"thinking\" reasoning of what abuses being enacted, adds to the point of the evidence; Musk an incapable individual and Iger a self absorbed with no original thought men, being also actors of, are further displayed in the choices of mockery and wrong doing), myself with no help, no assistance ever, who in spite of, overcame horrors since birth, and tried to pave along the way new and better opportunities for others, was about proving that it wasn\'t a matter of knowledge, evidence, or \"unknown\" aspects from myself or otherwise related that have placed me in this horrific situation, nor the causation of denying proper treatment to a person, including basic access to social services, policing and law.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The reactions to my words both posted under this page I named \"Blog\" of my site \"AdonaiOrion\", and said in absolute \"privacy\", which is denied and intrusion forced against my awareness and will in my home, attempted to be treated as if they were acts, when in themselves are straight forward thought and sarcasm respectively, not to mention done in a brief period far much after the actions of abuse and simultaneously the attempts to seek proper legal means, and even the patience to unravel, prove, only to be mocked and denied further, in the belief that the abuse I\'m put through is nothing I can do or say anything about, simultaneously the same mere words of thought and mocks, attempted to be reasoned as motives/ evidence of why I am abused, along the \"bold\" attempt to seem \"brave\" by those doing so, goes to show that my experiment was not only necessary, but why I made it the last step on my process, the conclusion of this is what you are, humanity.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"font-size: 1rem;\">Not even in the most examplar of wrong doing have you ever seen heard that these things are done, let alone that anyone could truly, unless warped disgustingly, believe that somehow you can pretend this is done for the good of anything, regardless of how much or how you spin it.</span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Only appalling and horrific, ignorant individuals would even attempt, let alone fully continue narratives, while gliding over the reality of things. Even if emotional intelligence is fully lacking and evil and irresponsibility are what are favored, the lack of intellect is also a situation of the greedy and envious.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Self interests account the balance of reality, or stupidity is what becomes outcome, and regardless of heart or heartlessness, intellect over ignorant belief understands the hefty costs of allowing corruption to blind in ego and greed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I have not once in my life disrespected anyone in any fundamental, period. My acts have been of thoughtful and kind guidance since I was young, and even while in disturbance, they have being aimed beyond the vile, self absorbed and corrupt, the corrosive and rotting of the mind and soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The time I took to craft the words I used which are often affiliated with thoughtlessness, and apathy, with envy, hatred, destruction, were there to prove a point.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The minute they showed up, the giddiness by the same abusing my life could be palpable on the air; I screech of envy seeing itself in its rotting limitations as finally equal to someone that will never measure to, based merely on calculated words, simply because the corrosive and narcissistic see themselves as more than, and believe that the most pathetic of situations equate them to what they aren\'t otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The concept of \"watch the abuse harm I put this person through and watch them say/ do something I consider lesser, therefore now they are equal or beneath to me\", beliefs by self absorbed narcissists.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In the case of my story, screaming words of truth in less palatable language than my usual, the glee by those who are incapable of anything of value, in worthlessness feeling superior or same for the language no longer being something they are able to degrade in claims of being lesser because they are of respectable approach, over ignorant, and self absorbed.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The worst of the awful situation being, comparing actions of horror with mere aftermath words, after all said and done, and ignored.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To be more focused on bringing back to the large part of the end of the point here are a few generic statements that really go without saying, but for the sake of, and basic reminder of, here it goes.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that the human body each person is in, it\'s theirs and theirs alone. This doesn\'t equate to ignoring the extension of decisions and actions affecting others, nor is an invitation in their impositions over others, but as fair rights and responsibilities each have according to being alive and being part of a tolerable, and acceptable society.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Women\'s rights to abortion, plus. Transexual people to experiment and make self aware, educated choices over their bodies and so on.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>These have to be paired with the understanding of actions, and the protection of youth obviously, otherwise it becomes a door to abuse of and the self destruction of individuals, and as an extension of society, and social discourse and acceptance.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Transexual people and gay people differ in choices, and the proper understanding of what a transexual person is versus that of emotional choice too matter, and are impossible to address and open to understanding in a moronic society that has turned the things that actually matter about these topics into mockery and merely opportunities for politicians and those seeking endorsement and coverage to use as a polemical topic, to further stir and disrupt society in further negative acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Gender assigned at birth differs from choice by transexual people, and sexual orientation differs all together from assigned gender, sexual identity choice, and the respect of science separate of emotions also matters on the topic, and proper applications of medicine, and access to, which have also become extremely difficult topics to cover due to politicizing and celebrity endorsing turning of things that are supposed to be about all of society and civilization, way outside the scop of who\'s in temporary leadership charge, or the flavor of the idiots of the season.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The LGTBQ community have lost significantly their hard trailed efforts, exactly because of these things in recent years, as much as women rights, people of color rights, and even things such as basic choice of medical, and access to legal, etc.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The irony of medical services access stripped in countries like Canada (see Doug Ford in Ontario Canada as a perfect example of scum acts), and denied, limited (through classification and or pricing) in countries like USA, and others but the enforcement of medications with no proper studying, for both political and financial influence and gain becoming again, enforced norm, goes to show further, how none of these polemical things that have swindled emotionally and in acts society in recent years are about people, but simply psychological manipulative tactics, employed and deployed by the lesser minds who sit in positions of influence, who do not want to make things better, as they understand it is not something they are capable, and a person that is, threatens their positions of abuse, unavoidably.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">When you see Grimes/ Claire Boucher and Amber Heard both have used the pretexts of LGTBQ to advance themselves and careers (they\'ve also used government funding for low income artists, lied about being and experiencing poverty and abuse, while being abusers themselves, and other disturbing actions, lies, and claims), all while being extremely toxic members of society, financed by anti LGTBQ businesses and governments. These facts further add to the point of needing to address people name to face, and stopping the usage of group labels to shield from accountability of wrong acts.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">There is nothing wrong with people in full awareness, understanding, loving/ deciding to share their lives with one another. The enforcement of pretext relationships are actually harmful to children and society, yet the priority has been to force the narrative of male female, even where the abuse and lovelessness is what is portrayed and experienced by those in such situations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If the issue of love is in concern with what will children think, the only thing they do is how a loving situation reflects in their lives; sexual desires and affiliations are something both learned a d experienced later. If the taught is focused on self respect, it will also remain the focus of that person\'s thoughts as they grow up.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>In lesser words, my stance of trans, LGTBQ acceptance and rights remains the exact same it always has been, that in proper knowledge and respect, we are each owners of our space, and this includes our bodies, emotions, and who and how we allow these.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The enforcing of what a person is supposed to be and or to feel on either pro or anti is wrong; the enforcement of the views of one onto another are not how people accept anything, worse the fabrication of perceptions and acts in society, only serve to reinforce hatred, division, and destruction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">On the example of what I brought included the disgusting narrative of forced lesbian conversion of my life to force Grimes as my lover and twin soul.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">A person who\'s philosophy opened a welcoming space for LGTBQ in spiritual topics, and also who pioneered non gender language in art, being targeted by elite women who sexualize LGTBQ as something for pleasure, and deviation.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">These kind of actions are what also helped conservative and other anti LGTBQ extremists move their platform of hatred, and the further silence from the LGTBQ community on Grimes\' actions, including Chelsea Manning aiding on narrative building by Grimes, really created an opportunity to further an anti LGTBQ and women rights agenda, that continues to grow, further aided by the silence and pretexts around these horrific acts by Amber Heard and Grimes, financed, endorsed and supported by the aforementioned.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Knowledge and truth are keys to solving social issues, and advancing. Lack of understanding is cemented in lack of knowledge, and deception adds to emotional injuries which in it add distrust, and difficulty to acceptance and understanding; knowledge becomes obscured.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe that women are significantly misrepresented and dishonored in society, also. Yes, I believe men too have issues caused by social constructs, such as is the hypersexualization of everything, and the programing that degrading women is the ultimate trait of being \"men\". However, the ostracization of women has been a d continues to be significant in the modern world.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To pretend that women are the causation of failure in any sense from/ of men who have no self respect, self awareness is needless to say pathetic; as much as the promotion of \"womanhood\" as a sexual quest and that being the \"pinnacle\" of femininity. It becomes evidential both are what feed the error of the other.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To admire, like, be attracted differs from degradation, expectation, and no filter of thought, feeling, behaviour. A mind programmed to see itself as superior when sexually degrading, and blame when unable to, becomes accustomed to the beliefs it holds.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">As much as men are not wallets, and in modern society women where they are allowed not only do on their own, but are expected to work and carry their \"weight\", simultaneously are \"expected\" to present themselves in a certain way to be attractive and socially accepted, the fair trade is that the same is of men, and both in limiting societies and more open, it still isn\'t.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">In subjugating societies, women are treated as less, and often abused, limited in their rights, while the burden and toil of their work is the majority of what has and continues to allow societies to thrive, at least in the case of those invested actively in some form in their homes, and vicinities, countries. Yet, from treatment, to access, to freedoms, women are not fairly treated.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is so corrosive, that even in western and or less subjugating societies instead of their suffering being noted by men as wrong, they are often listed as examples of idealizations of how females in their society should be, when they cannot be forced or abused easily. You\'d think these men are forced to a life of abuse and enslavement of women, the way they talk, simply because the women around them have rights, and they cannot force themselves on who they feel entitled to.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>Part of the Basilisk Joke here is exactly that. That these men like Musk and Iger are forcing who watches me, how I live, all these people watch me in my home, use the bathroom, sleep, dress, etc., the I control you/ own you forced torture harm of my life and my son\'s. That the government, police, plus several others continue to act oblivious to these facts, while literally mentioning names outside situations, denying proper procedures and laughing while mocking, while I cannot find proper justice and addressing, should alarm the world, yet those full of envy, take pleasure in the causation of suffering for no reason, deserved even less, ironically blind to the facts, and how in time these harm them.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To summarize, there are horrific women who use people, take advantage of systems attempted to be set up to help those in abusive situations and so on. There are men who have struggled through abusive relationships, also. There are horrible men who love to pretend they are the victims also, and whom subjugate women, to a point the views of oppressed women in other places are idealistic on how all of society should be. Women rights are about the continuous harmful views, laws passed in society, and women who still are very much oppressed in the world. Not about glorifying self destruction, self degradation as feminity, nor about denying wrong doing of women, nor about validating pathetic, worthless men whom think of women as tools for their benefit.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">It is appalling that women like these involved in this horror story have tried to play the feminist card, financed of course, not only of lying about their lives and struggles, even relationships, but of pretending to be some feminist act dating these men, in the name of \"get the 1%\" BS, mock on social disparities.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Outside the LGTBQ and women, I got less attacked on others, these being flags attempted to be used for gain by these people previously on their curated image careers.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I believe in rights for people of all skin shades/ nationalities/ faiths the same, as much as I believe oppression and classification of people based on the same being wrong; I also believe that grouping in any way to harm is wrong, and it is not the equivalent of defense against wrong doing, but the multiplication of problematic scenarios which further divide and harm societies, and stop the advancement of civilizations.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also believe that people have a right to love whoever they want to, and in multiracial/ nationality different relationships.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Simultaneously I am extremely grossed out and disgusted by the pretext an ex who raped me, abused me and whom my son also finds detestable has anything of bearance over my life or my son\'s, when you also add to it the fact they\'ve been a deadbeat adds to it being part of the horrific acts by envious people.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">To each their own and all the happiness, as much as I reserve my right to be and choose for my own life, and damn to the worst those who feel and want to impose otherwise.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>The words I\'ve said are meaningless in harm as they are with reason and explanations, besides being done to prove a point, that is beyond, proven. The attempts to pretend I am anything less of the same person of respect and value I always was, the enforcement of alphabetical idiocy, the denial of wrong, and so on, all come together easily for those who are biased, let alone to those who are not.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The companies, investors, etc BS of short long, left right, pro not, etc are also factors that go without saying, self explanatory in nature of corruption and abuse, claims, and forced narratives is what makes those, without even having to give much thought or thinking of hows.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">I also repel and denounce also the usage of my name permanently by the conservative party and extremists groups like Qanon; for those that do not know, my son\'s attempted murder during delivery, tearing of his left arm and simultaneous denial of his rights and proper medical address of these acts are all tied to rituals of gain and luck by the conservative party in Canada and the United States, fact.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">The continuation to attempt to harm me psychologically given the lack of ability to further harm as I take my go to hell stances, says enough of the only thing these people can expect from me, the same in many folds of enacted over my life and my son\'s in higher form, the costs manifested where no human hand, rituals are, but that thing they ironically love to scream they represent, while commiting heinous abusive acts to people who will always be far better than anything they\'ll ever be.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><span style=\"color: #ff6600;\"><b>I detest you and vomit your names out of my life and my mouth, and they shall remain erased from the book of life for all of eternity. You are appalling, nothing short of nazis and worse. Fascists, abusers and entitled scum of the world, what has caused the decline of society and what has humanity at the brink of extinction.</b></span></div>\r\n<div dir=\"auto\"><b> </b></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Yes, these summaries are only that, and yet it is enough to churn even the most prepared of minds, and self-explanatory as to why my methods of exposing, and why I spared no detail.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">If anything is ever done legally or otherwise I will state it as clear as anything explained. Otherwise understand claims and pretences and pretexts are all people around myself and my son do. Why would I cover so many personal details and skimp or skip on those that matter? It\'s not logical, and wouldn\'t help society to lie about anything, including the solutions, obviously.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Many people have used me and continue to as reference, including what I say in the privacy of my home, exasperating it recently in the attempts to wrap me in the psychopath mind game of look she says everyone is doing it, so therefore she\'s wrong; go fk yourselves, I\'d say, but that\'s exactly what you did.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" being regurgitated back as a mock on me is beyond injury and wrong. I wish each and everyone of you shoved cameras, abuse, and denial of your rights on the same or more, as you think my life and son\'s is a privilege, and since you feel that, you should be given the same. Thought to reflect on the fact that it seems to be a lot of male father son BS attacks, as one pair fails, the next is ready with a narrative and I hate that guy, and look how I say what you said but, like if some penis club had been burned down by me, the way these ladder attacks and hatred have gone, disgusting.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" the awareness of few pathetic empty words said in the privacy of my home, making so many become bold about openly admitting to partaking of watching someone against their will and enforcing their awareness in every aspect of society to further throw them into mental deterior, really adds to the fact that what drives the world is ego, not knowledge, and the future is bleak even if bright, if you catch my drift.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">---</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\" style=\"text-align: left;\"><span style=\"color: #ff6200;\"><b>I plan to change my life significantly after my birthday, and a shift includes some real no \"fs\" given as I am ignored name to face. My life, arts, and successes should not be tied to deals or any of the sorts because it isn\'t so, but these people want to force my life to be torture day to night and silence while stealing my property. I plan to focus on my publishing and spreading of my story and anything you see me gain or do is my paper, not them, not a deal. I will never cut a deal to silence the truth of the torture and harm my son and I have gone through and continue to, obviously. Both our life have been destroyed including severe physical assaults, etc. I wish nothing but the annihilation of such systems and worlds from ever becoming the norm.</b></span></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">\"To prove a point\" it was proven that awareness of all actions for years endured and the fact I\'ve been without blemish are well known facts also, evidence has been abundant well before my awareness and my trail to prove my situation by the same pretending to not have enough, then denying access to even listening, while freaking out to be forced to face the facts and no longer be able to carry a charades show for benefit; showing your reactions as attempts to seem offended or as heroic are merely scumbag acts of pretentiousness on est was looked as an opportunity out of the exasperation of someone\'s life, and the belief of success in destroying them mentally; the horror.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">Needless to say it should be a shared sentiment by all, and regardless, such kind of mindsets can only manifest one thing, their extinction.</div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\">~Adonai~</div>','To Prove A Point','','inherit','closed','closed','','139-revision-v1','','','2023-07-24 03:47:03','2023-07-24 03:47:03','',139,'https://www.adonaiorion.com/Today/?p=154',0,'revision','',0);
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayposts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodayregistration_log`
--

DROP TABLE IF EXISTS `wpqf_Adonaioriontodayregistration_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpqf_Adonaioriontodayregistration_log` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(255) NOT NULL DEFAULT '',
  `IP` varchar(30) NOT NULL DEFAULT '',
  `blog_id` bigint(20) NOT NULL DEFAULT 0,
  `date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`),
  KEY `IP` (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpqf_Adonaioriontodayregistration_log`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodaysignups`
--

DROP TABLE IF EXISTS `wpqf_Adonaioriontodaysignups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpqf_Adonaioriontodaysignups` (
  `signup_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  `title` longtext NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `activation_key` varchar(50) NOT NULL DEFAULT '',
  `meta` longtext DEFAULT NULL,
  PRIMARY KEY (`signup_id`),
  KEY `activation_key` (`activation_key`),
  KEY `user_email` (`user_email`),
  KEY `user_login_email` (`user_login`,`user_email`),
  KEY `domain_path` (`domain`(140),`path`(51))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpqf_Adonaioriontodaysignups`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodaysite`
--

DROP TABLE IF EXISTS `wpqf_Adonaioriontodaysite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpqf_Adonaioriontodaysite` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `domain` (`domain`(140),`path`(51))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpqf_Adonaioriontodaysite`
--

LOCK TABLES `wpqf_Adonaioriontodaysite` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaysite` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodaysite` VALUES (1,'www.adonaiorion.com','/Today/');
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaysite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodaysitemeta`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodaysitemeta`
--

LOCK TABLES `wpqf_Adonaioriontodaysitemeta` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaysitemeta` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodaysitemeta` VALUES (1,1,'site_name','Articles'),(2,1,'admin_email','0pendragon00@gmail.com'),(3,1,'admin_user_id','1'),(4,1,'registration','none'),(5,1,'upload_filetypes','jpg jpeg png gif webp mov avi mpg 3gp 3g2 midi mid pdf doc ppt odt pptx docx pps ppsx xls xlsx key mp3 ogg flac m4a wav mp4 m4v webm ogv flv'),(6,1,'blog_upload_space','100'),(7,1,'fileupload_maxk','1500'),(8,1,'site_admins','a:1:{i:0;s:6:\"Raziel\";}'),(9,1,'allowedthemes','a:1:{s:17:\"twentytwentythree\";b:1;}'),(10,1,'illegal_names','a:9:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\";i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";i:8;s:4:\"blog\";}'),(11,1,'wpmu_upgrade_site','53496'),(12,1,'welcome_email','Howdy USERNAME,\n\nYour new SITE_NAME site has been successfully set up at:\nBLOG_URL\n\nYou can log in to the administrator account with the following information:\n\nUsername: USERNAME\nPassword: PASSWORD\nLog in here: BLOG_URLwp-login.php\n\nWe hope you enjoy your new site. Thanks!\n\n--The Team @ SITE_NAME'),(13,1,'first_post','Welcome to %s. This is your first post. Edit or delete it, then start writing!'),(14,1,'siteurl','https://www.adonaiorion.com/Today/'),(15,1,'add_new_users','0'),(16,1,'upload_space_check_disabled','1'),(17,1,'subdomain_install',''),(18,1,'ms_files_rewriting','0'),(19,1,'user_count','1'),(20,1,'initial_db_version','53496'),(21,1,'active_sitewide_plugins','a:0:{}'),(22,1,'WPLANG','en_US'),(23,1,'main_site','1'),(209,1,'_site_transient_timeout_kirki_googlefonts_cache','1690177551'),(210,1,'_site_transient_kirki_googlefonts_cache','a:1358:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Allison\";a:3:{s:5:\"label\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alumni Sans\";a:3:{s:5:\"label\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Andada Pro\";a:3:{s:5:\"label\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Are You Serious\";a:3:{s:5:\"label\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Atkinson Hyperlegible\";a:3:{s:5:\"label\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Azeret Mono\";a:3:{s:5:\"label\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bakbak One\";a:3:{s:5:\"label\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Baloo Bhaijaan 2\";a:3:{s:5:\"label\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Be Vietnam Pro\";a:3:{s:5:\"label\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Besley\";a:3:{s:5:\"label\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Birthstone\";a:3:{s:5:\"label\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Birthstone Bounce\";a:3:{s:5:\"label\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Bonheur Royale\";a:3:{s:5:\"label\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caramel\";a:3:{s:5:\"label\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Carattere\";a:3:{s:5:\"label\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Cherish\";a:3:{s:5:\"label\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comforter\";a:3:{s:5:\"label\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Comforter Brush\";a:3:{s:5:\"label\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Corinthia\";a:3:{s:5:\"label\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Dongle\";a:3:{s:5:\"label\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Ephesis\";a:3:{s:5:\"label\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Estonia\";a:3:{s:5:\"label\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Explora\";a:3:{s:5:\"label\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Fleur De Leah\";a:3:{s:5:\"label\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Flow Block\";a:3:{s:5:\"label\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Flow Circular\";a:3:{s:5:\"label\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Flow Rounded\";a:3:{s:5:\"label\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Fuzzy Bubbles\";a:3:{s:5:\"label\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gemunu Libre\";a:3:{s:5:\"label\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Genos\";a:3:{s:5:\"label\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Georama\";a:3:{s:5:\"label\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gideon Roman\";a:3:{s:5:\"label\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Glory\";a:3:{s:5:\"label\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Gluten\";a:3:{s:5:\"label\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gowun Batang\";a:3:{s:5:\"label\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Gowun Dodum\";a:3:{s:5:\"label\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Grechen Fuemen\";a:3:{s:5:\"label\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Grey Qo\";a:3:{s:5:\"label\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Gwendolyn\";a:3:{s:5:\"label\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hahmlet\";a:3:{s:5:\"label\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Hina Mincho\";a:3:{s:5:\"label\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Hurricane\";a:3:{s:5:\"label\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Arabic\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"IBM Plex Sans Devanagari\";a:3:{s:5:\"label\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Hebrew\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"IBM Plex Sans KR\";a:3:{s:5:\"label\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"IBM Plex Sans Thai\";a:3:{s:5:\"label\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"IBM Plex Sans Thai Looped\";a:3:{s:5:\"label\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Imperial Script\";a:3:{s:5:\"label\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Inspiration\";a:3:{s:5:\"label\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Island Moments\";a:3:{s:5:\"label\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Kaisei Decol\";a:3:{s:5:\"label\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Kaisei HarunoUmi\";a:3:{s:5:\"label\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Kaisei Opti\";a:3:{s:5:\"label\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Kaisei Tokumin\";a:3:{s:5:\"label\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kings\";a:3:{s:5:\"label\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Klee One\";a:3:{s:5:\"label\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:3:\"600\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Koh Santepheap\";a:3:{s:5:\"label\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Kolker Brush\";a:3:{s:5:\"label\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Licorice\";a:3:{s:5:\"label\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Love Light\";a:3:{s:5:\"label\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Luxurious Roman\";a:3:{s:5:\"label\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Luxurious Script\";a:3:{s:5:\"label\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"M PLUS 1\";a:3:{s:5:\"label\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"M PLUS 1 Code\";a:3:{s:5:\"label\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"M PLUS 2\";a:3:{s:5:\"label\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Code Latin\";a:3:{s:5:\"label\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Mea Culpa\";a:3:{s:5:\"label\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Meow Script\";a:3:{s:5:\"label\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Mochiy Pop One\";a:3:{s:5:\"label\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Mochiy Pop P One\";a:3:{s:5:\"label\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Mohave\";a:3:{s:5:\"label\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Montagu Slab\";a:3:{s:5:\"label\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"MonteCarlo\";a:3:{s:5:\"label\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Moo Lah Lah\";a:3:{s:5:\"label\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Moon Dance\";a:3:{s:5:\"label\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Murecho\";a:3:{s:5:\"label\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Kufi Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Music\";a:3:{s:5:\"label\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Naskh Arabic\";a:3:{s:5:\"label\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Nastaliq Urdu\";a:3:{s:5:\"label\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Rashi Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Adlam\";a:3:{s:5:\"label\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Adlam Unjoined\";a:3:{s:5:\"label\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Anatolian Hieroglyphs\";a:3:{s:5:\"label\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Armenian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Avestan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Balinese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Bamum\";a:3:{s:5:\"label\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bassa Vah\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Batak\";a:3:{s:5:\"label\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Bengali\";a:3:{s:5:\"label\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bhaiksuki\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Brahmi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Buginese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Buhid\";a:3:{s:5:\"label\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Canadian Aboriginal\";a:3:{s:5:\"label\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Carian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:28:\"Noto Sans Caucasian Albanian\";a:3:{s:5:\"label\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Chakma\";a:3:{s:5:\"label\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Cham\";a:3:{s:5:\"label\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Cherokee\";a:3:{s:5:\"label\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Coptic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Cuneiform\";a:3:{s:5:\"label\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Cypriot\";a:3:{s:5:\"label\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Deseret\";a:3:{s:5:\"label\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Devanagari\";a:3:{s:5:\"label\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Display\";a:3:{s:5:\"label\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Duployan\";a:3:{s:5:\"label\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:30:\"Noto Sans Egyptian Hieroglyphs\";a:3:{s:5:\"label\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elbasan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elymaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Georgian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Glagolitic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Gothic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Grantha\";a:3:{s:5:\"label\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gujarati\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Gunjala Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gurmukhi\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Hanifi Rohingya\";a:3:{s:5:\"label\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Hanunoo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hatran\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hebrew\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Imperial Aramaic\";a:3:{s:5:\"label\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Indic Siyaq Numbers\";a:3:{s:5:\"label\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Inscriptional Pahlavi\";a:3:{s:5:\"label\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:32:\"Noto Sans Inscriptional Parthian\";a:3:{s:5:\"label\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Javanese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Kaithi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Kannada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Kayah Li\";a:3:{s:5:\"label\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Kharoshthi\";a:3:{s:5:\"label\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Khmer\";a:3:{s:5:\"label\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Khojki\";a:3:{s:5:\"label\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Khudawadi\";a:3:{s:5:\"label\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Lao\";a:3:{s:5:\"label\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lepcha\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Limbu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear A\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear B\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Lisu\";a:3:{s:5:\"label\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lycian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lydian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Mahajani\";a:3:{s:5:\"label\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Malayalam\";a:3:{s:5:\"label\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Mandaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Manichaean\";a:3:{s:5:\"label\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Marchen\";a:3:{s:5:\"label\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Masaram Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Math\";a:3:{s:5:\"label\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Mayan Numerals\";a:3:{s:5:\"label\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Medefaidrin\";a:3:{s:5:\"label\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Meetei Mayek\";a:3:{s:5:\"label\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Meroitic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Miao\";a:3:{s:5:\"label\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Modi\";a:3:{s:5:\"label\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Mongolian\";a:3:{s:5:\"label\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Mono\";a:3:{s:5:\"label\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Noto Sans Mro\";a:3:{s:5:\"label\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Multani\";a:3:{s:5:\"label\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Myanmar\";a:3:{s:5:\"label\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans N Ko\";a:3:{s:5:\"label\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Nabataean\";a:3:{s:5:\"label\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans New Tai Lue\";a:3:{s:5:\"label\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Newa\";a:3:{s:5:\"label\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Nushu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Ogham\";a:3:{s:5:\"label\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ol Chiki\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Old Hungarian\";a:3:{s:5:\"label\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Italic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old North Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Permic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Persian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Sogdian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old South Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Turkic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Oriya\";a:3:{s:5:\"label\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Osage\";a:3:{s:5:\"label\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Osmanya\";a:3:{s:5:\"label\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Pahawh Hmong\";a:3:{s:5:\"label\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Palmyrene\";a:3:{s:5:\"label\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Pau Cin Hau\";a:3:{s:5:\"label\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Phags Pa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Phoenician\";a:3:{s:5:\"label\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Psalter Pahlavi\";a:3:{s:5:\"label\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Rejang\";a:3:{s:5:\"label\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Runic\";a:3:{s:5:\"label\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Samaritan\";a:3:{s:5:\"label\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Saurashtra\";a:3:{s:5:\"label\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sharada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Shavian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Siddham\";a:3:{s:5:\"label\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sinhala\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sogdian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Sora Sompeng\";a:3:{s:5:\"label\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Soyombo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Sundanese\";a:3:{s:5:\"label\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Syloti Nagri\";a:3:{s:5:\"label\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Symbols\";a:3:{s:5:\"label\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Symbols 2\";a:3:{s:5:\"label\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Syriac\";a:3:{s:5:\"label\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tagalog\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tagbanwa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Tai Le\";a:3:{s:5:\"label\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Tham\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Viet\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Takri\";a:3:{s:5:\"label\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Tamil\";a:3:{s:5:\"label\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Tamil Supplement\";a:3:{s:5:\"label\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Telugu\";a:3:{s:5:\"label\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Thaana\";a:3:{s:5:\"label\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Thai\";a:3:{s:5:\"label\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Thai Looped\";a:3:{s:5:\"label\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tifinagh\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tirhuta\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ugaritic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Vai\";a:3:{s:5:\"label\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Wancho\";a:3:{s:5:\"label\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Warang Citi\";a:3:{s:5:\"label\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans Yi\";a:3:{s:5:\"label\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Zanabazar Square\";a:3:{s:5:\"label\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Ahom\";a:3:{s:5:\"label\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Armenian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Balinese\";a:3:{s:5:\"label\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Bengali\";a:3:{s:5:\"label\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Noto Serif Devanagari\";a:3:{s:5:\"label\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Display\";a:3:{s:5:\"label\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Dogra\";a:3:{s:5:\"label\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Ethiopic\";a:3:{s:5:\"label\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Georgian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Grantha\";a:3:{s:5:\"label\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gujarati\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gurmukhi\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Kannada\";a:3:{s:5:\"label\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Khmer\";a:3:{s:5:\"label\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Noto Serif Lao\";a:3:{s:5:\"label\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Noto Serif Malayalam\";a:3:{s:5:\"label\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Myanmar\";a:3:{s:5:\"label\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:33:\"Noto Serif Nyiakeng Puachue Hmong\";a:3:{s:5:\"label\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Sinhala\";a:3:{s:5:\"label\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Tamil\";a:3:{s:5:\"label\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Tangut\";a:3:{s:5:\"label\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Telugu\";a:3:{s:5:\"label\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Thai\";a:3:{s:5:\"label\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Tibetan\";a:3:{s:5:\"label\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Yezidi\";a:3:{s:5:\"label\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"Noto Traditional Nushu\";a:3:{s:5:\"label\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Ole\";a:3:{s:5:\"label\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Oooh Baby\";a:3:{s:5:\"label\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Outfit\";a:3:{s:5:\"label\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palette Mosaic\";a:3:{s:5:\"label\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Passions Conflict\";a:3:{s:5:\"label\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Petemoss\";a:3:{s:5:\"label\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Praise\";a:3:{s:5:\"label\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Puppies Play\";a:3:{s:5:\"label\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pushster\";a:3:{s:5:\"label\";s:8:\"Pushster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Qwitcher Grypen\";a:3:{s:5:\"label\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Rampart One\";a:3:{s:5:\"label\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Readex Pro\";a:3:{s:5:\"label\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Mono\";a:3:{s:5:\"label\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Redacted\";a:3:{s:5:\"label\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Redacted Script\";a:3:{s:5:\"label\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Road Rage\";a:3:{s:5:\"label\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rock 3D\";a:3:{s:5:\"label\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Rubik Beastly\";a:3:{s:5:\"label\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Text\";a:3:{s:5:\"label\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Sassy Frass\";a:3:{s:5:\"label\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Scheherazade New\";a:3:{s:5:\"label\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Shalimar\";a:3:{s:5:\"label\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:16:\"Shippori Antique\";a:3:{s:5:\"label\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Shippori Antique B1\";a:3:{s:5:\"label\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Shizuru\";a:3:{s:5:\"label\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smooch\";a:3:{s:5:\"label\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Source Sans 3\";a:3:{s:5:\"label\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Source Serif 4\";a:3:{s:5:\"label\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Spline Sans\";a:3:{s:5:\"label\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Stick No Bills\";a:3:{s:5:\"label\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Style Script\";a:3:{s:5:\"label\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"The Nautigal\";a:3:{s:5:\"label\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Twinkle Star\";a:3:{s:5:\"label\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Urbanist\";a:3:{s:5:\"label\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Vujahday Script\";a:3:{s:5:\"label\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Waterfall\";a:3:{s:5:\"label\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"WindSong\";a:3:{s:5:\"label\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Yaldevi\";a:3:{s:5:\"label\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Yuji Boku\";a:3:{s:5:\"label\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Yuji Hentaigana Akari\";a:3:{s:5:\"label\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Yuji Hentaigana Akebono\";a:3:{s:5:\"label\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Yuji Mai\";a:3:{s:5:\"label\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Yuji Syuku\";a:3:{s:5:\"label\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Zen Antique\";a:3:{s:5:\"label\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Zen Antique Soft\";a:3:{s:5:\"label\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:23:\"Zen Kaku Gothic Antique\";a:3:{s:5:\"label\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Zen Kaku Gothic New\";a:3:{s:5:\"label\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Zen Kurenaido\";a:3:{s:5:\"label\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Zen Maru Gothic\";a:3:{s:5:\"label\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Zen Old Mincho\";a:3:{s:5:\"label\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}'),(26,1,'external_updates-popularfx-templates','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1690155923;s:14:\"checkedVersion\";s:5:\"1.2.3\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:19:\"popularfx-templates\";s:7:\"version\";s:5:\"1.2.3\";s:8:\"homepage\";s:22:\"https://popularfx.com/\";s:6:\"tested\";s:3:\"5.4\";s:12:\"download_url\";s:54:\"https://a.softaculous.com/popularfx/update2.php?give=1\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:43:\"popularfx-templates/popularfx-templates.php\";s:12:\"translations\";a:0:{}}}'),(170,1,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_CA/wordpress-6.2.2.zip\";s:6:\"locale\";s:5:\"en_CA\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_CA/wordpress-6.2.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.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:1690157821;s:15:\"version_checked\";s:5:\"6.2.2\";s:12:\"translations\";a:0:{}}'),(171,1,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1690155928;s:7:\"checked\";a:5:{s:5:\"agama\";s:5:\"1.7.2\";s:9:\"popularfx\";s:5:\"1.2.4\";s:15:\"twentytwentyone\";s:3:\"1.8\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:5:{s:5:\"agama\";a:6:{s:5:\"theme\";s:5:\"agama\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:35:\"https://wordpress.org/themes/agama/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/agama.1.7.2.zip\";s:8:\"requires\";s:3:\"4.6\";s:12:\"requires_php\";s:3:\"7.0\";}s:9:\"popularfx\";a:6:{s:5:\"theme\";s:9:\"popularfx\";s:11:\"new_version\";s:5:\"1.2.4\";s:3:\"url\";s:39:\"https://wordpress.org/themes/popularfx/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/popularfx.1.2.4.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.5\";}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:12:\"translations\";a:0:{}}'),(63,1,'blog_count','1'),(53,1,'wp_force_deactivated_plugins','a:0:{}'),(107,1,'_site_transient_browser_a229fa1d8f0b5e07936b23c1f5351b2c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}'),(108,1,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1690212874'),(109,1,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}'),(66,1,'can_compress_scripts','1'),(147,1,'_site_transient_timeout_browser_44e56a480e3f5e0e6a029eac8b38b9a3','1690416872'),(106,1,'_site_transient_timeout_browser_a229fa1d8f0b5e07936b23c1f5351b2c','1690212874'),(123,1,'_site_transient_timeout_browser_e67aa3dbeb858df8c9104ff079c477f2','1690401639'),(124,1,'_site_transient_browser_e67aa3dbeb858df8c9104ff079c477f2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";s:8:\"platform\";s:5:\"Linux\";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;}'),(148,1,'_site_transient_browser_44e56a480e3f5e0e6a029eac8b38b9a3','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:15:\"76.2.4027.73374\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}'),(151,1,'_site_transient_timeout_browser_48c608d37876f6b13ec12b782b59e25f','1690417394'),(152,1,'_site_transient_browser_48c608d37876f6b13ec12b782b59e25f','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:13:\"100.0.4815.13\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(172,1,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1690155928;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:21:\"backuply/backuply.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/backuply\";s:4:\"slug\";s:8:\"backuply\";s:6:\"plugin\";s:21:\"backuply/backuply.php\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/backuply/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/backuply.1.1.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/backuply/assets/icon-128x128.png?rev=2760139\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/backuply/assets/banner-1544x500.png?rev=2760332\";s:2:\"1x\";s:63:\"https://ps.w.org/backuply/assets/banner-772x250.png?rev=2760332\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}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:31:\"fileorganizer/fileorganizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/fileorganizer\";s:4:\"slug\";s:13:\"fileorganizer\";s:6:\"plugin\";s:31:\"fileorganizer/fileorganizer.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/fileorganizer/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/fileorganizer.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fileorganizer/assets/icon-256x256.png?rev=2881868\";s:2:\"1x\";s:66:\"https://ps.w.org/fileorganizer/assets/icon-128x128.png?rev=2881868\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/fileorganizer/assets/banner-1544x500.png?rev=2879801\";s:2:\"1x\";s:68:\"https://ps.w.org/fileorganizer/assets/banner-772x250.png?rev=2879801\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}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\";}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.8.0\";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:23:\"pagelayer/pagelayer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/pagelayer\";s:4:\"slug\";s:9:\"pagelayer\";s:6:\"plugin\";s:23:\"pagelayer/pagelayer.php\";s:11:\"new_version\";s:5:\"1.7.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pagelayer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pagelayer.1.7.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-256x256.png?rev=2064937\";s:2:\"1x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-128x128.png?rev=2064937\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pagelayer/assets/banner-1544x500.png?rev=2668020\";s:2:\"1x\";s:64:\"https://ps.w.org/pagelayer/assets/banner-772x250.png?rev=2668020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:27:\"speedycache/speedycache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/speedycache\";s:4:\"slug\";s:11:\"speedycache\";s:6:\"plugin\";s:27:\"speedycache/speedycache.php\";s:11:\"new_version\";s:5:\"1.0.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/speedycache/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/speedycache.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/speedycache/assets/icon-256x256.png?rev=2858418\";s:2:\"1x\";s:64:\"https://ps.w.org/speedycache/assets/icon-128x128.png?rev=2858418\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/speedycache/assets/banner-772x250.png?rev=2858418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}}s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:3:\"5.2\";s:21:\"backuply/backuply.php\";s:5:\"1.1.6\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:31:\"fileorganizer/fileorganizer.php\";s:5:\"1.0.2\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"loginizer/loginizer.php\";s:5:\"1.8.0\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.7.6\";s:43:\"popularfx-templates/popularfx-templates.php\";s:5:\"1.2.3\";s:27:\"speedycache/speedycache.php\";s:5:\"1.0.7\";}}'),(199,1,'_site_transient_timeout_theme_roots','1690159622'),(200,1,'_site_transient_theme_roots','a:5:{s:5:\"agama\";s:7:\"/themes\";s:9:\"popularfx\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}'),(205,1,'_site_transient_timeout_community-events-4dc6932c0d1a38bbbaa11f74f229f70d','1690208254'),(206,1,'_site_transient_community-events-4dc6932c0d1a38bbbaa11f74f229f70d','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"45.72.213.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Rochester, NY\";s:3:\"url\";s:36:\"https://rochester.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-09-30 00:00:00\";s:8:\"end_date\";s:19:\"2023-09-30 00:00:00\";s:20:\"start_unix_timestamp\";i:1696046400;s:18:\"end_unix_timestamp\";i:1696046400;s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Rochester, NY\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:43.1585876;s:9:\"longitude\";d:-77.5906889;}}}}'),(163,1,'site_meta_supported','1');
/*!40000 ALTER TABLE `wpqf_Adonaioriontodaysitemeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodayterm_relationships`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayterm_relationships`
--

LOCK TABLES `wpqf_Adonaioriontodayterm_relationships` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayterm_relationships` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodayterm_relationships` VALUES (1,1,0),(132,1,0),(130,1,0),(1,3,0),(122,1,0),(106,1,0),(117,1,0),(139,1,0);
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayterm_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodayterm_taxonomy`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayterm_taxonomy`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodaytermmeta`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodaytermmeta`
--

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

--
-- Table structure for table `wpqf_Adonaioriontodayterms`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayterms`
--

LOCK TABLES `wpqf_Adonaioriontodayterms` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayterms` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodayterms` VALUES (1,'Uncategorized','uncategorized',0),(3,'post-format-aside','post-format-aside',0);
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayterms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodayusermeta`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayusermeta`
--

LOCK TABLES `wpqf_Adonaioriontodayusermeta` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayusermeta` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodayusermeta` VALUES (1,1,'nickname','Master'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description','A. Pendragon.'),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','midnight'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpqf_Adonaioriontodaycapabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpqf_Adonaioriontodayuser_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'wpqf_Adonaioriontodaydashboard_quick_press_last_post_id','26'),(18,1,'source_domain','www.adonaiorion.com'),(19,1,'primary_blog','1'),(20,1,'session_tokens','a:3:{s:64:\"31b4de584a8a74b897221fa4053707a7cb8ef779ebe5f7e7571223fbea0cee5b\";a:4:{s:10:\"expiration\";i:1690174792;s:2:\"ip\";s:13:\"45.72.213.206\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1690001992;}s:64:\"adb5f1ddef39273c5d319c1f6aa56cb77766e811717460a8ac77c0c2c844269a\";a:4:{s:10:\"expiration\";i:1690337851;s:2:\"ip\";s:13:\"45.72.213.206\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1690165051;}s:64:\"25459ecdc5b24c8c1f6f3d095ee0c15bcd8fe7f4362b2e2453faa03d140471ff\";a:4:{s:10:\"expiration\";i:1690343056;s:2:\"ip\";s:13:\"45.72.213.206\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1690170256;}}'),(21,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"45.72.213.0\";}'),(22,1,'wpqf_Adonaioriontodayuser-settings','libraryContent=browse&hidetb=1&editor_plain_text_paste_warning=2'),(23,1,'wpqf_Adonaioriontodayuser-settings-time','1690003890'),(29,1,'closedpostboxes_post','a:4:{i:0;s:11:\"categorydiv\";i:1;s:9:\"formatdiv\";i:2;s:16:\"tagsdiv-post_tag\";i:3;s:12:\"revisionsdiv\";}'),(30,1,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(24,1,'tgmpa_dismissed_notice_agama','1'),(27,1,'meta-box-order_post','a:3:{s:4:\"side\";s:61:\"submitdiv,categorydiv,formatdiv,tagsdiv-post_tag,postimagediv\";s:6:\"normal\";s:71:\"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(28,1,'screen_layout_post','2'),(25,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(26,1,'metaboxhidden_nav-menus','a:3:{i:0;s:32:\"add-post-type-pagelayer-template\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}');
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayusermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpqf_Adonaioriontodayusers`
--

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

--
-- Dumping data for table `wpqf_Adonaioriontodayusers`
--

LOCK TABLES `wpqf_Adonaioriontodayusers` WRITE;
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayusers` DISABLE KEYS */;
INSERT INTO `wpqf_Adonaioriontodayusers` VALUES (1,'Raziel','$P$B8fGtW5dtx0gI7q9K2mdk1eKCObqDz.','raziel','0pendragon00@gmail.com','https://www.adonaiorion.com/Today','2023-07-08 00:16:28','',0,'Master',0,0);
/*!40000 ALTER TABLE `wpqf_Adonaioriontodayusers` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2023-07-24  2:51:29
