File: //home/dkfounda/softaculous_backups/softsql.sql
-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: November 13, 2025, 2:47 am
-- Server version: 8.0.37
-- PHP Version: 8.3.25
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `dkfounda_wp88`
--
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_commentmeta`
--
CREATE TABLE `wpyd_commentmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_comments`
--
CREATE TABLE `wpyd_comments` (
`comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int NOT NULL DEFAULT '0',
`comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint unsigned NOT NULL DEFAULT '0',
`user_id` bigint unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_comments`
--
INSERT INTO `wpyd_comments` VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2025-10-28 05:20:16', '2025-10-28 05:20:16', '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://gravatar.com/">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_cookieadmin_cookies`
--
CREATE TABLE `wpyd_cookieadmin_cookies` (
`id` int NOT NULL AUTO_INCREMENT,
`cookie_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`category` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`description` varchar(500) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`domain` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`path` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '/',
`expires` datetime DEFAULT NULL,
`max_age` int DEFAULT NULL,
`samesite` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`secure` tinyint(1) NOT NULL DEFAULT '0',
`httponly` tinyint(1) NOT NULL DEFAULT '0',
`raw_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`edited` tinyint(1) DEFAULT '0',
`patterns` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '[]',
`scan_timestamp` int DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_links`
--
CREATE TABLE `wpyd_links` (
`link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint unsigned NOT NULL DEFAULT '1',
`link_rating` int NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_loginizer_logs`
--
CREATE TABLE `wpyd_loginizer_logs` (
`username` varchar(255) NOT NULL DEFAULT '',
`time` int NOT NULL DEFAULT '0',
`count` int NOT NULL DEFAULT '0',
`lockout` int NOT NULL DEFAULT '0',
`ip` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
UNIQUE KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_options`
--
CREATE TABLE `wpyd_options` (
`option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_options`
--
INSERT INTO `wpyd_options` VALUES
(1, 'cron', 'a:10:{i:1762849216;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:1762881616;a:2:{s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1762881984;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:1762924816;a:2:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1762925184;a:3:{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;}}s:18:"backuply_clean_tmp";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:14:"backuply_daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1762925185;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:1763017528;a:1:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1763443643;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1763443803;a:1:{s:42:"superb_blocks_template_restoration_cleanup";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;}', 'on'),
(2, 'siteurl', 'https://dkfoundationtv.ng', 'on'),
(3, 'home', 'https://dkfoundationtv.ng', 'on'),
(4, 'blogname', 'DK FOUNDATION', 'on'),
(5, 'blogdescription', 'DK FOUNDATION', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'info@dkfoundationtv.ng', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:106:{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:15:"^sitemaps\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:15:"^sitemaps\\.xml$";s:30:"index.php?sitemap_type=general";s:12:"^author.xml$";s:29:"index.php?sitemap_type=author";s:28:"^media-sitemap([0-9]+)?.xml$";s:46:"index.php?sitemap_type=media&paged=$matches[1]";s:19:"^news([0-9]+)?.xml$";s:45:"index.php?sitemap_type=news&paged=$matches[1]";s:28:"^video-sitemap([0-9]+)?.xml$";s:46:"index.php?sitemap_type=video&paged=$matches[1]";s:28:"^post-sitemap([0-9]+)?\\.xml$";s:45:"index.php?sitemap_type=post&paged=$matches[1]";s:28:"^page-sitemap([0-9]+)?\\.xml$";s:45:"index.php?sitemap_type=page&paged=$matches[1]";s:32:"^category-sitemap([0-9]+)?\\.xml$";s:49:"index.php?sitemap_type=category&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:12:"sitemap\\.xml";s:24:"index.php??sitemap=index";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:8:{i:0;s:21:"backuply/backuply.php";i:1;s:27:"cookieadmin/cookieadmin.php";i:2;s:17:"gosmtp/gosmtp.php";i:3;s:23:"loginizer/loginizer.php";i:4;s:23:"pagelayer/pagelayer.php";i:5;s:19:"siteseo/siteseo.php";i:6;s:27:"speedycache/speedycache.php";i:7;s:24:"superb-blocks/plugin.php";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', '', 'off'),
(41, 'template', 'awardify', 'on'),
(42, 'stylesheet', 'charity-and-nonprofit', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '60421', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'posts', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:0:{}', 'on'),
(78, 'widget_text', 'a:0:{}', 'on'),
(79, 'widget_rss', 'a:0:{}', 'on'),
(80, 'uninstall_plugins', 'a:4:{s:23:"loginizer/loginizer.php";s:22:"loginizer_deactivation";s:19:"siteseo/siteseo.php";s:27:"\\SiteSEO\\Install::uninstall";s:21:"backuply/backuply.php";s:21:"backuply_deactivation";s:27:"speedycache/speedycache.php";s:31:"\\SpeedyCache\\Install::uninstall";}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '7', 'on'),
(83, 'page_on_front', '0', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '0', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1777180816', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '60421', 'on'),
(102, 'wpyd_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:14:"siteseo_manage";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;}}}', 'on'),
(103, 'fresh_site', '0', 'off'),
(104, 'user_count', '1', 'off'),
(105, '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;}', 'auto'),
(106, 'sidebars_widgets', 'a:2:{s:19:"wp_inactive_widgets";a:5:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";i:3;s:7:"block-5";i:4;s:7:"block-6";}s:13:"array_version";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(115, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(121, 'recovery_keys', 'a:0:{}', 'off'),
(122, 'theme_mods_twentytwentyfive', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1761629259;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}}}}', 'off'),
(123, '_transient_wp_core_block_css_files', 'a:2:{s:7:"version";s:5:"6.8.3";s:5:"files";a:536:{i:0;s:23:"archives/editor-rtl.css";i:1;s:27:"archives/editor-rtl.min.css";i:2;s:19:"archives/editor.css";i:3;s:23:"archives/editor.min.css";i:4;s:22:"archives/style-rtl.css";i:5;s:26:"archives/style-rtl.min.css";i:6;s:18:"archives/style.css";i:7;s:22:"archives/style.min.css";i:8;s:20:"audio/editor-rtl.css";i:9;s:24:"audio/editor-rtl.min.css";i:10;s:16:"audio/editor.css";i:11;s:20:"audio/editor.min.css";i:12;s:19:"audio/style-rtl.css";i:13;s:23:"audio/style-rtl.min.css";i:14;s:15:"audio/style.css";i:15;s:19:"audio/style.min.css";i:16;s:19:"audio/theme-rtl.css";i:17;s:23:"audio/theme-rtl.min.css";i:18;s:15:"audio/theme.css";i:19;s:19:"audio/theme.min.css";i:20;s:21:"avatar/editor-rtl.css";i:21;s:25:"avatar/editor-rtl.min.css";i:22;s:17:"avatar/editor.css";i:23;s:21:"avatar/editor.min.css";i:24;s:20:"avatar/style-rtl.css";i:25;s:24:"avatar/style-rtl.min.css";i:26;s:16:"avatar/style.css";i:27;s:20:"avatar/style.min.css";i:28;s:21:"button/editor-rtl.css";i:29;s:25:"button/editor-rtl.min.css";i:30;s:17:"button/editor.css";i:31;s:21:"button/editor.min.css";i:32;s:20:"button/style-rtl.css";i:33;s:24:"button/style-rtl.min.css";i:34;s:16:"button/style.css";i:35;s:20:"button/style.min.css";i:36;s:22:"buttons/editor-rtl.css";i:37;s:26:"buttons/editor-rtl.min.css";i:38;s:18:"buttons/editor.css";i:39;s:22:"buttons/editor.min.css";i:40;s:21:"buttons/style-rtl.css";i:41;s:25:"buttons/style-rtl.min.css";i:42;s:17:"buttons/style.css";i:43;s:21:"buttons/style.min.css";i:44;s:22:"calendar/style-rtl.css";i:45;s:26:"calendar/style-rtl.min.css";i:46;s:18:"calendar/style.css";i:47;s:22:"calendar/style.min.css";i:48;s:25:"categories/editor-rtl.css";i:49;s:29:"categories/editor-rtl.min.css";i:50;s:21:"categories/editor.css";i:51;s:25:"categories/editor.min.css";i:52;s:24:"categories/style-rtl.css";i:53;s:28:"categories/style-rtl.min.css";i:54;s:20:"categories/style.css";i:55;s:24:"categories/style.min.css";i:56;s:19:"code/editor-rtl.css";i:57;s:23:"code/editor-rtl.min.css";i:58;s:15:"code/editor.css";i:59;s:19:"code/editor.min.css";i:60;s:18:"code/style-rtl.css";i:61;s:22:"code/style-rtl.min.css";i:62;s:14:"code/style.css";i:63;s:18:"code/style.min.css";i:64;s:18:"code/theme-rtl.css";i:65;s:22:"code/theme-rtl.min.css";i:66;s:14:"code/theme.css";i:67;s:18:"code/theme.min.css";i:68;s:22:"columns/editor-rtl.css";i:69;s:26:"columns/editor-rtl.min.css";i:70;s:18:"columns/editor.css";i:71;s:22:"columns/editor.min.css";i:72;s:21:"columns/style-rtl.css";i:73;s:25:"columns/style-rtl.min.css";i:74;s:17:"columns/style.css";i:75;s:21:"columns/style.min.css";i:76;s:33:"comment-author-name/style-rtl.css";i:77;s:37:"comment-author-name/style-rtl.min.css";i:78;s:29:"comment-author-name/style.css";i:79;s:33:"comment-author-name/style.min.css";i:80;s:29:"comment-content/style-rtl.css";i:81;s:33:"comment-content/style-rtl.min.css";i:82;s:25:"comment-content/style.css";i:83;s:29:"comment-content/style.min.css";i:84;s:26:"comment-date/style-rtl.css";i:85;s:30:"comment-date/style-rtl.min.css";i:86;s:22:"comment-date/style.css";i:87;s:26:"comment-date/style.min.css";i:88;s:31:"comment-edit-link/style-rtl.css";i:89;s:35:"comment-edit-link/style-rtl.min.css";i:90;s:27:"comment-edit-link/style.css";i:91;s:31:"comment-edit-link/style.min.css";i:92;s:32:"comment-reply-link/style-rtl.css";i:93;s:36:"comment-reply-link/style-rtl.min.css";i:94;s:28:"comment-reply-link/style.css";i:95;s:32:"comment-reply-link/style.min.css";i:96;s:30:"comment-template/style-rtl.css";i:97;s:34:"comment-template/style-rtl.min.css";i:98;s:26:"comment-template/style.css";i:99;s:30:"comment-template/style.min.css";i:100;s:42:"comments-pagination-numbers/editor-rtl.css";i:101;s:46:"comments-pagination-numbers/editor-rtl.min.css";i:102;s:38:"comments-pagination-numbers/editor.css";i:103;s:42:"comments-pagination-numbers/editor.min.css";i:104;s:34:"comments-pagination/editor-rtl.css";i:105;s:38:"comments-pagination/editor-rtl.min.css";i:106;s:30:"comments-pagination/editor.css";i:107;s:34:"comments-pagination/editor.min.css";i:108;s:33:"comments-pagination/style-rtl.css";i:109;s:37:"comments-pagination/style-rtl.min.css";i:110;s:29:"comments-pagination/style.css";i:111;s:33:"comments-pagination/style.min.css";i:112;s:29:"comments-title/editor-rtl.css";i:113;s:33:"comments-title/editor-rtl.min.css";i:114;s:25:"comments-title/editor.css";i:115;s:29:"comments-title/editor.min.css";i:116;s:23:"comments/editor-rtl.css";i:117;s:27:"comments/editor-rtl.min.css";i:118;s:19:"comments/editor.css";i:119;s:23:"comments/editor.min.css";i:120;s:22:"comments/style-rtl.css";i:121;s:26:"comments/style-rtl.min.css";i:122;s:18:"comments/style.css";i:123;s:22:"comments/style.min.css";i:124;s:20:"cover/editor-rtl.css";i:125;s:24:"cover/editor-rtl.min.css";i:126;s:16:"cover/editor.css";i:127;s:20:"cover/editor.min.css";i:128;s:19:"cover/style-rtl.css";i:129;s:23:"cover/style-rtl.min.css";i:130;s:15:"cover/style.css";i:131;s:19:"cover/style.min.css";i:132;s:22:"details/editor-rtl.css";i:133;s:26:"details/editor-rtl.min.css";i:134;s:18:"details/editor.css";i:135;s:22:"details/editor.min.css";i:136;s:21:"details/style-rtl.css";i:137;s:25:"details/style-rtl.min.css";i:138;s:17:"details/style.css";i:139;s:21:"details/style.min.css";i:140;s:20:"embed/editor-rtl.css";i:141;s:24:"embed/editor-rtl.min.css";i:142;s:16:"embed/editor.css";i:143;s:20:"embed/editor.min.css";i:144;s:19:"embed/style-rtl.css";i:145;s:23:"embed/style-rtl.min.css";i:146;s:15:"embed/style.css";i:147;s:19:"embed/style.min.css";i:148;s:19:"embed/theme-rtl.css";i:149;s:23:"embed/theme-rtl.min.css";i:150;s:15:"embed/theme.css";i:151;s:19:"embed/theme.min.css";i:152;s:19:"file/editor-rtl.css";i:153;s:23:"file/editor-rtl.min.css";i:154;s:15:"file/editor.css";i:155;s:19:"file/editor.min.css";i:156;s:18:"file/style-rtl.css";i:157;s:22:"file/style-rtl.min.css";i:158;s:14:"file/style.css";i:159;s:18:"file/style.min.css";i:160;s:23:"footnotes/style-rtl.css";i:161;s:27:"footnotes/style-rtl.min.css";i:162;s:19:"footnotes/style.css";i:163;s:23:"footnotes/style.min.css";i:164;s:23:"freeform/editor-rtl.css";i:165;s:27:"freeform/editor-rtl.min.css";i:166;s:19:"freeform/editor.css";i:167;s:23:"freeform/editor.min.css";i:168;s:22:"gallery/editor-rtl.css";i:169;s:26:"gallery/editor-rtl.min.css";i:170;s:18:"gallery/editor.css";i:171;s:22:"gallery/editor.min.css";i:172;s:21:"gallery/style-rtl.css";i:173;s:25:"gallery/style-rtl.min.css";i:174;s:17:"gallery/style.css";i:175;s:21:"gallery/style.min.css";i:176;s:21:"gallery/theme-rtl.css";i:177;s:25:"gallery/theme-rtl.min.css";i:178;s:17:"gallery/theme.css";i:179;s:21:"gallery/theme.min.css";i:180;s:20:"group/editor-rtl.css";i:181;s:24:"group/editor-rtl.min.css";i:182;s:16:"group/editor.css";i:183;s:20:"group/editor.min.css";i:184;s:19:"group/style-rtl.css";i:185;s:23:"group/style-rtl.min.css";i:186;s:15:"group/style.css";i:187;s:19:"group/style.min.css";i:188;s:19:"group/theme-rtl.css";i:189;s:23:"group/theme-rtl.min.css";i:190;s:15:"group/theme.css";i:191;s:19:"group/theme.min.css";i:192;s:21:"heading/style-rtl.css";i:193;s:25:"heading/style-rtl.min.css";i:194;s:17:"heading/style.css";i:195;s:21:"heading/style.min.css";i:196;s:19:"html/editor-rtl.css";i:197;s:23:"html/editor-rtl.min.css";i:198;s:15:"html/editor.css";i:199;s:19:"html/editor.min.css";i:200;s:20:"image/editor-rtl.css";i:201;s:24:"image/editor-rtl.min.css";i:202;s:16:"image/editor.css";i:203;s:20:"image/editor.min.css";i:204;s:19:"image/style-rtl.css";i:205;s:23:"image/style-rtl.min.css";i:206;s:15:"image/style.css";i:207;s:19:"image/style.min.css";i:208;s:19:"image/theme-rtl.css";i:209;s:23:"image/theme-rtl.min.css";i:210;s:15:"image/theme.css";i:211;s:19:"image/theme.min.css";i:212;s:29:"latest-comments/style-rtl.css";i:213;s:33:"latest-comments/style-rtl.min.css";i:214;s:25:"latest-comments/style.css";i:215;s:29:"latest-comments/style.min.css";i:216;s:27:"latest-posts/editor-rtl.css";i:217;s:31:"latest-posts/editor-rtl.min.css";i:218;s:23:"latest-posts/editor.css";i:219;s:27:"latest-posts/editor.min.css";i:220;s:26:"latest-posts/style-rtl.css";i:221;s:30:"latest-posts/style-rtl.min.css";i:222;s:22:"latest-posts/style.css";i:223;s:26:"latest-posts/style.min.css";i:224;s:18:"list/style-rtl.css";i:225;s:22:"list/style-rtl.min.css";i:226;s:14:"list/style.css";i:227;s:18:"list/style.min.css";i:228;s:22:"loginout/style-rtl.css";i:229;s:26:"loginout/style-rtl.min.css";i:230;s:18:"loginout/style.css";i:231;s:22:"loginout/style.min.css";i:232;s:25:"media-text/editor-rtl.css";i:233;s:29:"media-text/editor-rtl.min.css";i:234;s:21:"media-text/editor.css";i:235;s:25:"media-text/editor.min.css";i:236;s:24:"media-text/style-rtl.css";i:237;s:28:"media-text/style-rtl.min.css";i:238;s:20:"media-text/style.css";i:239;s:24:"media-text/style.min.css";i:240;s:19:"more/editor-rtl.css";i:241;s:23:"more/editor-rtl.min.css";i:242;s:15:"more/editor.css";i:243;s:19:"more/editor.min.css";i:244;s:30:"navigation-link/editor-rtl.css";i:245;s:34:"navigation-link/editor-rtl.min.css";i:246;s:26:"navigation-link/editor.css";i:247;s:30:"navigation-link/editor.min.css";i:248;s:29:"navigation-link/style-rtl.css";i:249;s:33:"navigation-link/style-rtl.min.css";i:250;s:25:"navigation-link/style.css";i:251;s:29:"navigation-link/style.min.css";i:252;s:33:"navigation-submenu/editor-rtl.css";i:253;s:37:"navigation-submenu/editor-rtl.min.css";i:254;s:29:"navigation-submenu/editor.css";i:255;s:33:"navigation-submenu/editor.min.css";i:256;s:25:"navigation/editor-rtl.css";i:257;s:29:"navigation/editor-rtl.min.css";i:258;s:21:"navigation/editor.css";i:259;s:25:"navigation/editor.min.css";i:260;s:24:"navigation/style-rtl.css";i:261;s:28:"navigation/style-rtl.min.css";i:262;s:20:"navigation/style.css";i:263;s:24:"navigation/style.min.css";i:264;s:23:"nextpage/editor-rtl.css";i:265;s:27:"nextpage/editor-rtl.min.css";i:266;s:19:"nextpage/editor.css";i:267;s:23:"nextpage/editor.min.css";i:268;s:24:"page-list/editor-rtl.css";i:269;s:28:"page-list/editor-rtl.min.css";i:270;s:20:"page-list/editor.css";i:271;s:24:"page-list/editor.min.css";i:272;s:23:"page-list/style-rtl.css";i:273;s:27:"page-list/style-rtl.min.css";i:274;s:19:"page-list/style.css";i:275;s:23:"page-list/style.min.css";i:276;s:24:"paragraph/editor-rtl.css";i:277;s:28:"paragraph/editor-rtl.min.css";i:278;s:20:"paragraph/editor.css";i:279;s:24:"paragraph/editor.min.css";i:280;s:23:"paragraph/style-rtl.css";i:281;s:27:"paragraph/style-rtl.min.css";i:282;s:19:"paragraph/style.css";i:283;s:23:"paragraph/style.min.css";i:284;s:35:"post-author-biography/style-rtl.css";i:285;s:39:"post-author-biography/style-rtl.min.css";i:286;s:31:"post-author-biography/style.css";i:287;s:35:"post-author-biography/style.min.css";i:288;s:30:"post-author-name/style-rtl.css";i:289;s:34:"post-author-name/style-rtl.min.css";i:290;s:26:"post-author-name/style.css";i:291;s:30:"post-author-name/style.min.css";i:292;s:26:"post-author/editor-rtl.css";i:293;s:30:"post-author/editor-rtl.min.css";i:294;s:22:"post-author/editor.css";i:295;s:26:"post-author/editor.min.css";i:296;s:25:"post-author/style-rtl.css";i:297;s:29:"post-author/style-rtl.min.css";i:298;s:21:"post-author/style.css";i:299;s:25:"post-author/style.min.css";i:300;s:33:"post-comments-form/editor-rtl.css";i:301;s:37:"post-comments-form/editor-rtl.min.css";i:302;s:29:"post-comments-form/editor.css";i:303;s:33:"post-comments-form/editor.min.css";i:304;s:32:"post-comments-form/style-rtl.css";i:305;s:36:"post-comments-form/style-rtl.min.css";i:306;s:28:"post-comments-form/style.css";i:307;s:32:"post-comments-form/style.min.css";i:308;s:26:"post-content/style-rtl.css";i:309;s:30:"post-content/style-rtl.min.css";i:310;s:22:"post-content/style.css";i:311;s:26:"post-content/style.min.css";i:312;s:23:"post-date/style-rtl.css";i:313;s:27:"post-date/style-rtl.min.css";i:314;s:19:"post-date/style.css";i:315;s:23:"post-date/style.min.css";i:316;s:27:"post-excerpt/editor-rtl.css";i:317;s:31:"post-excerpt/editor-rtl.min.css";i:318;s:23:"post-excerpt/editor.css";i:319;s:27:"post-excerpt/editor.min.css";i:320;s:26:"post-excerpt/style-rtl.css";i:321;s:30:"post-excerpt/style-rtl.min.css";i:322;s:22:"post-excerpt/style.css";i:323;s:26:"post-excerpt/style.min.css";i:324;s:34:"post-featured-image/editor-rtl.css";i:325;s:38:"post-featured-image/editor-rtl.min.css";i:326;s:30:"post-featured-image/editor.css";i:327;s:34:"post-featured-image/editor.min.css";i:328;s:33:"post-featured-image/style-rtl.css";i:329;s:37:"post-featured-image/style-rtl.min.css";i:330;s:29:"post-featured-image/style.css";i:331;s:33:"post-featured-image/style.min.css";i:332;s:34:"post-navigation-link/style-rtl.css";i:333;s:38:"post-navigation-link/style-rtl.min.css";i:334;s:30:"post-navigation-link/style.css";i:335;s:34:"post-navigation-link/style.min.css";i:336;s:27:"post-template/style-rtl.css";i:337;s:31:"post-template/style-rtl.min.css";i:338;s:23:"post-template/style.css";i:339;s:27:"post-template/style.min.css";i:340;s:24:"post-terms/style-rtl.css";i:341;s:28:"post-terms/style-rtl.min.css";i:342;s:20:"post-terms/style.css";i:343;s:24:"post-terms/style.min.css";i:344;s:24:"post-title/style-rtl.css";i:345;s:28:"post-title/style-rtl.min.css";i:346;s:20:"post-title/style.css";i:347;s:24:"post-title/style.min.css";i:348;s:26:"preformatted/style-rtl.css";i:349;s:30:"preformatted/style-rtl.min.css";i:350;s:22:"preformatted/style.css";i:351;s:26:"preformatted/style.min.css";i:352;s:24:"pullquote/editor-rtl.css";i:353;s:28:"pullquote/editor-rtl.min.css";i:354;s:20:"pullquote/editor.css";i:355;s:24:"pullquote/editor.min.css";i:356;s:23:"pullquote/style-rtl.css";i:357;s:27:"pullquote/style-rtl.min.css";i:358;s:19:"pullquote/style.css";i:359;s:23:"pullquote/style.min.css";i:360;s:23:"pullquote/theme-rtl.css";i:361;s:27:"pullquote/theme-rtl.min.css";i:362;s:19:"pullquote/theme.css";i:363;s:23:"pullquote/theme.min.css";i:364;s:39:"query-pagination-numbers/editor-rtl.css";i:365;s:43:"query-pagination-numbers/editor-rtl.min.css";i:366;s:35:"query-pagination-numbers/editor.css";i:367;s:39:"query-pagination-numbers/editor.min.css";i:368;s:31:"query-pagination/editor-rtl.css";i:369;s:35:"query-pagination/editor-rtl.min.css";i:370;s:27:"query-pagination/editor.css";i:371;s:31:"query-pagination/editor.min.css";i:372;s:30:"query-pagination/style-rtl.css";i:373;s:34:"query-pagination/style-rtl.min.css";i:374;s:26:"query-pagination/style.css";i:375;s:30:"query-pagination/style.min.css";i:376;s:25:"query-title/style-rtl.css";i:377;s:29:"query-title/style-rtl.min.css";i:378;s:21:"query-title/style.css";i:379;s:25:"query-title/style.min.css";i:380;s:25:"query-total/style-rtl.css";i:381;s:29:"query-total/style-rtl.min.css";i:382;s:21:"query-total/style.css";i:383;s:25:"query-total/style.min.css";i:384;s:20:"query/editor-rtl.css";i:385;s:24:"query/editor-rtl.min.css";i:386;s:16:"query/editor.css";i:387;s:20:"query/editor.min.css";i:388;s:19:"quote/style-rtl.css";i:389;s:23:"quote/style-rtl.min.css";i:390;s:15:"quote/style.css";i:391;s:19:"quote/style.min.css";i:392;s:19:"quote/theme-rtl.css";i:393;s:23:"quote/theme-rtl.min.css";i:394;s:15:"quote/theme.css";i:395;s:19:"quote/theme.min.css";i:396;s:23:"read-more/style-rtl.css";i:397;s:27:"read-more/style-rtl.min.css";i:398;s:19:"read-more/style.css";i:399;s:23:"read-more/style.min.css";i:400;s:18:"rss/editor-rtl.css";i:401;s:22:"rss/editor-rtl.min.css";i:402;s:14:"rss/editor.css";i:403;s:18:"rss/editor.min.css";i:404;s:17:"rss/style-rtl.css";i:405;s:21:"rss/style-rtl.min.css";i:406;s:13:"rss/style.css";i:407;s:17:"rss/style.min.css";i:408;s:21:"search/editor-rtl.css";i:409;s:25:"search/editor-rtl.min.css";i:410;s:17:"search/editor.css";i:411;s:21:"search/editor.min.css";i:412;s:20:"search/style-rtl.css";i:413;s:24:"search/style-rtl.min.css";i:414;s:16:"search/style.css";i:415;s:20:"search/style.min.css";i:416;s:20:"search/theme-rtl.css";i:417;s:24:"search/theme-rtl.min.css";i:418;s:16:"search/theme.css";i:419;s:20:"search/theme.min.css";i:420;s:24:"separator/editor-rtl.css";i:421;s:28:"separator/editor-rtl.min.css";i:422;s:20:"separator/editor.css";i:423;s:24:"separator/editor.min.css";i:424;s:23:"separator/style-rtl.css";i:425;s:27:"separator/style-rtl.min.css";i:426;s:19:"separator/style.css";i:427;s:23:"separator/style.min.css";i:428;s:23:"separator/theme-rtl.css";i:429;s:27:"separator/theme-rtl.min.css";i:430;s:19:"separator/theme.css";i:431;s:23:"separator/theme.min.css";i:432;s:24:"shortcode/editor-rtl.css";i:433;s:28:"shortcode/editor-rtl.min.css";i:434;s:20:"shortcode/editor.css";i:435;s:24:"shortcode/editor.min.css";i:436;s:24:"site-logo/editor-rtl.css";i:437;s:28:"site-logo/editor-rtl.min.css";i:438;s:20:"site-logo/editor.css";i:439;s:24:"site-logo/editor.min.css";i:440;s:23:"site-logo/style-rtl.css";i:441;s:27:"site-logo/style-rtl.min.css";i:442;s:19:"site-logo/style.css";i:443;s:23:"site-logo/style.min.css";i:444;s:27:"site-tagline/editor-rtl.css";i:445;s:31:"site-tagline/editor-rtl.min.css";i:446;s:23:"site-tagline/editor.css";i:447;s:27:"site-tagline/editor.min.css";i:448;s:26:"site-tagline/style-rtl.css";i:449;s:30:"site-tagline/style-rtl.min.css";i:450;s:22:"site-tagline/style.css";i:451;s:26:"site-tagline/style.min.css";i:452;s:25:"site-title/editor-rtl.css";i:453;s:29:"site-title/editor-rtl.min.css";i:454;s:21:"site-title/editor.css";i:455;s:25:"site-title/editor.min.css";i:456;s:24:"site-title/style-rtl.css";i:457;s:28:"site-title/style-rtl.min.css";i:458;s:20:"site-title/style.css";i:459;s:24:"site-title/style.min.css";i:460;s:26:"social-link/editor-rtl.css";i:461;s:30:"social-link/editor-rtl.min.css";i:462;s:22:"social-link/editor.css";i:463;s:26:"social-link/editor.min.css";i:464;s:27:"social-links/editor-rtl.css";i:465;s:31:"social-links/editor-rtl.min.css";i:466;s:23:"social-links/editor.css";i:467;s:27:"social-links/editor.min.css";i:468;s:26:"social-links/style-rtl.css";i:469;s:30:"social-links/style-rtl.min.css";i:470;s:22:"social-links/style.css";i:471;s:26:"social-links/style.min.css";i:472;s:21:"spacer/editor-rtl.css";i:473;s:25:"spacer/editor-rtl.min.css";i:474;s:17:"spacer/editor.css";i:475;s:21:"spacer/editor.min.css";i:476;s:20:"spacer/style-rtl.css";i:477;s:24:"spacer/style-rtl.min.css";i:478;s:16:"spacer/style.css";i:479;s:20:"spacer/style.min.css";i:480;s:20:"table/editor-rtl.css";i:481;s:24:"table/editor-rtl.min.css";i:482;s:16:"table/editor.css";i:483;s:20:"table/editor.min.css";i:484;s:19:"table/style-rtl.css";i:485;s:23:"table/style-rtl.min.css";i:486;s:15:"table/style.css";i:487;s:19:"table/style.min.css";i:488;s:19:"table/theme-rtl.css";i:489;s:23:"table/theme-rtl.min.css";i:490;s:15:"table/theme.css";i:491;s:19:"table/theme.min.css";i:492;s:24:"tag-cloud/editor-rtl.css";i:493;s:28:"tag-cloud/editor-rtl.min.css";i:494;s:20:"tag-cloud/editor.css";i:495;s:24:"tag-cloud/editor.min.css";i:496;s:23:"tag-cloud/style-rtl.css";i:497;s:27:"tag-cloud/style-rtl.min.css";i:498;s:19:"tag-cloud/style.css";i:499;s:23:"tag-cloud/style.min.css";i:500;s:28:"template-part/editor-rtl.css";i:501;s:32:"template-part/editor-rtl.min.css";i:502;s:24:"template-part/editor.css";i:503;s:28:"template-part/editor.min.css";i:504;s:27:"template-part/theme-rtl.css";i:505;s:31:"template-part/theme-rtl.min.css";i:506;s:23:"template-part/theme.css";i:507;s:27:"template-part/theme.min.css";i:508;s:30:"term-description/style-rtl.css";i:509;s:34:"term-description/style-rtl.min.css";i:510;s:26:"term-description/style.css";i:511;s:30:"term-description/style.min.css";i:512;s:27:"text-columns/editor-rtl.css";i:513;s:31:"text-columns/editor-rtl.min.css";i:514;s:23:"text-columns/editor.css";i:515;s:27:"text-columns/editor.min.css";i:516;s:26:"text-columns/style-rtl.css";i:517;s:30:"text-columns/style-rtl.min.css";i:518;s:22:"text-columns/style.css";i:519;s:26:"text-columns/style.min.css";i:520;s:19:"verse/style-rtl.css";i:521;s:23:"verse/style-rtl.min.css";i:522;s:15:"verse/style.css";i:523;s:19:"verse/style.min.css";i:524;s:20:"video/editor-rtl.css";i:525;s:24:"video/editor-rtl.min.css";i:526;s:16:"video/editor.css";i:527;s:20:"video/editor.min.css";i:528;s:19:"video/style-rtl.css";i:529;s:23:"video/style-rtl.min.css";i:530;s:15:"video/style.css";i:531;s:19:"video/style.min.css";i:532;s:19:"video/theme-rtl.css";i:533;s:23:"video/theme-rtl.min.css";i:534;s:15:"video/theme.css";i:535;s:19:"video/theme.min.css";}}', 'on'),
(130, '_transient_wp_styles_for_blocks', 'a:2:{s:4:"hash";s:32:"99b7eeaf37ee4e946494c93e68ae8ce0";s:6:"blocks";a:54:{s:11:"core/button";s:0:"";s:14:"core/site-logo";s:0:"";s:18:"core/post-template";s:0:"";s:12:"core/columns";s:0:"";s:14:"core/pullquote";s:272:":root :where(.wp-block-pullquote){border-width: 1px 0;border-style: solid;font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.938), 1.5em);line-height: 1.3;margin-top: var(--wp--preset--spacing--40) !important;margin-bottom: var(--wp--preset--spacing--40) !important;}";s:32:"c48738dcb285a3f6ab83acff204fc486";s:127:":root :where(.wp-block-pullquote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;text-transform: none;}";s:12:"core/heading";s:149:":root :where(.wp-block-heading){color: var(--wp--preset--color--mono-1);font-family: var(--wp--preset--font-family--fontsecondary);font-weight: 400;}";s:14:"core/paragraph";s:82:":root :where(p){font-size: var(--wp--preset--font-size--xsmall);line-height: 1.4;}";s:15:"core/navigation";s:83:":root :where(.wp-block-navigation){font-size: var(--wp--preset--font-size--small);}";s:32:"25289a01850f5a0264ddb79a9a3baf3d";s:92:":root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;}";s:32:"026c04da08398d655a95047f1f235d97";s:98:":root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: none;}";s:32:"d29336949e8ff45ab25278f69ae48aa5";s:98:":root :where(.wp-block-navigation a:where(:not(.wp-element-button)):focus){text-decoration: none;}";s:32:"351cbe3371c430e0059260af4561e940";s:99:":root :where(.wp-block-navigation a:where(:not(.wp-element-button)):active){text-decoration: none;}";s:16:"core/post-author";s:84:":root :where(.wp-block-post-author){font-size: var(--wp--preset--font-size--small);}";s:17:"core/post-content";s:0:"";s:32:"d81df30b68b32ad91c8a25bce2427ff0";s:140:":root :where(.wp-block-post-content a:where(:not(.wp-element-button))){color: var(--wp--preset--color--primary);text-decoration: underline;}";s:17:"core/post-excerpt";s:86:":root :where(.wp-block-post-excerpt){font-size: var(--wp--preset--font-size--medium);}";s:14:"core/post-date";s:99:":root :where(.wp-block-post-date){font-size: var(--wp--preset--font-size--small);font-weight: 400;}";s:32:"ac0d4e00f5ec22d14451759983e5bd43";s:91:":root :where(.wp-block-post-date a:where(:not(.wp-element-button))){text-decoration: none;}";s:32:"0ae6ffd1b886044c2da62d75d05ab13d";s:102:":root :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}";s:15:"core/post-terms";s:83:":root :where(.wp-block-post-terms){font-size: var(--wp--preset--font-size--small);}";s:15:"core/post-title";s:96:":root :where(.wp-block-post-title){font-weight: 400;margin-top: 1.25rem;margin-bottom: 1.25rem;}";s:32:"bb496d3fcd9be3502ce57ff8281e5687";s:92:":root :where(.wp-block-post-title a:where(:not(.wp-element-button))){text-decoration: none;}";s:32:"12380ab98fdc81351bb32a39bbfc9249";s:98:":root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: none;}";s:32:"db7080b413e40eaaccb138491d6550ee";s:98:":root :where(.wp-block-post-title a:where(:not(.wp-element-button)):focus){text-decoration: none;}";s:19:"core/comments-title";s:133:":root :where(.wp-block-comments-title){font-size: var(--wp--preset--font-size--large);margin-bottom: var(--wp--preset--spacing--40);}";s:24:"core/comment-author-name";s:0:"";s:32:"c0002c260f8238c4212f3e4c369fc4f7";s:101:":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button))){text-decoration: none;}";s:32:"1e7c38b45537b325dbbbaec17a301676";s:107:":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):hover){text-decoration: none;}";s:32:"f8e1a3f238d0ab1fccaff3b4fd131f24";s:107:":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):focus){text-decoration: none;}";s:32:"d0552d8fd858236f51abd8249b8438b7";s:151:":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):active){color: var(--wp--preset--color--secondary);text-decoration: none;}";s:17:"core/comment-date";s:85:":root :where(.wp-block-comment-date){font-size: var(--wp--preset--font-size--small);}";s:32:"c83ca7b3e52884c70f7830c54f99b318";s:94:":root :where(.wp-block-comment-date a:where(:not(.wp-element-button))){text-decoration: none;}";s:32:"7a05169cd0e6c7a5390492b955f8fd3d";s:100:":root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):hover){text-decoration: none;}";s:32:"349941f9bf2b82371084c5557167f361";s:100:":root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):focus){text-decoration: none;}";s:32:"a8e8be38e88349efcca0e5621507a56e";s:144:":root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):active){color: var(--wp--preset--color--secondary);text-decoration: none;}";s:22:"core/comment-edit-link";s:90:":root :where(.wp-block-comment-edit-link){font-size: var(--wp--preset--font-size--small);}";s:23:"core/comment-reply-link";s:103:":root :where(.wp-block-comment-reply-link){font-size: var(--wp--preset--font-size--superbfont-xsmall);}";s:24:"core/comments-pagination";s:88:":root :where(.wp-block-comments-pagination){margin-top: var(--wp--preset--spacing--40);}";s:32:"fede273dd696ea58b55b0ff2bcb53c08";s:101:":root :where(.wp-block-comments-pagination a:where(:not(.wp-element-button))){text-decoration: none;}";s:10:"core/query";s:0:"";s:32:"8c83951e484ccedf2bb7797ef5c4135f";s:83:":root :where(.wp-block-query h2){font-size: var(--wp--preset--font-size--x-large);}";s:21:"core/query-pagination";s:106:":root :where(.wp-block-query-pagination){font-size: var(--wp--preset--font-size--small);font-weight: 400;}";s:32:"13846eb06306dcbaa7c8e94667a2c0eb";s:98:":root :where(.wp-block-query-pagination a:where(:not(.wp-element-button))){text-decoration: none;}";s:32:"97117f9959d427c62680a83361e38d34";s:145:":root :where(.wp-block-query-pagination a:where(:not(.wp-element-button)):hover){color: var(--wp--preset--color--primary);text-decoration: none;}";s:32:"e1f9a2fa74a5b81aa26b4f6982c69c42";s:104:":root :where(.wp-block-query-pagination a:where(:not(.wp-element-button)):focus){text-decoration: none;}";s:10:"core/quote";s:197:":root :where(.wp-block-quote){border-left-color: inherit;border-left-width: 1px;border-left-style: solid;padding-right: var(--wp--preset--spacing--30);padding-left: var(--wp--preset--spacing--30);}";s:32:"1de7a22e22013106efc5be82788cb6c0";s:102:":root :where(.wp-block-quote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;}";s:15:"core/site-title";s:121:":root :where(.wp-block-site-title){font-size: var(--wp--preset--font-size--medium);font-weight: normal;line-height: 1.4;}";s:32:"f513d889cf971b13995cc3fffed2f39b";s:92:":root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;}";s:32:"22c37a317cc0ebd50155b5ad78564f37";s:98:":root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: none;}";s:32:"7f820b72d910bcef4934213eb41c9295";s:98:":root :where(.wp-block-site-title a:where(:not(.wp-element-button)):focus){text-decoration: none;}";s:32:"3e354d1ec2923ae3c9aef1b41e1c823d";s:142:":root :where(.wp-block-site-title a:where(:not(.wp-element-button)):active){color: var(--wp--preset--color--secondary);text-decoration: none;}";s:14:"core/separator";s:154:":root :where(.wp-block-separator){}:root :where(.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull)){width: 100px}";}}', 'on'),
(131, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.8.3.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.8.3.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.8.3";s:7:"version";s:5:"6.8.3";s:11:"php_version";s:6:"7.2.24";s:13:"mysql_version";s:5:"5.5.5";s:11:"new_bundled";s:3:"6.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1762844715;s:15:"version_checked";s:5:"6.8.3";s:12:"translations";a:0:{}}', 'off'),
(134, 'loginizer_version', '2.0.3', 'auto');
INSERT INTO `wpyd_options` VALUES
(135, 'loginizer_options', 'a:0:{}', 'auto'),
(136, 'loginizer_last_reset', '1762926623', 'auto'),
(137, 'loginizer_whitelist', 'a:0:{}', 'auto'),
(138, 'loginizer_blacklist', 'a:0:{}', 'auto'),
(139, 'loginizer_2fa_whitelist', 'a:0:{}', 'auto'),
(140, 'loginizer_softwp_upgrade', '1761628818', 'auto'),
(141, 'loginizer_ins_time', '1761628820', 'auto'),
(142, 'siteseo_toggle', 'a:6:{s:13:"toggle-titles";b:1;s:18:"toggle-xml-sitemap";b:1;s:23:"toggle-instant-indexing";b:1;s:15:"toggle-advanced";b:1;s:13:"toggle-social";b:1;s:23:"toggle-google-analytics";b:1;}', 'auto'),
(143, 'siteseo_titles_option_name', 'a:13:{s:10:"titles_sep";s:1:"-";s:22:"titles_home_site_title";s:13:"%%sitetitle%%";s:21:"titles_home_site_desc";s:11:"%%tagline%%";s:20:"titles_single_titles";a:2:{s:4:"post";a:2:{s:5:"title";s:36:"%%post_title%% %%sep%% %%sitetitle%%";s:11:"description";s:17:"%%post_excerpt%% ";}s:4:"page";a:2:{s:5:"title";s:36:"%%post_title%% %%sep%% %%sitetitle%%";s:11:"description";s:17:"%%post_excerpt%% ";}}s:17:"titles_tax_titles";a:3:{s:8:"category";a:2:{s:5:"title";s:41:"%%_category_title%% %%sep%% %%sitetitle%%";s:11:"description";s:25:"%%_category_description%%";}s:8:"post_tag";a:2:{s:5:"title";s:41:"%%_category_title%% %%sep%% %%sitetitle%%";s:11:"description";s:25:"%%_category_description%%";}s:11:"post_format";a:2:{s:5:"title";s:41:"%%_category_title%% %%sep%% %%sitetitle%%";s:11:"description";s:25:"%%_category_description%%";}}s:28:"titles_archives_author_title";s:37:"%%post_author%% %%sep%% %%sitetitle%%";s:30:"titles_archives_author_noindex";b:1;s:26:"titles_archives_date_title";s:38:"%%archive_date%% %%sep%% %%sitetitle%%";s:28:"titles_archives_date_noindex";b:1;s:36:"titles_archives_search_title_noindex";b:1;s:27:"titles_nositelinkssearchbox";b:1;s:28:"titles_archives_search_title";s:41:"%%search_keywords%% %%sep%% %%sitetitle%%";s:25:"titles_archives_404_title";s:42:"404 - Page not found %%sep%% %%sitetitle%%";}', 'auto'),
(144, 'siteseo_social_option_name', 'a:2:{s:19:"social_twitter_card";b:1;s:18:"social_facebook_og";b:1;}', 'auto'),
(145, 'siteseo_xml_sitemap_option_name', 'a:4:{s:26:"xml_sitemap_general_enable";b:1;s:27:"xml_sitemap_post_types_list";a:2:{s:4:"post";a:1:{s:7:"include";b:1;}s:4:"page";a:1:{s:7:"include";b:1;}}s:27:"xml_sitemap_taxonomies_list";a:1:{s:8:"category";a:1:{s:7:"include";b:1;}}s:22:"xml_sitemap_img_enable";b:1;}', 'auto'),
(146, 'siteseo_advanced_option_name', 'a:2:{s:20:"advanced_attachments";b:1;s:28:"appearance_universal_metabox";b:1;}', 'auto'),
(147, 'siteseo_version', '1.3.1', 'auto'),
(148, 'gosmtp_version', '1.1.5', 'auto'),
(149, 'backuply_version', '1.5.0', 'auto'),
(150, 'backuply_config_keys', 'a:1:{s:12:"BACKUPLY_KEY";s:64:"7e1646a43e35241d5a9b6972e8cd42e56b592b5179be7f174995fbe1053a9b13";}', 'auto'),
(151, 'pagelayer_version', '2.0.5', 'auto'),
(152, 'pagelayer_options', 'a:0:{}', 'auto'),
(153, 'speedycache_options', 'a:3:{s:3:"lbc";b:1;s:10:"minify_css";b:1;s:4:"gzip";b:1;}', 'auto'),
(154, 'speedycache_version', '1.3.6', 'auto'),
(155, 'cookieadmin_version', '1.1.3', 'auto'),
(162, 'pagelayer_promo_time', '1761715584', 'auto'),
(163, 'loginizer_promo_time', '1761629184', 'auto'),
(164, 'loginizer_backuply_promo_time', '1761629184', 'auto'),
(165, 'loginizer_csrf_promo_time', '1761629184', 'auto'),
(166, 'backuply_hide_trial', '1761629184', 'off'),
(167, 'backuply_backup_nag', '1761110784', 'off'),
(168, 'backuply_license_notice', '1761629184', 'auto'),
(169, 'backuply_hide_holiday', '1762738157', 'off'),
(170, 'backuply_promo_time', '1761629184', 'off'),
(171, 'backuply_offer_time', '1761629184', 'off'),
(183, 'can_compress_scripts', '1', 'on'),
(197, 'finished_updating_comment_type', '1', 'auto'),
(198, 'current_theme', 'Charity and Nonprofit', 'auto'),
(199, 'theme_mods_charity-and-nonprofit', 'a:4:{i:0;b:0;s:19:"wp_classic_sidebars";a:0:{}s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;}', 'on'),
(200, 'theme_switched', '', 'auto'),
(206, 'superbaddons_pre_activation', '1761629272', 'off'),
(210, 'superbaddonslibrary_service_version', 'a:2:{s:11:"last_update";i:1762314080;s:4:"data";a:3:{s:6:"online";b:1;s:9:"elementor";i:1;s:9:"gutenberg";i:16;}}', 'off'),
(211, 'superbaddonslibrary_keydomain', 'a:8:{s:9:"spbdomain";i:0;s:6:"spbkey";b:0;s:10:"spbkeytype";s:4:"free";s:13:"spbkeyexpired";b:0;s:12:"spbkeyactive";b:0;s:11:"spbkeystamp";b:0;s:14:"spbkeyverified";b:0;s:14:"spbkeyexceeded";b:0;}', 'auto'),
(212, 'superbaddonslibrary_gutenberg_pattern_cache', 'a:2:{s:11:"last_update";i:1762314081;s:4:"data";O:8:"stdClass":9:{s:6:"styles";a:0:{}s:10:"categories";a:15:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}i:1;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}i:2;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}i:3;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}i:4;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}i:5;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}i:6;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}i:7;O:8:"stdClass":2:{s:2:"id";s:15:"7xfc5tuwwh7295r";s:5:"title";s:4:"Team";}i:8;O:8:"stdClass":2:{s:2:"id";s:15:"jpzmpvzq7lg0dxx";s:5:"title";s:5:"Stats";}i:9;O:8:"stdClass":2:{s:2:"id";s:15:"3oo15jnr2lmgttj";s:5:"title";s:4:"Link";}i:10;O:8:"stdClass":2:{s:2:"id";s:15:"rfkoxx7g1rwx1sz";s:5:"title";s:6:"Social";}i:11;O:8:"stdClass":2:{s:2:"id";s:15:"3oswlxpu3lbq1g4";s:5:"title";s:5:"Posts";}i:12;O:8:"stdClass":2:{s:2:"id";s:15:"acdwdwppljc8t08";s:5:"title";s:3:"FAQ";}i:13;O:8:"stdClass":2:{s:2:"id";s:15:"0lsr16aihp96ado";s:5:"title";s:6:"Footer";}i:14;O:8:"stdClass":2:{s:2:"id";s:15:"m0476cleg2gi77y";s:5:"title";s:11:"Four-o-Four";}}s:10:"totalItems";i:109;s:5:"items";a:109:{i:0;O:8:"stdClass":9:{s:2:"id";s:15:"po4ow4gfxoxpksn";s:5:"title";s:16:"Call to Action 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/po4ow4gfxoxpksn/preview_JN5EOsLME6.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/po4ow4gfxoxpksn/thumbnail_Sh08gyC2Tk.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:1;O:8:"stdClass":9:{s:2:"id";s:15:"d2rx2rasr2jssug";s:5:"title";s:16:"Call to Action 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/d2rx2rasr2jssug/preview_umW71XJPmZ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/d2rx2rasr2jssug/thumbnail_0zv74cZJLm.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:2;O:8:"stdClass":9:{s:2:"id";s:15:"avs0782gtyyysp7";s:5:"title";s:16:"Call to Action 3";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/avs0782gtyyysp7/preview_PPUi68Xnm3.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/avs0782gtyyysp7/thumbnail_MX25Aws4FD.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:3;O:8:"stdClass":9:{s:2:"id";s:15:"nnwyx0i0c6zsu38";s:5:"title";s:16:"Call to Action 4";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/nnwyx0i0c6zsu38/preview_tmJzjA05GR.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/nnwyx0i0c6zsu38/thumbnail_FUx0qKqlHv.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:4;O:8:"stdClass":9:{s:2:"id";s:15:"qbv4ymcwqog3czl";s:5:"title";s:16:"Call to Action 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qbv4ymcwqog3czl/preview_VjEbXRLWg8.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qbv4ymcwqog3czl/thumbnail_sRhNltZTcT.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:5;O:8:"stdClass":9:{s:2:"id";s:15:"cxrs4qn7c3de3wr";s:5:"title";s:16:"Call to Action 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cxrs4qn7c3de3wr/preview_FAvpJNz9pO.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cxrs4qn7c3de3wr/thumbnail_3cRGshGtIn.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:6;O:8:"stdClass":9:{s:2:"id";s:15:"i3fqt66rwdf83jw";s:5:"title";s:16:"Call to Action 7";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/i3fqt66rwdf83jw/preview_VPni08Tm8G.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/i3fqt66rwdf83jw/thumbnail_QRY2zRAL8B.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:7;O:8:"stdClass":9:{s:2:"id";s:15:"fe5fpfx7bab087o";s:5:"title";s:16:"Call to Action 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/fe5fpfx7bab087o/preview_lBwwvHTAwf.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/fe5fpfx7bab087o/thumbnail_bSgx8RlutE.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:8;O:8:"stdClass":9:{s:2:"id";s:15:"9lsxfeybg6xolm6";s:5:"title";s:16:"Call to Action 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/9lsxfeybg6xolm6/preview_WltAukp3RM.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/9lsxfeybg6xolm6/thumbnail_7KFH4fWqtC.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:9;O:8:"stdClass":9:{s:2:"id";s:15:"xxa552zaizdbhml";s:5:"title";s:17:"Call to Action 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/xxa552zaizdbhml/preview_GJnId1QD9v.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/xxa552zaizdbhml/thumbnail_EWO7sYEa4U.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:10;O:8:"stdClass":9:{s:2:"id";s:15:"qlifvb837zkn1qz";s:5:"title";s:17:"Call to Action 11";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qlifvb837zkn1qz/preview_uvnNiBomLY.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qlifvb837zkn1qz/thumbnail_1RdsYpuuyH.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"53s5k4xpfwy3n7i";s:5:"title";s:14:"Call to Action";}}}i:11;O:8:"stdClass":9:{s:2:"id";s:15:"fh4cjpjcv3njt5o";s:5:"title";s:9:"Contact 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/fh4cjpjcv3njt5o/preview_K2xIMyzexF.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/fh4cjpjcv3njt5o/thumbnail_zAfZxFl7jx.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:12;O:8:"stdClass":9:{s:2:"id";s:15:"kdaei4rclykdglv";s:5:"title";s:9:"Contact 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/kdaei4rclykdglv/preview_WSiQ2AUMJO.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/kdaei4rclykdglv/thumbnail_rwMv8bnX9O.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:13;O:8:"stdClass":9:{s:2:"id";s:15:"k4nv272s2ggh8ek";s:5:"title";s:9:"Contact 3";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/k4nv272s2ggh8ek/preview_vGw6oCjqFn.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/k4nv272s2ggh8ek/thumbnail_9HAf5yDded.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:14;O:8:"stdClass":9:{s:2:"id";s:15:"5vl5jdbcf2j7sm1";s:5:"title";s:9:"Contact 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/5vl5jdbcf2j7sm1/preview_SHkmRISN4E.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/5vl5jdbcf2j7sm1/thumbnail_3PEJguK05y.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:15;O:8:"stdClass":9:{s:2:"id";s:15:"cqfhftrk0nrh9t2";s:5:"title";s:9:"Contact 5";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cqfhftrk0nrh9t2/preview_OHZH2x20n0.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cqfhftrk0nrh9t2/thumbnail_TU1zSLI0Yl.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:16;O:8:"stdClass":9:{s:2:"id";s:15:"ptiuncqsdchekn6";s:5:"title";s:9:"Contact 6";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ptiuncqsdchekn6/preview_gX1Jx528Uc.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ptiuncqsdchekn6/thumbnail_FnbP6fseRJ.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:17;O:8:"stdClass":9:{s:2:"id";s:15:"6a33d24u9qf1w94";s:5:"title";s:9:"Contact 7";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/6a33d24u9qf1w94/preview_SB4N3p4v9Z.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/6a33d24u9qf1w94/thumbnail_d5vCi2pCxQ.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:18;O:8:"stdClass":9:{s:2:"id";s:15:"62q2xqozk4bf41i";s:5:"title";s:9:"Contact 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/62q2xqozk4bf41i/preview_3NY2qDyHx6.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/62q2xqozk4bf41i/thumbnail_SfIO48sn0w.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:19;O:8:"stdClass":9:{s:2:"id";s:15:"qdambdcb5fus9mq";s:5:"title";s:9:"Contact 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qdambdcb5fus9mq/preview_Bxzx1ROFOK.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qdambdcb5fus9mq/thumbnail_uhetwJJdns.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:20;O:8:"stdClass":9:{s:2:"id";s:15:"u7jgm8daalpq86o";s:5:"title";s:10:"Contact 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/u7jgm8daalpq86o/preview_p213YhDG2T.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/u7jgm8daalpq86o/thumbnail_2VgOgMYF1P.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:21;O:8:"stdClass":9:{s:2:"id";s:15:"x2z6wumuzo7tygp";s:5:"title";s:10:"Contact 11";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/x2z6wumuzo7tygp/preview_VYNrgptaoh.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/x2z6wumuzo7tygp/thumbnail_StBa2YuR7d.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:22;O:8:"stdClass":9:{s:2:"id";s:15:"8ejqq3uvim5rdi6";s:5:"title";s:10:"Contact 12";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/8ejqq3uvim5rdi6/preview_enV7y7GeHj.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/8ejqq3uvim5rdi6/thumbnail_8N3MeEQKhF.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:23;O:8:"stdClass":9:{s:2:"id";s:15:"mig4dtp4glkhh05";s:5:"title";s:10:"Contact 13";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/mig4dtp4glkhh05/preview_eMjfqgUvQS.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/mig4dtp4glkhh05/thumbnail_zKj04pOAv9.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"08ynbma80d8ynav";s:5:"title";s:7:"Contact";}}}i:24;O:8:"stdClass":9:{s:2:"id";s:15:"gb2o92jrj1kgv95";s:5:"title";s:9:"Content 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gb2o92jrj1kgv95/preview_2kM62HK9E9.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gb2o92jrj1kgv95/thumbnail_gLYf9NzKOS.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:25;O:8:"stdClass":9:{s:2:"id";s:15:"gpc34qvbajuco6l";s:5:"title";s:9:"Content 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gpc34qvbajuco6l/preview_wNVF9buIDJ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gpc34qvbajuco6l/thumbnail_4eL9tTUYbI.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:26;O:8:"stdClass":9:{s:2:"id";s:15:"cy4981ur7adke13";s:5:"title";s:9:"Content 3";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cy4981ur7adke13/preview_kxf75ZGfHu.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cy4981ur7adke13/thumbnail_sn2wzAsalO.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:27;O:8:"stdClass":9:{s:2:"id";s:15:"cgk1vi9ovfxskzh";s:5:"title";s:9:"Content 4";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cgk1vi9ovfxskzh/preview_qW4NASXFCq.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cgk1vi9ovfxskzh/thumbnail_x1Als1ioHF.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:28;O:8:"stdClass":9:{s:2:"id";s:15:"bi4jg09thi944ly";s:5:"title";s:9:"Content 5";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/bi4jg09thi944ly/preview_Jr0tLCcAA0.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/bi4jg09thi944ly/thumbnail_U48fwrqyTQ.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:29;O:8:"stdClass":9:{s:2:"id";s:15:"cjzh9nguw7ia08w";s:5:"title";s:9:"Content 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cjzh9nguw7ia08w/preview_vWf2p0aktR.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/cjzh9nguw7ia08w/thumbnail_oYuVNhQPDM.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:30;O:8:"stdClass":9:{s:2:"id";s:15:"53ni62m8tdoca46";s:5:"title";s:9:"Content 7";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/53ni62m8tdoca46/preview_XT52FHssis.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/53ni62m8tdoca46/thumbnail_3dplTdMs9B.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:31;O:8:"stdClass":9:{s:2:"id";s:15:"qn5pabw6a7umof0";s:5:"title";s:9:"Content 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qn5pabw6a7umof0/preview_Up23dXRhou.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qn5pabw6a7umof0/thumbnail_GIsVBI9Cez.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:32;O:8:"stdClass":9:{s:2:"id";s:15:"aqnhzuot2z4fedd";s:5:"title";s:9:"Content 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/aqnhzuot2z4fedd/preview_Kz47xDrptd.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/aqnhzuot2z4fedd/thumbnail_ucmX2hLEg4.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:33;O:8:"stdClass":9:{s:2:"id";s:15:"tqkatqw2wya9184";s:5:"title";s:10:"Content 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/tqkatqw2wya9184/preview_Q0G8R9HV8M.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/tqkatqw2wya9184/thumbnail_KeARFhMNXp.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:34;O:8:"stdClass":9:{s:2:"id";s:15:"5p4cwvxqt0kgbwe";s:5:"title";s:10:"Content 11";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/5p4cwvxqt0kgbwe/preview_ToTtvoQ3aN.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/5p4cwvxqt0kgbwe/thumbnail_8goPQqPmM8.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:35;O:8:"stdClass":9:{s:2:"id";s:15:"uob4q8sz5q1yh3o";s:5:"title";s:10:"Content 12";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/uob4q8sz5q1yh3o/preview_96fNIdI0Jo.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/uob4q8sz5q1yh3o/thumbnail_3Mg7zRAxgH.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:36;O:8:"stdClass":9:{s:2:"id";s:15:"zmn0uoyyj7k94to";s:5:"title";s:10:"Content 13";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/zmn0uoyyj7k94to/preview_9jKNYiWpa3.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/zmn0uoyyj7k94to/thumbnail_4HnWhNwB5M.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:37;O:8:"stdClass":9:{s:2:"id";s:15:"dvh3eun4sjid24r";s:5:"title";s:10:"Content 14";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/dvh3eun4sjid24r/preview_glY1T5Eu56.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/dvh3eun4sjid24r/thumbnail_yuIBoP3ISl.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:38;O:8:"stdClass":9:{s:2:"id";s:15:"967o21j1agb3f3h";s:5:"title";s:10:"Content 15";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/967o21j1agb3f3h/preview_bec48zmbjm.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/967o21j1agb3f3h/thumbnail_w1tteuqr40.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:39;O:8:"stdClass":9:{s:2:"id";s:15:"30ci8uq93f1o363";s:5:"title";s:10:"Content 16";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/30ci8uq93f1o363/preview_bqzq0wi3f0.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/30ci8uq93f1o363/thumbnail_4d8ctfiy12.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2i1jpk5fl5guzrb";s:5:"title";s:7:"Content";}}}i:40;O:8:"stdClass":9:{s:2:"id";s:15:"eo0ofznhwkwocny";s:5:"title";s:5:"FAQ 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:101;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/eo0ofznhwkwocny/preview_WtUOhptCeF.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/eo0ofznhwkwocny/thumbnail_lNY4Oz9PRF.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"acdwdwppljc8t08";s:5:"title";s:3:"FAQ";}}}i:41;O:8:"stdClass":9:{s:2:"id";s:15:"1s3msp7uxccmc6a";s:5:"title";s:9:"Feature 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/1s3msp7uxccmc6a/preview_snSM0js3Op.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/1s3msp7uxccmc6a/thumbnail_w8jw3pNi2a.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:42;O:8:"stdClass":9:{s:2:"id";s:15:"70235hmj3mueomn";s:5:"title";s:9:"Feature 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/70235hmj3mueomn/preview_hSRPlHhoeX.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/70235hmj3mueomn/thumbnail_f5J5bgq0x2.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:43;O:8:"stdClass":9:{s:2:"id";s:15:"vrhs2ccbxks3o09";s:5:"title";s:9:"Feature 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/vrhs2ccbxks3o09/preview_GO5NJp8ynt.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/vrhs2ccbxks3o09/thumbnail_u8cmkUE8f2.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:44;O:8:"stdClass":9:{s:2:"id";s:15:"nilynmumbeiqauf";s:5:"title";s:9:"Feature 4";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/nilynmumbeiqauf/preview_jNkyBkYb8m.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/nilynmumbeiqauf/thumbnail_BP2ZGK8krr.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:45;O:8:"stdClass":9:{s:2:"id";s:15:"clui2ozq8yq2k32";s:5:"title";s:9:"Feature 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/clui2ozq8yq2k32/preview_Z25OQyOhd6.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/clui2ozq8yq2k32/thumbnail_YUmcscv4Rd.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:46;O:8:"stdClass":9:{s:2:"id";s:15:"1ou4p4z77fz9dyy";s:5:"title";s:9:"Feature 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/1ou4p4z77fz9dyy/preview_MFIyZt3wLX.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/1ou4p4z77fz9dyy/thumbnail_gIGlDkaUvG.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:47;O:8:"stdClass":9:{s:2:"id";s:15:"lfjdwa9s0bgfbv0";s:5:"title";s:9:"Feature 7";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/lfjdwa9s0bgfbv0/preview_k7377QBHmt.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/lfjdwa9s0bgfbv0/thumbnail_kcmCL0i546.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:48;O:8:"stdClass":9:{s:2:"id";s:15:"5msdogw0o1suhzh";s:5:"title";s:9:"Feature 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/5msdogw0o1suhzh/preview_KpQcyY3Vfg.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/5msdogw0o1suhzh/thumbnail_ApZHYqwn2e.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:49;O:8:"stdClass":9:{s:2:"id";s:15:"ua8pv6nybcxwyk5";s:5:"title";s:9:"Feature 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ua8pv6nybcxwyk5/preview_YRTLyStXOv.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ua8pv6nybcxwyk5/thumbnail_3cP0cKynMH.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:50;O:8:"stdClass":9:{s:2:"id";s:15:"3gz6mua7252f832";s:5:"title";s:10:"Feature 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/3gz6mua7252f832/preview_jnr279wlsn.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/3gz6mua7252f832/thumbnail_g9dfkc5y6q.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"42w8onwzxhu8st1";s:5:"title";s:7:"Feature";}}}i:51;O:8:"stdClass":9:{s:2:"id";s:15:"t05yjto9qdi5jyb";s:5:"title";s:8:"Footer 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/t05yjto9qdi5jyb/preview_qzQrQ9Ldkk.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/t05yjto9qdi5jyb/thumbnail_CF6lbmYgZ2.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"0lsr16aihp96ado";s:5:"title";s:6:"Footer";}}}i:52;O:8:"stdClass":9:{s:2:"id";s:15:"0bc8l69r61emc86";s:5:"title";s:8:"Footer 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/0bc8l69r61emc86/preview_TJdEmmImvn.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/0bc8l69r61emc86/thumbnail_UyPNeoxOz6.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"0lsr16aihp96ado";s:5:"title";s:6:"Footer";}}}i:53;O:8:"stdClass":9:{s:2:"id";s:15:"x9nwo8u29wlt7cf";s:5:"title";s:8:"Footer 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/x9nwo8u29wlt7cf/preview_wNf20lrnGH.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/x9nwo8u29wlt7cf/thumbnail_Ue7gUnSLfB.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"0lsr16aihp96ado";s:5:"title";s:6:"Footer";}}}i:54;O:8:"stdClass":9:{s:2:"id";s:15:"kdkd5v0eal99jc1";s:5:"title";s:8:"Footer 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/kdkd5v0eal99jc1/preview_tsgqHDqNSn.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/kdkd5v0eal99jc1/thumbnail_7dSN1XTrEi.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"0lsr16aihp96ado";s:5:"title";s:6:"Footer";}}}i:55;O:8:"stdClass":9:{s:2:"id";s:15:"y0t6dqicn60rfex";s:5:"title";s:13:"Four-o-Four 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/y0t6dqicn60rfex/preview_flzYNf7YhF.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/y0t6dqicn60rfex/thumbnail_4KA0s3ebg7.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"m0476cleg2gi77y";s:5:"title";s:11:"Four-o-Four";}}}i:56;O:8:"stdClass":9:{s:2:"id";s:15:"2v43403axod12x8";s:5:"title";s:8:"Header 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/2v43403axod12x8/preview_EVRKrKGtnA.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/2v43403axod12x8/thumbnail_xt4sHjXyyH.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:57;O:8:"stdClass":9:{s:2:"id";s:15:"g5potewvx8lqm1g";s:5:"title";s:8:"Header 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/g5potewvx8lqm1g/preview_GEH6UPtEFi.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/g5potewvx8lqm1g/thumbnail_3X5Dpfy3ik.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:58;O:8:"stdClass":9:{s:2:"id";s:15:"qc1ihzfo9zh42js";s:5:"title";s:8:"Header 3";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qc1ihzfo9zh42js/preview_i9HRDTnVMX.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/qc1ihzfo9zh42js/thumbnail_pJ8qjHk5zj.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:59;O:8:"stdClass":9:{s:2:"id";s:15:"kc18db9ri37em2g";s:5:"title";s:8:"Header 4";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/kc18db9ri37em2g/preview_vZLIdDbBS2.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/kc18db9ri37em2g/thumbnail_1IuLMEuaHx.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:60;O:8:"stdClass":9:{s:2:"id";s:15:"z4lwkl027x06e2l";s:5:"title";s:8:"Header 5";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/z4lwkl027x06e2l/preview_Ca5fV0YZlg.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/z4lwkl027x06e2l/thumbnail_uSSCyukDBM.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:61;O:8:"stdClass":9:{s:2:"id";s:15:"9um5qbd558e6csx";s:5:"title";s:8:"Header 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/9um5qbd558e6csx/preview_Z9Lajpoyi8.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/9um5qbd558e6csx/thumbnail_fBK4TCY3Nc.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:62;O:8:"stdClass":9:{s:2:"id";s:15:"go1zxcl52hd9nsc";s:5:"title";s:8:"Header 7";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/go1zxcl52hd9nsc/preview_uarjv5HSir.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/go1zxcl52hd9nsc/thumbnail_IhY3zwtwWD.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:63;O:8:"stdClass":9:{s:2:"id";s:15:"jzl2wgbqw7f2t32";s:5:"title";s:8:"Header 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jzl2wgbqw7f2t32/preview_0maO5RKhNn.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jzl2wgbqw7f2t32/thumbnail_obx86o1l6X.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:64;O:8:"stdClass":9:{s:2:"id";s:15:"6je87xxgyu7n2ou";s:5:"title";s:8:"Header 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/6je87xxgyu7n2ou/preview_Ksq9nQzJrM.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/6je87xxgyu7n2ou/thumbnail_4rm8XBygcl.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:65;O:8:"stdClass":9:{s:2:"id";s:15:"ngo7wt4553565gb";s:5:"title";s:9:"Header 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ngo7wt4553565gb/preview_Jl2zcBMFL3.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ngo7wt4553565gb/thumbnail_Uuo0zlLOy6.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:66;O:8:"stdClass":9:{s:2:"id";s:15:"36qj328dcpr5npt";s:5:"title";s:9:"Header 11";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/36qj328dcpr5npt/preview_UVRXUjoAHc.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/36qj328dcpr5npt/thumbnail_f8S6rtTPzV.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:67;O:8:"stdClass":9:{s:2:"id";s:15:"rxyr8s2hy967670";s:5:"title";s:9:"Header 12";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/rxyr8s2hy967670/preview_7C1ofe8a8l.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/rxyr8s2hy967670/thumbnail_ajyB6VXNcB.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:68;O:8:"stdClass":9:{s:2:"id";s:15:"p8742o6ctebijli";s:5:"title";s:9:"Header 13";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/p8742o6ctebijli/preview_99oaUJUsa6.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/p8742o6ctebijli/thumbnail_4niZ0XRwYH.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:69;O:8:"stdClass":9:{s:2:"id";s:15:"384mtuh7ie6j2d1";s:5:"title";s:9:"Header 14";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/384mtuh7ie6j2d1/preview_L7YVYM9aEV.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/384mtuh7ie6j2d1/thumbnail_4S4OJMUGRZ.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:70;O:8:"stdClass":9:{s:2:"id";s:15:"7f8irhhqmd4adjv";s:5:"title";s:9:"Header 15";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/7f8irhhqmd4adjv/preview_niasIzjMeI.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/7f8irhhqmd4adjv/thumbnail_KVM49wyuY7.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:71;O:8:"stdClass":9:{s:2:"id";s:15:"0m3w0siwzfmm3qx";s:5:"title";s:9:"Header 16";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/0m3w0siwzfmm3qx/preview_nYpFrgdAEm.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/0m3w0siwzfmm3qx/thumbnail_0phiawpZpQ.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:72;O:8:"stdClass":9:{s:2:"id";s:15:"8e21ot6qws5j2jw";s:5:"title";s:9:"Header 17";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/8e21ot6qws5j2jw/preview_D99NaPB9tQ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/8e21ot6qws5j2jw/thumbnail_sjxcjLh1ri.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:73;O:8:"stdClass":9:{s:2:"id";s:15:"4xktlxga1b2rq6p";s:5:"title";s:9:"Header 18";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/4xktlxga1b2rq6p/preview_VfA9htXFk7.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/4xktlxga1b2rq6p/thumbnail_qBu9YEBg9H.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:74;O:8:"stdClass":9:{s:2:"id";s:15:"q0qn419g6106ps3";s:5:"title";s:9:"Header 19";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/q0qn419g6106ps3/preview_0yapvl8v00.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/q0qn419g6106ps3/thumbnail_4i2x7tpx3b.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:75;O:8:"stdClass":9:{s:2:"id";s:15:"504239oq158n0l1";s:5:"title";s:9:"Header 20";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/504239oq158n0l1/preview_7k13uqenfo.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/504239oq158n0l1/thumbnail_rbsjlp2hgx.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"dxbrhg12w2edwth";s:5:"title";s:6:"Header";}}}i:76;O:8:"stdClass":9:{s:2:"id";s:15:"n4zdrdsmm8hrx1j";s:5:"title";s:6:"Link 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/n4zdrdsmm8hrx1j/preview_KPv5WnaJTf.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/n4zdrdsmm8hrx1j/thumbnail_2DyE6qiBJR.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oo15jnr2lmgttj";s:5:"title";s:4:"Link";}}}i:77;O:8:"stdClass":9:{s:2:"id";s:15:"wg4g99fthkt9lpe";s:5:"title";s:6:"Link 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/wg4g99fthkt9lpe/preview_ol2VHCkqqM.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/wg4g99fthkt9lpe/thumbnail_7wXoXVlE3e.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oo15jnr2lmgttj";s:5:"title";s:4:"Link";}}}i:78;O:8:"stdClass":9:{s:2:"id";s:15:"4cv37r2akr9womu";s:5:"title";s:6:"Link 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/4cv37r2akr9womu/preview_krypVDVoNW.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/4cv37r2akr9womu/thumbnail_Q8OAHy6eHe.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oo15jnr2lmgttj";s:5:"title";s:4:"Link";}}}i:79;O:8:"stdClass":9:{s:2:"id";s:15:"oiafpdr342cvie3";s:5:"title";s:12:"Navigation 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/oiafpdr342cvie3/preview_65EDPdfEN9.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/oiafpdr342cvie3/thumbnail_MQmdzehRk9.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:80;O:8:"stdClass":9:{s:2:"id";s:15:"jsw67tbzs6g63l8";s:5:"title";s:12:"Navigation 2";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jsw67tbzs6g63l8/preview_XYi5eYil0S.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jsw67tbzs6g63l8/thumbnail_boAgfT2yJO.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:81;O:8:"stdClass":9:{s:2:"id";s:15:"pezab8v0rrvy4f5";s:5:"title";s:12:"Navigation 3";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/pezab8v0rrvy4f5/preview_enmuxHokIB.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/pezab8v0rrvy4f5/thumbnail_wOrx0Cvyzk.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:82;O:8:"stdClass":9:{s:2:"id";s:15:"zhvztph7v7o7qj6";s:5:"title";s:12:"Navigation 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/zhvztph7v7o7qj6/preview_OybHX5AizR.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/zhvztph7v7o7qj6/thumbnail_bAAJYXDG1n.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:83;O:8:"stdClass":9:{s:2:"id";s:15:"agi9mitidb5v53i";s:5:"title";s:24:"Navigation WooCommerce 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:100;s:16:"required_plugins";a:1:{i:0;s:27:"woocommerce/woocommerce.php";}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/agi9mitidb5v53i/preview_McOojhaMfp.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/agi9mitidb5v53i/thumbnail_hPcbyiinxM.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:84;O:8:"stdClass":9:{s:2:"id";s:15:"7mvudwu6wn7kda9";s:5:"title";s:24:"Navigation WooCommerce 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:100;s:16:"required_plugins";a:1:{i:0;s:27:"woocommerce/woocommerce.php";}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/7mvudwu6wn7kda9/preview_MJJNUmWJDq.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/7mvudwu6wn7kda9/thumbnail_Ggv9Dd1DvM.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:85;O:8:"stdClass":9:{s:2:"id";s:15:"beobcq3b13h5ig4";s:5:"title";s:24:"Navigation WooCommerce 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:100;s:16:"required_plugins";a:1:{i:0;s:27:"woocommerce/woocommerce.php";}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/beobcq3b13h5ig4/preview_gPk6uzZJ8J.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/beobcq3b13h5ig4/thumbnail_XOrucY87nG.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:86;O:8:"stdClass":9:{s:2:"id";s:15:"1z187ajrtu7p6ne";s:5:"title";s:24:"Navigation WooCommerce 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:100;s:16:"required_plugins";a:1:{i:0;s:27:"woocommerce/woocommerce.php";}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/1z187ajrtu7p6ne/preview_eBBtPZlc6c.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/1z187ajrtu7p6ne/thumbnail_s2jstr1cge.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:87;O:8:"stdClass":9:{s:2:"id";s:15:"oqwk6rj1i7a5r58";s:5:"title";s:24:"Navigation WooCommerce 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:100;s:16:"required_plugins";a:1:{i:0;s:27:"woocommerce/woocommerce.php";}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/oqwk6rj1i7a5r58/preview_e14nxpi49l.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/oqwk6rj1i7a5r58/thumbnail_ZyyT3P00DL.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"5jwnf0qnzth4y3p";s:5:"title";s:10:"Navigation";}}}i:88;O:8:"stdClass":9:{s:2:"id";s:15:"4x542utxmuy9kt8";s:5:"title";s:7:"Posts 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/4x542utxmuy9kt8/preview_UqUjYPW45N.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/4x542utxmuy9kt8/thumbnail_Nzau3vJqMc.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oswlxpu3lbq1g4";s:5:"title";s:5:"Posts";}}}i:89;O:8:"stdClass":9:{s:2:"id";s:15:"iujaqwnkm484tbx";s:5:"title";s:7:"Posts 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/iujaqwnkm484tbx/preview_RoixWRLC3r.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/iujaqwnkm484tbx/thumbnail_fTUmVzzKpI.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oswlxpu3lbq1g4";s:5:"title";s:5:"Posts";}}}i:90;O:8:"stdClass":9:{s:2:"id";s:15:"wshmpwlrw5fd625";s:5:"title";s:7:"Posts 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/wshmpwlrw5fd625/preview_Ut1HLSZ5pE.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/wshmpwlrw5fd625/thumbnail_ZasagRD2B7.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oswlxpu3lbq1g4";s:5:"title";s:5:"Posts";}}}i:91;O:8:"stdClass":9:{s:2:"id";s:15:"dulh8d1plc9i5u3";s:5:"title";s:7:"Posts 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/dulh8d1plc9i5u3/preview_ERZ8IpyQhJ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/dulh8d1plc9i5u3/thumbnail_8oTejHBB0m.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oswlxpu3lbq1g4";s:5:"title";s:5:"Posts";}}}i:92;O:8:"stdClass":9:{s:2:"id";s:15:"t3l9fmeynpifee2";s:5:"title";s:7:"Posts 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/t3l9fmeynpifee2/preview_xHCpABZIGs.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/t3l9fmeynpifee2/thumbnail_voIg64cJ5s.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oswlxpu3lbq1g4";s:5:"title";s:5:"Posts";}}}i:93;O:8:"stdClass":9:{s:2:"id";s:15:"rcb877lmd23napb";s:5:"title";s:7:"Posts 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/rcb877lmd23napb/preview_m49kCokZlM.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/rcb877lmd23napb/thumbnail_s1FvOdcDqq.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"3oswlxpu3lbq1g4";s:5:"title";s:5:"Posts";}}}i:94;O:8:"stdClass":9:{s:2:"id";s:15:"2ce8fxxmvux1b9x";s:5:"title";s:8:"Social 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/2ce8fxxmvux1b9x/preview_jpBIJMRbID.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/2ce8fxxmvux1b9x/thumbnail_jfsxlyGsqg.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"rfkoxx7g1rwx1sz";s:5:"title";s:6:"Social";}}}i:95;O:8:"stdClass":9:{s:2:"id";s:15:"ruzeo3ea710mger";s:5:"title";s:7:"Stats 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ruzeo3ea710mger/preview_umLbhZXCLw.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/ruzeo3ea710mger/thumbnail_pGGnQ0vSP6.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jpzmpvzq7lg0dxx";s:5:"title";s:5:"Stats";}}}i:96;O:8:"stdClass":9:{s:2:"id";s:15:"8nza1jdrc1moaby";s:5:"title";s:7:"Stats 2";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/8nza1jdrc1moaby/preview_L1QWow5Qa3.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/8nza1jdrc1moaby/thumbnail_VuOXZNSAaC.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jpzmpvzq7lg0dxx";s:5:"title";s:5:"Stats";}}}i:97;O:8:"stdClass":9:{s:2:"id";s:15:"mgchasa5ndjgog0";s:5:"title";s:6:"Team 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/mgchasa5ndjgog0/preview_xPJmyVWHTq.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/mgchasa5ndjgog0/thumbnail_l1FXPvI3fj.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"7xfc5tuwwh7295r";s:5:"title";s:4:"Team";}}}i:98;O:8:"stdClass":9:{s:2:"id";s:15:"t14gwqyn40fuw06";s:5:"title";s:6:"Team 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/t14gwqyn40fuw06/preview_P7pnpR1tOq.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/t14gwqyn40fuw06/thumbnail_GerjqZsfDE.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"7xfc5tuwwh7295r";s:5:"title";s:4:"Team";}}}i:99;O:8:"stdClass":9:{s:2:"id";s:15:"3bordsnprp8s1i1";s:5:"title";s:6:"Team 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/3bordsnprp8s1i1/preview_FPpO0M7nRl.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/3bordsnprp8s1i1/thumbnail_HVFfqgRLbj.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"7xfc5tuwwh7295r";s:5:"title";s:4:"Team";}}}i:100;O:8:"stdClass":9:{s:2:"id";s:15:"e8q1l7wr7saruz4";s:5:"title";s:13:"Testimonial 1";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/e8q1l7wr7saruz4/preview_4iXSXhoH4O.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/e8q1l7wr7saruz4/thumbnail_6rKBrXvSva.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:101;O:8:"stdClass":9:{s:2:"id";s:15:"jl94x5tfccb1iom";s:5:"title";s:13:"Testimonial 2";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jl94x5tfccb1iom/preview_dPnWFVUY31.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jl94x5tfccb1iom/thumbnail_NVGEFk0HwU.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:102;O:8:"stdClass":9:{s:2:"id";s:15:"unhm8qy0asxvozl";s:5:"title";s:13:"Testimonial 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/unhm8qy0asxvozl/preview_zmo4MxCNub.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/unhm8qy0asxvozl/thumbnail_p2MIo3k4na.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:103;O:8:"stdClass":9:{s:2:"id";s:15:"gdcr1ksqrftr2lh";s:5:"title";s:13:"Testimonial 4";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gdcr1ksqrftr2lh/preview_ZjzPBtJEOt.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gdcr1ksqrftr2lh/thumbnail_8bPprRD3RU.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:104;O:8:"stdClass":9:{s:2:"id";s:15:"p83tv2rvb9a2pbj";s:5:"title";s:13:"Testimonial 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/p83tv2rvb9a2pbj/preview_Q6bQS0jQMj.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/p83tv2rvb9a2pbj/thumbnail_zeFU2gi47E.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:105;O:8:"stdClass":9:{s:2:"id";s:15:"gwtiqtctejzxdqt";s:5:"title";s:13:"Testimonial 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gwtiqtctejzxdqt/preview_dWYmUQWrW5.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/gwtiqtctejzxdqt/thumbnail_6kCb9RMk2v.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:106;O:8:"stdClass":9:{s:2:"id";s:15:"jzh4td7lx8n3h9v";s:5:"title";s:13:"Testimonial 7";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jzh4td7lx8n3h9v/preview_9CiI4ksM6R.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/jzh4td7lx8n3h9v/thumbnail_BIBniyFzh9.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:107;O:8:"stdClass":9:{s:2:"id";s:15:"c2hv06zr8l97rao";s:5:"title";s:13:"Testimonial 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/c2hv06zr8l97rao/preview_vZ0pf1tq2d.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/c2hv06zr8l97rao/thumbnail_mfzV4c3lDS.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}i:108;O:8:"stdClass":9:{s:2:"id";s:15:"amwd3lwr2mo32uq";s:5:"title";s:13:"Testimonial 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/amwd3lwr2mo32uq/preview_m30m9xxzmj.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=3rrwwfggetjueq3/amwd3lwr2mo32uq/thumbnail_fu8rhsosya.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"na1hgogozfq0z6g";s:5:"title";s:11:"Testimonial";}}}}s:5:"level";s:4:"free";s:6:"active";b:0;s:7:"expired";b:0;s:8:"verified";b:0;s:8:"exceeded";b:0;}}', 'off');
INSERT INTO `wpyd_options` VALUES
(213, 'superbaddonslibrary_gutenberg_page_cache', 'a:2:{s:11:"last_update";i:1762314081;s:4:"data";O:8:"stdClass":9:{s:6:"styles";a:0:{}s:10:"categories";a:5:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}i:1;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}i:2;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}i:3;O:8:"stdClass":2:{s:2:"id";s:15:"orngta8z79g7j37";s:5:"title";s:4:"Blog";}i:4;O:8:"stdClass":2:{s:2:"id";s:15:"ad59kmux2ofzrni";s:5:"title";s:3:"FAQ";}}s:10:"totalItems";i:69;s:5:"items";a:69:{i:0;O:8:"stdClass":9:{s:2:"id";s:15:"6ehevxcurpwo9rc";s:5:"title";s:7:"About 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/6ehevxcurpwo9rc/preview_PtF8Seb4TU.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/6ehevxcurpwo9rc/thumbnail_SOQOwbIPlF.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:1;O:8:"stdClass":9:{s:2:"id";s:15:"ut9mr1pnocrgnjt";s:5:"title";s:7:"About 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ut9mr1pnocrgnjt/preview_WkKJZyeB4t.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ut9mr1pnocrgnjt/thumbnail_U7zRJ4kXS5.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:2;O:8:"stdClass":9:{s:2:"id";s:15:"agbhsex7c1wfuyy";s:5:"title";s:7:"About 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/agbhsex7c1wfuyy/preview_22QBNPthgX.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/agbhsex7c1wfuyy/thumbnail_sT0C01b6KL.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:3;O:8:"stdClass":9:{s:2:"id";s:15:"b6yq141qll6jmnj";s:5:"title";s:7:"About 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/b6yq141qll6jmnj/preview_RK37CnFcWu.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/b6yq141qll6jmnj/thumbnail_1ZaKoCRpla.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:4;O:8:"stdClass":9:{s:2:"id";s:15:"vn2j9u6jfcqyruo";s:5:"title";s:7:"About 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/vn2j9u6jfcqyruo/preview_qLBVuPXRul.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/vn2j9u6jfcqyruo/thumbnail_jkYDTay30p.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:5;O:8:"stdClass":9:{s:2:"id";s:15:"2yhpz04mg28tsyf";s:5:"title";s:7:"About 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/2yhpz04mg28tsyf/preview_1rGiEd4bxQ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/2yhpz04mg28tsyf/thumbnail_Gbr6QUL7p5.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:6;O:8:"stdClass":9:{s:2:"id";s:15:"c6lz1m6gxnclh6w";s:5:"title";s:7:"About 7";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/c6lz1m6gxnclh6w/preview_QxYo9s6678.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/c6lz1m6gxnclh6w/thumbnail_NHE6yPxEML.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:7;O:8:"stdClass":9:{s:2:"id";s:15:"lr53iny1pdnf31u";s:5:"title";s:7:"About 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/lr53iny1pdnf31u/preview_OEOzdVpelw.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/lr53iny1pdnf31u/thumbnail_6y91c68DGv.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:8;O:8:"stdClass":9:{s:2:"id";s:15:"uxnhzqna0try61g";s:5:"title";s:7:"About 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/uxnhzqna0try61g/preview_PtsjfWgrMV.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/uxnhzqna0try61g/thumbnail_ZoQQrbYoKJ.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:9;O:8:"stdClass":9:{s:2:"id";s:15:"456q3ysyai12oae";s:5:"title";s:8:"About 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/456q3ysyai12oae/preview_EM4dubA6wQ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/456q3ysyai12oae/thumbnail_LMIhP2tZO1.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:10;O:8:"stdClass":9:{s:2:"id";s:15:"4dihd6tyukaymwk";s:5:"title";s:8:"About 11";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/4dihd6tyukaymwk/preview_VAUzjBmGrv.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/4dihd6tyukaymwk/thumbnail_GHcIacSX6D.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:11;O:8:"stdClass":9:{s:2:"id";s:15:"azx8lhtfldt691a";s:5:"title";s:8:"About 12";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/azx8lhtfldt691a/preview_DSDm9VIcYT.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/azx8lhtfldt691a/thumbnail_nbt2DcNAsG.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:12;O:8:"stdClass":9:{s:2:"id";s:15:"uw7mhiatuzgrijh";s:5:"title";s:8:"About 13";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/uw7mhiatuzgrijh/preview_nocZWBG28o.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/uw7mhiatuzgrijh/thumbnail_LYoH0bDpHM.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:13;O:8:"stdClass":9:{s:2:"id";s:15:"cp1gsd6xh18dvb2";s:5:"title";s:8:"About 14";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/cp1gsd6xh18dvb2/preview_XYg8j3Qg6M.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/cp1gsd6xh18dvb2/thumbnail_PwRb191kp8.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:14;O:8:"stdClass":9:{s:2:"id";s:15:"j7hnjjwv4gxr38b";s:5:"title";s:8:"About 15";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/j7hnjjwv4gxr38b/preview_A1ekIhy1Zv.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/j7hnjjwv4gxr38b/thumbnail_VIPS1HTjAL.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:15;O:8:"stdClass":9:{s:2:"id";s:15:"826ddw63s5726xs";s:5:"title";s:8:"About 16";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/826ddw63s5726xs/preview_wa8ta05bgq.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/826ddw63s5726xs/thumbnail_22uv52lx2a.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:16;O:8:"stdClass":9:{s:2:"id";s:15:"8008ud7r3t7knh0";s:5:"title";s:8:"About 17";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/8008ud7r3t7knh0/preview_cvwath1ftl.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/8008ud7r3t7knh0/thumbnail_0ifwae61vw.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:17;O:8:"stdClass":9:{s:2:"id";s:15:"ahx34wzay7d3iee";s:5:"title";s:8:"About 18";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ahx34wzay7d3iee/preview_fj2nt70smf.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ahx34wzay7d3iee/thumbnail_0h0zg8ke1j.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"zcdua4hpw5vffk4";s:5:"title";s:5:"About";}}}i:18;O:8:"stdClass":9:{s:2:"id";s:15:"m6wvmfue1y40rx1";s:5:"title";s:6:"Blog 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/m6wvmfue1y40rx1/preview_aBDrG9h6gl.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/m6wvmfue1y40rx1/thumbnail_K12oFFhE7X.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"orngta8z79g7j37";s:5:"title";s:4:"Blog";}}}i:19;O:8:"stdClass":9:{s:2:"id";s:15:"f26okz7h35imokz";s:5:"title";s:6:"Blog 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/f26okz7h35imokz/preview_MlODnktUKJ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/f26okz7h35imokz/thumbnail_DshCyCTk1f.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"orngta8z79g7j37";s:5:"title";s:4:"Blog";}}}i:20;O:8:"stdClass":9:{s:2:"id";s:15:"ivba4c5lhh2d51r";s:5:"title";s:6:"Blog 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ivba4c5lhh2d51r/preview_C6ibZfPxXY.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ivba4c5lhh2d51r/thumbnail_6HcbX2NZJ3.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"orngta8z79g7j37";s:5:"title";s:4:"Blog";}}}i:21;O:8:"stdClass":9:{s:2:"id";s:15:"6z9txhetm7m2djs";s:5:"title";s:6:"Blog 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/6z9txhetm7m2djs/preview_6StgZ9Phwm.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/6z9txhetm7m2djs/thumbnail_yLUflWzkyA.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"orngta8z79g7j37";s:5:"title";s:4:"Blog";}}}i:22;O:8:"stdClass":9:{s:2:"id";s:15:"v16kvjustht68b4";s:5:"title";s:6:"Blog 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:100;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/v16kvjustht68b4/preview_DhiRGGprhn.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/v16kvjustht68b4/thumbnail_N8ZOAREWMf.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"orngta8z79g7j37";s:5:"title";s:4:"Blog";}}}i:23;O:8:"stdClass":9:{s:2:"id";s:15:"aayl5mg6f9yli92";s:5:"title";s:6:"Blog 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:100;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/aayl5mg6f9yli92/preview_N9BRLdDcpA.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/aayl5mg6f9yli92/thumbnail_t8E1r03kv2.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"orngta8z79g7j37";s:5:"title";s:4:"Blog";}}}i:24;O:8:"stdClass":9:{s:2:"id";s:15:"34uau9la3r5zdmf";s:5:"title";s:9:"Contact 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/34uau9la3r5zdmf/preview_g7VIKHwKzA.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/34uau9la3r5zdmf/thumbnail_bJCxgrE9h1.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:25;O:8:"stdClass":9:{s:2:"id";s:15:"z5ufwzjujbj3ii1";s:5:"title";s:9:"Contact 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/z5ufwzjujbj3ii1/preview_nFP3QLY9TY.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/z5ufwzjujbj3ii1/thumbnail_ymo9mIvfTk.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:26;O:8:"stdClass":9:{s:2:"id";s:15:"wq46hww9kwubsf8";s:5:"title";s:9:"Contact 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wq46hww9kwubsf8/preview_lEb1DL6Pk9.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wq46hww9kwubsf8/thumbnail_U5PEZu82sh.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:27;O:8:"stdClass":9:{s:2:"id";s:15:"b01755z7qlv4zly";s:5:"title";s:9:"Contact 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/b01755z7qlv4zly/preview_AwrVx6lJNZ.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/b01755z7qlv4zly/thumbnail_uzIpjkjPM4.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:28;O:8:"stdClass":9:{s:2:"id";s:15:"pl3nka9a47t1cee";s:5:"title";s:9:"Contact 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/pl3nka9a47t1cee/preview_dem9Rht9nU.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/pl3nka9a47t1cee/thumbnail_XpSSUuEif4.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:29;O:8:"stdClass":9:{s:2:"id";s:15:"njz2hbyqun0t25b";s:5:"title";s:9:"Contact 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/njz2hbyqun0t25b/preview_eRd1jtYWl8.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/njz2hbyqun0t25b/thumbnail_1IHL62lQd0.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:30;O:8:"stdClass":9:{s:2:"id";s:15:"9dgsjhtrg7t902y";s:5:"title";s:9:"Contact 7";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/9dgsjhtrg7t902y/preview_XEzPbzTogB.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/9dgsjhtrg7t902y/thumbnail_MhXc4YICOB.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:31;O:8:"stdClass":9:{s:2:"id";s:15:"dgfpm4yo2zecwxs";s:5:"title";s:9:"Contact 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/dgfpm4yo2zecwxs/preview_5sM70K7c5F.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/dgfpm4yo2zecwxs/thumbnail_LNzp3ahhiM.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:32;O:8:"stdClass":9:{s:2:"id";s:15:"0xcudyhjw9eilif";s:5:"title";s:9:"Contact 9";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/0xcudyhjw9eilif/preview_60uXqzEEuX.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/0xcudyhjw9eilif/thumbnail_Bg8mTkF24u.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:33;O:8:"stdClass":9:{s:2:"id";s:15:"woqq63q18wta01i";s:5:"title";s:10:"Contact 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/woqq63q18wta01i/preview_4MO2c9QPRS.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/woqq63q18wta01i/thumbnail_VAVbdeXKJl.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:34;O:8:"stdClass":9:{s:2:"id";s:15:"gj68nveg4zu4nkh";s:5:"title";s:10:"Contact 11";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/gj68nveg4zu4nkh/preview_nYpCr79eoo.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/gj68nveg4zu4nkh/thumbnail_7fLZ5A47I8.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:35;O:8:"stdClass":9:{s:2:"id";s:15:"wfpnx820zgimeu9";s:5:"title";s:10:"Contact 12";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wfpnx820zgimeu9/preview_5hl6orEcxy.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wfpnx820zgimeu9/thumbnail_1X1fqQmLVA.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:36;O:8:"stdClass":9:{s:2:"id";s:15:"y005whcpx15ffoq";s:5:"title";s:10:"Contact 13";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/y005whcpx15ffoq/preview_6Tj7MxixnA.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/y005whcpx15ffoq/thumbnail_N6A7O5gtMQ.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:37;O:8:"stdClass":9:{s:2:"id";s:15:"7cplnnvyg462n8x";s:5:"title";s:10:"Contact 14";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/7cplnnvyg462n8x/preview_w38ba8my1d.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/7cplnnvyg462n8x/thumbnail_U7m51FVq6b.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:38;O:8:"stdClass":9:{s:2:"id";s:15:"eq4361f88f4anr0";s:5:"title";s:10:"Contact 15";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/eq4361f88f4anr0/preview_BxXRd62yT0.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/eq4361f88f4anr0/thumbnail_n2r4E0fMwg.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:39;O:8:"stdClass":9:{s:2:"id";s:15:"syw63jd584pk7j6";s:5:"title";s:10:"Contact 16";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/syw63jd584pk7j6/preview_jhi3j0wd57.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/syw63jd584pk7j6/thumbnail_5wp2yl08tp.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"jbfy6ai9907rino";s:5:"title";s:7:"Contact";}}}i:40;O:8:"stdClass":9:{s:2:"id";s:15:"7wkky41izelmbb0";s:5:"title";s:5:"FAQ 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:101;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/7wkky41izelmbb0/preview_UUaxqQkeH9.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/7wkky41izelmbb0/thumbnail_rKkL3yE0k8.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"ad59kmux2ofzrni";s:5:"title";s:3:"FAQ";}}}i:41;O:8:"stdClass":9:{s:2:"id";s:15:"1q2o8sxkr62ysrk";s:5:"title";s:14:"Landing Page 1";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/1q2o8sxkr62ysrk/preview_9gALrvoo5K.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/1q2o8sxkr62ysrk/thumbnail_6aFBl0gNbh.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:42;O:8:"stdClass":9:{s:2:"id";s:15:"d74ty3am2vysmc3";s:5:"title";s:14:"Landing Page 2";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/d74ty3am2vysmc3/preview_AzxjFbxN89.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/d74ty3am2vysmc3/thumbnail_692CE7eTIW.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:43;O:8:"stdClass":9:{s:2:"id";s:15:"wmejmuhxdney7b3";s:5:"title";s:14:"Landing Page 3";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wmejmuhxdney7b3/preview_odN4oYUaTl.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wmejmuhxdney7b3/thumbnail_LoIQmBaOoG.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:44;O:8:"stdClass":9:{s:2:"id";s:15:"n3fzti77mp8qo5z";s:5:"title";s:14:"Landing Page 4";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/n3fzti77mp8qo5z/preview_OCE9OJIUVX.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/n3fzti77mp8qo5z/thumbnail_7A6VmxEFlv.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:45;O:8:"stdClass":9:{s:2:"id";s:15:"97y910ntbf4w0e3";s:5:"title";s:14:"Landing Page 5";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/97y910ntbf4w0e3/preview_ams2brn4Hl.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/97y910ntbf4w0e3/thumbnail_tMYQzytOqA.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:46;O:8:"stdClass":9:{s:2:"id";s:15:"b1x51jxjcu9v3a9";s:5:"title";s:14:"Landing Page 6";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/b1x51jxjcu9v3a9/preview_8Ag8KaONKN.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/b1x51jxjcu9v3a9/thumbnail_iYfmuCSqA6.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:47;O:8:"stdClass":9:{s:2:"id";s:15:"5djp46q7k2mz4un";s:5:"title";s:14:"Landing Page 7";s:7:"package";s:4:"free";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/5djp46q7k2mz4un/preview_9JSPYj3DJe.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/5djp46q7k2mz4un/thumbnail_Y6uUV2oAZP.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:48;O:8:"stdClass":9:{s:2:"id";s:15:"jvvl7rk3q7ub8oh";s:5:"title";s:14:"Landing Page 8";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/jvvl7rk3q7ub8oh/preview_8vQzAw016x.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/jvvl7rk3q7ub8oh/thumbnail_TrLExUp9EO.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:49;O:8:"stdClass":9:{s:2:"id";s:15:"mu776itdqycxkhi";s:5:"title";s:14:"Landing Page 9";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/mu776itdqycxkhi/preview_S4QT5UO0J8.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/mu776itdqycxkhi/thumbnail_nnvZvXnTr3.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:50;O:8:"stdClass":9:{s:2:"id";s:15:"hd7ob8llpebujno";s:5:"title";s:15:"Landing Page 10";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/hd7ob8llpebujno/preview_2HVtkdBpzz.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/hd7ob8llpebujno/thumbnail_a3GmmKZ3Af.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:51;O:8:"stdClass":9:{s:2:"id";s:15:"cr5e64rbjnwzu0p";s:5:"title";s:15:"Landing Page 11";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/cr5e64rbjnwzu0p/preview_Jl2r1NLDg5.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/cr5e64rbjnwzu0p/thumbnail_O5xjgHWh7v.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:52;O:8:"stdClass":9:{s:2:"id";s:15:"1b21vqfna00xs9q";s:5:"title";s:15:"Landing Page 12";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/1b21vqfna00xs9q/preview_SJj7XIa5mE.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/1b21vqfna00xs9q/thumbnail_e99EMmkPcV.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:53;O:8:"stdClass":9:{s:2:"id";s:15:"wmqq3l2c7g52vou";s:5:"title";s:15:"Landing Page 13";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wmqq3l2c7g52vou/preview_gAKOevfAvb.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/wmqq3l2c7g52vou/thumbnail_OoeRRrEHZc.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:54;O:8:"stdClass":9:{s:2:"id";s:15:"ofldew2ad0fdkgs";s:5:"title";s:15:"Landing Page 14";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ofldew2ad0fdkgs/preview_2YY5C8vwiz.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/ofldew2ad0fdkgs/thumbnail_oejBjXEqAk.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:55;O:8:"stdClass":9:{s:2:"id";s:15:"z3xs0rxzb5kcvtq";s:5:"title";s:15:"Landing Page 15";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/z3xs0rxzb5kcvtq/preview_4LZr92LKct.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/z3xs0rxzb5kcvtq/thumbnail_8LiNuClVfR.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:56;O:8:"stdClass":9:{s:2:"id";s:15:"zpjqyariiqsxwou";s:5:"title";s:15:"Landing Page 16";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/zpjqyariiqsxwou/preview_kjtgEpcl93.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/zpjqyariiqsxwou/thumbnail_bN50KIogOv.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:57;O:8:"stdClass":9:{s:2:"id";s:15:"m0d0jsgb3wumd3f";s:5:"title";s:15:"Landing Page 17";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/m0d0jsgb3wumd3f/preview_HV5A7BAKei.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/m0d0jsgb3wumd3f/thumbnail_pYVMKWYqnU.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:58;O:8:"stdClass":9:{s:2:"id";s:15:"4vy4ojz8jq5fwjq";s:5:"title";s:15:"Landing Page 18";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:133:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/4vy4ojz8jq5fwjq/18_default_preview_fhRYTEe8gU.jpg&cb=355";s:5:"thumb";s:135:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/4vy4ojz8jq5fwjq/18_default_thumbnail_wn8t3R2aCz.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:59;O:8:"stdClass":9:{s:2:"id";s:15:"tk4zfc2cmv4y6z5";s:5:"title";s:15:"Landing Page 19";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/tk4zfc2cmv4y6z5/preview_sxkW8V8WrU.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/tk4zfc2cmv4y6z5/thumbnail_qvmdsu2R5D.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:60;O:8:"stdClass":9:{s:2:"id";s:15:"68cd9gvh5y831ez";s:5:"title";s:15:"Landing Page 20";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/68cd9gvh5y831ez/preview_4h1e5rfmxu.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/68cd9gvh5y831ez/thumbnail_uwxil0vol2.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:61;O:8:"stdClass":9:{s:2:"id";s:15:"46v9p5gmz325fsf";s:5:"title";s:15:"Landing Page 21";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/46v9p5gmz325fsf/preview_uu3kz3j23m.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/46v9p5gmz325fsf/thumbnail_g3k2pdora0.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:62;O:8:"stdClass":9:{s:2:"id";s:15:"6fi0sws558593ms";s:5:"title";s:15:"Landing Page 22";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/6fi0sws558593ms/preview_5btzr304jm.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/6fi0sws558593ms/thumbnail_26cfll8f9n.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:63;O:8:"stdClass":9:{s:2:"id";s:15:"n8f3c4sq34pbuen";s:5:"title";s:15:"Landing Page 23";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/n8f3c4sq34pbuen/preview_ao757fc9hj.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/n8f3c4sq34pbuen/thumbnail_0594sexssh.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:64;O:8:"stdClass":9:{s:2:"id";s:15:"26z73lv8hp17vt4";s:5:"title";s:15:"Landing Page 24";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/26z73lv8hp17vt4/preview_5f1g82n17l.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/26z73lv8hp17vt4/thumbnail_lm0wp7yk9p.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:65;O:8:"stdClass":9:{s:2:"id";s:15:"4fj96q93s4r7yrd";s:5:"title";s:15:"Landing Page 25";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/4fj96q93s4r7yrd/preview_fbzcyvlxgr.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/4fj96q93s4r7yrd/thumbnail_w74jjkkbd9.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:66;O:8:"stdClass":9:{s:2:"id";s:15:"l0n8x8396nt9yl1";s:5:"title";s:15:"Landing Page 26";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/l0n8x8396nt9yl1/preview_56v2uwqzzt.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/l0n8x8396nt9yl1/thumbnail_ytgqsmh3gc.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:67;O:8:"stdClass":9:{s:2:"id";s:15:"343l2q700sz5623";s:5:"title";s:15:"Landing Page 27";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/343l2q700sz5623/preview_h90fut3yuf.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/343l2q700sz5623/thumbnail_4o75oujnw9.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}i:68;O:8:"stdClass":9:{s:2:"id";s:15:"dpbzu30cf0123jm";s:5:"title";s:15:"Landing Page 28";s:7:"package";s:7:"premium";s:4:"demo";s:0:"";s:24:"required_library_version";i:0;s:16:"required_plugins";a:0:{}s:7:"preview";s:122:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/dpbzu30cf0123jm/preview_ro35zpyqao.jpg&cb=355";s:5:"thumb";s:124:"https://superbdemo.com/api/wp-json/image-library/images?path=wjwsr17bm6bz5mn/dpbzu30cf0123jm/thumbnail_70w3peldyu.jpg&cb=355";s:10:"categories";a:1:{i:0;O:8:"stdClass":2:{s:2:"id";s:15:"2lc1j8j7l7v1dkj";s:5:"title";s:12:"Landing Page";}}}}s:5:"level";s:4:"free";s:6:"active";b:0;s:7:"expired";b:0;s:8:"verified";b:0;s:8:"exceeded";b:0;}}', 'off'),
(216, '_transient_timeout_superb_blocks_template_restoration', '1768023023', 'off'),
(217, '_transient_superb_blocks_template_restoration', 'a:1:{s:21:"charity-and-nonprofit";a:1:{s:30:"index//wp_template//1761629403";a:4:{s:9:"timestamp";i:1761629403;s:4:"type";s:11:"wp_template";s:4:"slug";s:5:"index";s:7:"content";s:296:"<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:template-part {"slug":"blog-feed","theme":"charity-and-nonprofit","area":"uncategorized"} /-->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","tagName":"footer"} /-->";}}}', 'off'),
(218, 'superbaddons_wizard_navigation_post_id', '10', 'off'),
(219, 'superbaddons_wizard_completed_themes', 'a:1:{i:0;s:21:"charity-and-nonprofit";}', 'off'),
(227, 'pagelayer_icons_set', 'a:1:{i:0;s:13:"font-awesome5";}', 'auto'),
(452, 'category_children', 'a:0:{}', 'auto'),
(525, '_transient_health-check-site-status-result', '{"good":19,"recommended":4,"critical":0}', 'on'),
(603, 'loginizer_login_attempt_stats', 'a:16:{i:1761735600;a:1:{i:0;i:2;}i:1761760800;a:1:{i:0;i:2;}i:1761811200;a:1:{i:0;i:2;}i:1761836400;a:1:{i:0;i:1;}i:1761840000;a:1:{i:1;i:1;}i:1761854400;a:1:{i:1;i:1;}i:1761879600;a:1:{i:1;i:1;}i:1761890400;a:1:{i:1;i:2;}i:1761976800;a:1:{i:0;i:1;}i:1762138800;a:1:{i:1;i:2;}i:1762146000;a:1:{i:0;i:3;}i:1762149600;a:1:{i:1;i:2;}i:1762268400;a:1:{i:0;i:3;}i:1762272000;a:1:{i:0;i:1;}i:1762736400;a:1:{i:1;i:1;}i:1762786800;a:1:{i:0;i:2;}}', 'off'),
(965, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(2634, '_site_transient_timeout_browser_3c9fc7ddec9b58823c1c96756dbd45d8', '1762918726', 'off'),
(2635, '_site_transient_browser_3c9fc7ddec9b58823c1c96756dbd45d8', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"142.0.0.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'off'),
(2636, '_site_transient_timeout_php_check_7b9fb72b3bf6b27c046e3a9832dfe8e2', '1762918726', 'off'),
(2637, '_site_transient_php_check_7b9fb72b3bf6b27c046e3a9832dfe8e2', 'a:5:{s:19:"recommended_version";s:3:"8.3";s:15:"minimum_version";s:6:"7.2.24";s:12:"is_supported";b:0;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'off'),
(4525, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1762844722;s:8:"response";a:2:{s:26:"twenty/protect-uploads.php";O:8:"stdClass":15:{s:2:"id";s:29:"w.org/plugins/protect-uploads";s:4:"slug";s:15:"protect-uploads";s:6:"plugin";s:26:"twenty/protect-uploads.php";s:11:"new_version";s:3:"0.4";s:3:"url";s:46:"https://wordpress.org/plugins/protect-uploads/";s:7:"package";s:54:"https://downloads.w.org/plugin/protect-uploads.0.4.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/protect-uploads/assets/icon-256x256.png?rev=2779778";s:2:"1x";s:68:"https://ps.w.org/protect-uploads/assets/icon-128x128.png?rev=2779778";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/protect-uploads/assets/banner-1544x500.png?rev=2779778";s:2:"1x";s:70:"https://ps.w.org/protect-uploads/assets/banner-772x250.png?rev=2779778";}s:11:"banners_rtl";a:0:{}s:8:"requires";b:0;s:6:"tested";s:6:"6.0.11";s:12:"requires_php";b:0;s:16:"requires_plugins";a:0:{}s:10:"autoupdate";b:1;s:14:"upgrade_notice";s:76:"Version 0.4 contains security fixes and is highly recommended for all users.";}s:19:"siteseo/siteseo.php";O:8:"stdClass":13:{s:2:"id";s:21:"w.org/plugins/siteseo";s:4:"slug";s:7:"siteseo";s:6:"plugin";s:19:"siteseo/siteseo.php";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:38:"https://wordpress.org/plugins/siteseo/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/siteseo.1.3.2.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/siteseo/assets/icon-256x256.png?rev=3015592";s:2:"1x";s:60:"https://ps.w.org/siteseo/assets/icon-128x128.png?rev=3015592";}s:7:"banners";a:2:{s:2:"2x";s:63:"https://ps.w.org/siteseo/assets/banner-1544x500.jpg?rev=3016144";s:2:"1x";s:62:"https://ps.w.org/siteseo/assets/banner-772x250.jpg?rev=3016144";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"6.8.3";s:12:"requires_php";s:3:"7.2";s:16:"requires_plugins";a:0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:9:{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.5";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/akismet.5.5.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.5.0";s:3:"url";s:39:"https://wordpress.org/plugins/backuply/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/backuply.1.5.0.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:27:"cookieadmin/cookieadmin.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/cookieadmin";s:4:"slug";s:11:"cookieadmin";s:6:"plugin";s:27:"cookieadmin/cookieadmin.php";s:11:"new_version";s:5:"1.1.3";s:3:"url";s:42:"https://wordpress.org/plugins/cookieadmin/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/cookieadmin.1.1.3.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/cookieadmin/assets/icon-256x256.png?rev=3328221";s:2:"1x";s:64:"https://ps.w.org/cookieadmin/assets/icon-128x128.png?rev=3328221";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/cookieadmin/assets/banner-1544x500.png?rev=3328221";s:2:"1x";s:66:"https://ps.w.org/cookieadmin/assets/banner-772x250.png?rev=3328221";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.4";}s:17:"gosmtp/gosmtp.php";O:8:"stdClass":10:{s:2:"id";s:20:"w.org/plugins/gosmtp";s:4:"slug";s:6:"gosmtp";s:6:"plugin";s:17:"gosmtp/gosmtp.php";s:11:"new_version";s:5:"1.1.5";s:3:"url";s:37:"https://wordpress.org/plugins/gosmtp/";s:7:"package";s:55:"https://downloads.wordpress.org/plugin/gosmtp.1.1.5.zip";s:5:"icons";a:2:{s:2:"2x";s:59:"https://ps.w.org/gosmtp/assets/icon-256x256.png?rev=2869163";s:2:"1x";s:59:"https://ps.w.org/gosmtp/assets/icon-128x128.png?rev=2869163";}s:7:"banners";a:2:{s:2:"2x";s:62:"https://ps.w.org/gosmtp/assets/banner-1544x500.png?rev=2868206";s:2:"1x";s:61:"https://ps.w.org/gosmtp/assets/banner-772x250.png?rev=2868206";}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:"2.0.3";s:3:"url";s:40:"https://wordpress.org/plugins/loginizer/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/loginizer.2.0.3.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.png?rev=3131676";s:2:"1x";s:64:"https://ps.w.org/loginizer/assets/banner-772x250.png?rev=3131676";}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:"2.0.5";s:3:"url";s:40:"https://wordpress.org/plugins/pagelayer/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/pagelayer.2.0.5.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.3.6";s:3:"url";s:42:"https://wordpress.org/plugins/speedycache/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/speedycache.1.3.6.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/speedycache/assets/icon-256x256.png?rev=3109188";s:2:"1x";s:64:"https://ps.w.org/speedycache/assets/icon-128x128.png?rev=3109188";}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:24:"superb-blocks/plugin.php";O:8:"stdClass":10:{s:2:"id";s:27:"w.org/plugins/superb-blocks";s:4:"slug";s:13:"superb-blocks";s:6:"plugin";s:24:"superb-blocks/plugin.php";s:11:"new_version";s:5:"3.6.2";s:3:"url";s:44:"https://wordpress.org/plugins/superb-blocks/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/superb-blocks.3.6.2.zip";s:5:"icons";a:2:{s:2:"2x";s:66:"https://ps.w.org/superb-blocks/assets/icon-256x256.png?rev=2954418";s:2:"1x";s:66:"https://ps.w.org/superb-blocks/assets/icon-256x256.png?rev=2954418";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/superb-blocks/assets/banner-1544x500.png?rev=3293286";s:2:"1x";s:68:"https://ps.w.org/superb-blocks/assets/banner-772x250.png?rev=3293286";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"3.0.1";}}s:7:"checked";a:12:{s:19:"akismet/akismet.php";s:3:"5.5";s:21:"backuply/backuply.php";s:5:"1.5.0";s:27:"cookieadmin/cookieadmin.php";s:5:"1.1.3";s:17:"gosmtp/gosmtp.php";s:5:"1.1.5";s:9:"hello.php";s:5:"1.7.2";s:23:"loginizer/loginizer.php";s:5:"2.0.3";s:23:"pagelayer/pagelayer.php";s:5:"2.0.5";s:26:"twenty/protect-uploads.php";s:3:"0.3";s:13:"areak/ubh.php";s:0:"";s:19:"siteseo/siteseo.php";s:5:"1.3.1";s:27:"speedycache/speedycache.php";s:5:"1.3.6";s:24:"superb-blocks/plugin.php";s:5:"3.6.2";}}', 'off');
INSERT INTO `wpyd_options` VALUES
(4526, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1762844722;s:7:"checked";a:5:{s:8:"awardify";s:3:"1.6";s:21:"charity-and-nonprofit";s:3:"1.1";s:16:"twentytwentyfive";s:3:"1.3";s:16:"twentytwentyfour";s:3:"1.3";s:17:"twentytwentythree";s:3:"1.6";}s:8:"response";a:0:{}s:9:"no_update";a:5:{s:8:"awardify";a:6:{s:5:"theme";s:8:"awardify";s:11:"new_version";s:3:"1.6";s:3:"url";s:38:"https://wordpress.org/themes/awardify/";s:7:"package";s:54:"https://downloads.wordpress.org/theme/awardify.1.6.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}s:21:"charity-and-nonprofit";a:6:{s:5:"theme";s:21:"charity-and-nonprofit";s:11:"new_version";s:3:"1.1";s:3:"url";s:51:"https://wordpress.org/themes/charity-and-nonprofit/";s:7:"package";s:67:"https://downloads.wordpress.org/theme/charity-and-nonprofit.1.1.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}s:16:"twentytwentyfive";a:6:{s:5:"theme";s:16:"twentytwentyfive";s:11:"new_version";s:3:"1.3";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfive/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip";s:8:"requires";s:3:"6.7";s:12:"requires_php";s:3:"7.2";}s:16:"twentytwentyfour";a:6:{s:5:"theme";s:16:"twentytwentyfour";s:11:"new_version";s:3:"1.3";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfour/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip";s:8:"requires";s:3:"6.4";s:12:"requires_php";s:3:"7.0";}s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.6";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}}s:12:"translations";a:0:{}}', 'off'),
(4530, '_site_transient_timeout_wp_theme_files_patterns-1ddc728abc9c57ed9c269ae65d117398', '1762847900', 'off'),
(4531, '_site_transient_wp_theme_files_patterns-1ddc728abc9c57ed9c269ae65d117398', 'a:2:{s:7:"version";s:3:"1.1";s:8:"patterns";a:33:{s:14:"banner-001.php";a:4:{s:5:"title";s:10:"Banner 001";s:4:"slug";s:32:"charity-and-nonprofit/banner-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"banners";}}s:12:"blog-001.php";a:4:{s:5:"title";s:8:"Blog 001";s:4:"slug";s:30:"charity-and-nonprofit/blog-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:12:"blog-002.php";a:4:{s:5:"title";s:8:"Blog 002";s:4:"slug";s:30:"charity-and-nonprofit/blog-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:12:"blog-003.php";a:4:{s:5:"title";s:8:"Blog 003";s:4:"slug";s:30:"charity-and-nonprofit/blog-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:12:"blog-004.php";a:4:{s:5:"title";s:8:"Blog 004";s:4:"slug";s:30:"charity-and-nonprofit/blog-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:15:"contact-001.php";a:4:{s:5:"title";s:11:"Contact 001";s:4:"slug";s:33:"charity-and-nonprofit/contact-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-002.php";a:4:{s:5:"title";s:11:"Contact 002";s:4:"slug";s:33:"charity-and-nonprofit/contact-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-004.php";a:4:{s:5:"title";s:11:"Contact 004";s:4:"slug";s:33:"charity-and-nonprofit/contact-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-005.php";a:4:{s:5:"title";s:11:"Contact 005";s:4:"slug";s:33:"charity-and-nonprofit/contact-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-006.php";a:4:{s:5:"title";s:11:"Contact 006";s:4:"slug";s:33:"charity-and-nonprofit/contact-006";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-009.php";a:4:{s:5:"title";s:11:"Contact 009";s:4:"slug";s:33:"charity-and-nonprofit/contact-009";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-010.php";a:4:{s:5:"title";s:11:"Contact 010";s:4:"slug";s:33:"charity-and-nonprofit/contact-010";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"content-001.php";a:4:{s:5:"title";s:11:"Content 001";s:4:"slug";s:33:"charity-and-nonprofit/content-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-003.php";a:4:{s:5:"title";s:11:"Content 003";s:4:"slug";s:33:"charity-and-nonprofit/content-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-004.php";a:4:{s:5:"title";s:11:"Content 004";s:4:"slug";s:33:"charity-and-nonprofit/content-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-005.php";a:4:{s:5:"title";s:11:"Content 005";s:4:"slug";s:33:"charity-and-nonprofit/content-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-006.php";a:4:{s:5:"title";s:11:"Content 006";s:4:"slug";s:33:"charity-and-nonprofit/content-006";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-007.php";a:4:{s:5:"title";s:11:"Content 007";s:4:"slug";s:33:"charity-and-nonprofit/content-007";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-018.php";a:4:{s:5:"title";s:11:"Content 018";s:4:"slug";s:33:"charity-and-nonprofit/content-018";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:11:"cta-001.php";a:4:{s:5:"title";s:18:"Call To Action 001";s:4:"slug";s:29:"charity-and-nonprofit/cta-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:14:"call-to-action";}}s:11:"cta-002.php";a:4:{s:5:"title";s:18:"Call To Action 002";s:4:"slug";s:29:"charity-and-nonprofit/cta-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:14:"call-to-action";}}s:14:"header-004.php";a:4:{s:5:"title";s:10:"Header 004";s:4:"slug";s:32:"charity-and-nonprofit/header-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:6:"header";}}s:14:"header-005.php";a:4:{s:5:"title";s:10:"Header 005";s:4:"slug";s:32:"charity-and-nonprofit/header-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:6:"header";}}s:14:"header-006.php";a:4:{s:5:"title";s:10:"Header 006";s:4:"slug";s:32:"charity-and-nonprofit/header-006";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:6:"header";}}s:14:"layout-002.php";a:4:{s:5:"title";s:10:"Layout 002";s:4:"slug";s:32:"charity-and-nonprofit/layout-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:14:"layout-003.php";a:4:{s:5:"title";s:10:"Layout 003";s:4:"slug";s:32:"charity-and-nonprofit/layout-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:14:"layout-004.php";a:4:{s:5:"title";s:10:"Layout 004";s:4:"slug";s:32:"charity-and-nonprofit/layout-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:14:"layout-005.php";a:4:{s:5:"title";s:10:"Layout 005";s:4:"slug";s:32:"charity-and-nonprofit/layout-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:12:"team-001.php";a:4:{s:5:"title";s:8:"Team 001";s:4:"slug";s:30:"charity-and-nonprofit/team-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"teams";}}s:12:"team-002.php";a:4:{s:5:"title";s:8:"Team 002";s:4:"slug";s:30:"charity-and-nonprofit/team-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"teams";}}s:12:"team-003.php";a:4:{s:5:"title";s:8:"Team 003";s:4:"slug";s:30:"charity-and-nonprofit/team-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"teams";}}s:19:"testimonial-001.php";a:4:{s:5:"title";s:15:"Testimonial 001";s:4:"slug";s:37:"charity-and-nonprofit/testimonial-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:12:"testimonials";}}s:19:"testimonial-002.php";a:4:{s:5:"title";s:15:"Testimonial 002";s:4:"slug";s:37:"charity-and-nonprofit/testimonial-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:12:"testimonials";}}}}', 'off'),
(4532, '_site_transient_timeout_wp_theme_files_patterns-d5e5dcb42ac0c63e68eca296d93e5957', '1762847900', 'off'),
(4533, '_site_transient_wp_theme_files_patterns-d5e5dcb42ac0c63e68eca296d93e5957', 'a:2:{s:7:"version";s:3:"1.6";s:8:"patterns";a:31:{s:14:"banner-001.php";a:4:{s:5:"title";s:10:"Banner 001";s:4:"slug";s:19:"awardify/banner-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"banners";}}s:12:"blog-001.php";a:4:{s:5:"title";s:8:"Blog 001";s:4:"slug";s:17:"awardify/blog-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:12:"blog-002.php";a:4:{s:5:"title";s:8:"Blog 002";s:4:"slug";s:17:"awardify/blog-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:12:"blog-003.php";a:4:{s:5:"title";s:8:"Blog 003";s:4:"slug";s:17:"awardify/blog-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:12:"blog-004.php";a:4:{s:5:"title";s:8:"Blog 004";s:4:"slug";s:17:"awardify/blog-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"posts";}}s:15:"contact-001.php";a:4:{s:5:"title";s:11:"Contact 001";s:4:"slug";s:20:"awardify/contact-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-002.php";a:4:{s:5:"title";s:11:"Contact 002";s:4:"slug";s:20:"awardify/contact-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-004.php";a:4:{s:5:"title";s:11:"Contact 004";s:4:"slug";s:20:"awardify/contact-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-005.php";a:4:{s:5:"title";s:11:"Contact 005";s:4:"slug";s:20:"awardify/contact-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-006.php";a:4:{s:5:"title";s:11:"Contact 006";s:4:"slug";s:20:"awardify/contact-006";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-009.php";a:4:{s:5:"title";s:11:"Contact 009";s:4:"slug";s:20:"awardify/contact-009";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"contact-010.php";a:4:{s:5:"title";s:11:"Contact 010";s:4:"slug";s:20:"awardify/contact-010";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"contact";}}s:15:"content-001.php";a:4:{s:5:"title";s:11:"Content 001";s:4:"slug";s:20:"awardify/content-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-003.php";a:4:{s:5:"title";s:11:"Content 003";s:4:"slug";s:20:"awardify/content-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-004.php";a:4:{s:5:"title";s:11:"Content 004";s:4:"slug";s:20:"awardify/content-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-005.php";a:4:{s:5:"title";s:11:"Content 005";s:4:"slug";s:20:"awardify/content-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:15:"content-006.php";a:4:{s:5:"title";s:11:"Content 006";s:4:"slug";s:20:"awardify/content-006";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"content";}}s:11:"cta-001.php";a:4:{s:5:"title";s:18:"Call To Action 001";s:4:"slug";s:16:"awardify/cta-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:14:"call-to-action";}}s:11:"cta-002.php";a:4:{s:5:"title";s:18:"Call To Action 002";s:4:"slug";s:16:"awardify/cta-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:14:"call-to-action";}}s:14:"header-004.php";a:4:{s:5:"title";s:10:"Header 004";s:4:"slug";s:19:"awardify/header-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:6:"header";}}s:14:"header-005.php";a:4:{s:5:"title";s:10:"Header 005";s:4:"slug";s:19:"awardify/header-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:6:"header";}}s:14:"header-006.php";a:4:{s:5:"title";s:10:"Header 006";s:4:"slug";s:19:"awardify/header-006";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:6:"header";}}s:14:"layout-002.php";a:4:{s:5:"title";s:10:"Layout 002";s:4:"slug";s:19:"awardify/layout-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:14:"layout-003.php";a:4:{s:5:"title";s:10:"Layout 003";s:4:"slug";s:19:"awardify/layout-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:14:"layout-004.php";a:4:{s:5:"title";s:10:"Layout 004";s:4:"slug";s:19:"awardify/layout-004";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:14:"layout-005.php";a:4:{s:5:"title";s:10:"Layout 005";s:4:"slug";s:19:"awardify/layout-005";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:7:"layouts";}}s:12:"team-001.php";a:4:{s:5:"title";s:8:"Team 001";s:4:"slug";s:17:"awardify/team-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"teams";}}s:12:"team-002.php";a:4:{s:5:"title";s:8:"Team 002";s:4:"slug";s:17:"awardify/team-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"teams";}}s:12:"team-003.php";a:4:{s:5:"title";s:8:"Team 003";s:4:"slug";s:17:"awardify/team-003";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:5:"teams";}}s:19:"testimonial-001.php";a:4:{s:5:"title";s:15:"Testimonial 001";s:4:"slug";s:24:"awardify/testimonial-001";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:12:"testimonials";}}s:19:"testimonial-002.php";a:4:{s:5:"title";s:15:"Testimonial 002";s:4:"slug";s:24:"awardify/testimonial-002";s:11:"description";s:0:"";s:10:"categories";a:1:{i:0;s:12:"testimonials";}}}}', 'off'),
(4600, '_site_transient_timeout_theme_roots', '1762999772', 'off'),
(4601, '_site_transient_theme_roots', 'a:5:{s:8:"awardify";s:7:"/themes";s:21:"charity-and-nonprofit";s:7:"/themes";s:16:"twentytwentyfive";s:7:"/themes";s:16:"twentytwentyfour";s:7:"/themes";s:17:"twentytwentythree";s:7:"/themes";}', 'off');
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_postmeta`
--
CREATE TABLE `wpyd_postmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_postmeta`
--
INSERT INTO `wpyd_postmeta` VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 8, '_wp_page_template', 'about'),
(4, 9, '_wp_page_template', 'contact'),
(5, 13, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg'),
(6, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:719;s:6:"height";i:348;s:4:"file";s:54:"2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg";s:8:"filesize";i:38058;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-17-at-6.12.56-AM-1-300x145.jpeg";s:5:"width";i:300;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11756;}s:9:"thumbnail";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-17-at-6.12.56-AM-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5872;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(7, 14, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg'),
(8, 14, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:643;s:6:"height";i:863;s:4:"file";s:53:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg";s:8:"filesize";i:62970;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-224x300.jpeg";s:5:"width";i:224;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14367;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5873;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(9, 15, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg'),
(10, 15, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:720;s:4:"file";s:55:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg";s:8:"filesize";i:43962;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.33-PM-1-300x300.jpeg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15655;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.33-PM-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4880;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(11, 16, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM.jpeg'),
(12, 16, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:809;s:6:"height";i:1080;s:4:"file";s:53:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM.jpeg";s:8:"filesize";i:62348;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-20-at-11.47.33-PM-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13321;}s:5:"large";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg";s:5:"width";i:767;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:88559;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-20-at-11.47.33-PM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5286;}s:12:"medium_large";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-20-at-11.47.33-PM-768x1025.jpeg";s:5:"width";i:768;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:89088;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(13, 17, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2.jpeg'),
(14, 17, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:810;s:6:"height";i:1080;s:4:"file";s:55:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2.jpeg";s:8:"filesize";i:50484;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8455;}s:5:"large";a:5:{s:4:"file";s:56:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:54905;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3812;}s:12:"medium_large";a:5:{s:4:"file";s:56:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:54905;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(15, 18, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-1.jpeg'),
(16, 18, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:790;s:6:"height";i:1080;s:4:"file";s:55:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-1.jpeg";s:8:"filesize";i:64014;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-1-219x300.jpeg";s:5:"width";i:219;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10604;}s:5:"large";a:5:{s:4:"file";s:56:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-1-749x1024.jpeg";s:5:"width";i:749;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:89255;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4635;}s:12:"medium_large";a:5:{s:4:"file";s:56:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-1-768x1050.jpeg";s:5:"width";i:768;s:6:"height";i:1050;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:92529;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(17, 19, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg'),
(18, 19, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:475;s:6:"height";i:558;s:4:"file";s:55:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg";s:8:"filesize";i:45784;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.35-PM-1-255x300.jpeg";s:5:"width";i:255;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17010;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.35-PM-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6319;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(19, 20, '_wp_attached_file', '2025/10/FB_IMG_16022796829292370.jpg'),
(20, 20, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:640;s:4:"file";s:36:"2025/10/FB_IMG_16022796829292370.jpg";s:8:"filesize";i:28460;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:36:"FB_IMG_16022796829292370-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17309;}s:9:"thumbnail";a:5:{s:4:"file";s:36:"FB_IMG_16022796829292370-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7048;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(21, 21, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg'),
(22, 21, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:809;s:6:"height";i:1080;s:4:"file";s:53:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg";s:8:"filesize";i:64589;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-20-at-11.47.35-PM-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13454;}s:5:"large";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-20-at-11.47.35-PM-767x1024.jpeg";s:5:"width";i:767;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:93034;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-20-at-11.47.35-PM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5507;}s:12:"medium_large";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-20-at-11.47.35-PM-768x1025.jpeg";s:5:"width";i:768;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:93697;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(23, 23, 'origin', 'theme'),
(24, 27, '_wp_attached_file', '2025/10/icon-email.png'),
(25, 27, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:112;s:6:"height";i:112;s:4:"file";s:22:"2025/10/icon-email.png";s:8:"filesize";i:1386;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(26, 27, '_source_url', 'https://superbdemo.com/superb-addons-images/wp-content/uploads/2023/08/icon-email.png'),
(27, 28, '_wp_attached_file', '2025/10/icon-phone-call.png'),
(28, 28, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:112;s:6:"height";i:112;s:4:"file";s:27:"2025/10/icon-phone-call.png";s:8:"filesize";i:1950;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(29, 28, '_source_url', 'https://superbdemo.com/superb-addons-images/wp-content/uploads/2023/08/icon-phone-call.png'),
(30, 29, '_wp_attached_file', '2025/10/icon-push-pin-simple.png'),
(31, 29, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:112;s:6:"height";i:112;s:4:"file";s:32:"2025/10/icon-push-pin-simple.png";s:8:"filesize";i:1076;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(32, 29, '_source_url', 'https://superbdemo.com/superb-addons-images/wp-content/uploads/2023/08/icon-push-pin-simple.png'),
(33, 30, '_wp_attached_file', '2025/10/fill-image6.jpg'),
(34, 30, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1400;s:6:"height";i:1366;s:4:"file";s:23:"2025/10/fill-image6.jpg";s:8:"filesize";i:345331;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:23:"fill-image6-300x293.jpg";s:5:"width";i:300;s:6:"height";i:293;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19680;}s:5:"large";a:5:{s:4:"file";s:24:"fill-image6-1024x999.jpg";s:5:"width";i:1024;s:6:"height";i:999;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:157637;}s:9:"thumbnail";a:5:{s:4:"file";s:23:"fill-image6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6691;}s:12:"medium_large";a:5:{s:4:"file";s:23:"fill-image6-768x749.jpg";s:5:"width";i:768;s:6:"height";i:749;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:95418;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(35, 30, '_source_url', 'https://superbdemo.com/superb-addons-images/wp-content/uploads/2023/08/fill-image6.jpg'),
(36, 33, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-19-at-11.05.22-PM.jpeg'),
(37, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:594;s:6:"height";i:486;s:4:"file";s:53:"2025/10/WhatsApp-Image-2025-10-19-at-11.05.22-PM.jpeg";s:8:"filesize";i:26007;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-19-at-11.05.22-PM-300x245.jpeg";s:5:"width";i:300;s:6:"height";i:245;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9680;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2025-10-19-at-11.05.22-PM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4636;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(38, 36, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg'),
(39, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:719;s:6:"height";i:348;s:4:"file";s:52:"2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg";s:8:"filesize";i:38314;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.12.56-AM-300x145.jpeg";s:5:"width";i:300;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11678;}s:9:"thumbnail";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.12.56-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6945;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(40, 37, '_wp_attached_file', '2025/10/image.jpeg'),
(41, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:793;s:6:"height";i:1024;s:4:"file";s:18:"2025/10/image.jpeg";s:8:"filesize";i:99144;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:18:"image-232x300.jpeg";s:5:"width";i:232;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19016;}s:9:"thumbnail";a:5:{s:4:"file";s:18:"image-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7978;}s:12:"medium_large";a:5:{s:4:"file";s:18:"image-768x992.jpeg";s:5:"width";i:768;s:6:"height";i:992;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:121060;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(42, 38, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg'),
(43, 38, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:762;s:6:"height";i:1016;s:4:"file";s:52:"2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg";s:8:"filesize";i:63345;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.13.01-AM-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13723;}s:9:"thumbnail";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.13.01-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6204;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(44, 39, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg'),
(45, 39, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:961;s:4:"file";s:52:"2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg";s:8:"filesize";i:56294;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.13.05-AM-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12347;}s:9:"thumbnail";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.13.05-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5213;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(46, 40, '_wp_attached_file', '2025/10/IMG-20251017-WA0090.jpg'),
(47, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:762;s:6:"height";i:1016;s:4:"file";s:31:"2025/10/IMG-20251017-WA0090.jpg";s:8:"filesize";i:64994;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0090-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15046;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0090-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6231;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(48, 41, '_wp_attached_file', '2025/10/IMG-20251017-WA0044.jpg'),
(49, 41, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:810;s:6:"height";i:1080;s:4:"file";s:31:"2025/10/IMG-20251017-WA0044.jpg";s:8:"filesize";i:74710;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0044-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16017;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251017-WA0044-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:106172;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0044-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6889;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251017-WA0044-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:106172;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(50, 42, '_wp_attached_file', '2025/10/IMG-20251017-WA0017.jpg'),
(51, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:780;s:6:"height";i:1040;s:4:"file";s:31:"2025/10/IMG-20251017-WA0017.jpg";s:8:"filesize";i:144517;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0017-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19575;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251017-WA0017-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:152924;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0017-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8301;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251017-WA0017-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:152924;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(52, 43, 'origin', 'theme'),
(53, 44, '_wp_attached_file', '2025/10/IMG-20251023-WA0008.jpg'),
(54, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:770;s:6:"height";i:489;s:4:"file";s:31:"2025/10/IMG-20251023-WA0008.jpg";s:8:"filesize";i:145429;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0008-300x191.jpg";s:5:"width";i:300;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19338;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0008-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8783;}s:12:"medium_large";a:5:{s:4:"file";s:31:"IMG-20251023-WA0008-768x488.jpg";s:5:"width";i:768;s:6:"height";i:488;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:79978;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(55, 45, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg'),
(56, 45, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:643;s:6:"height";i:863;s:4:"file";s:55:"2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg";s:8:"filesize";i:62970;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-3-224x300.jpeg";s:5:"width";i:224;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14367;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2025-10-20-at-11.47.34-PM-3-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5873;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(57, 47, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-2.jpeg'),
(58, 47, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:719;s:6:"height";i:348;s:4:"file";s:54:"2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-2.jpeg";s:8:"filesize";i:38314;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-17-at-6.12.56-AM-2-300x145.jpeg";s:5:"width";i:300;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11678;}s:9:"thumbnail";a:5:{s:4:"file";s:54:"WhatsApp-Image-2025-10-17-at-6.12.56-AM-2-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6945;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(59, 48, '_wp_attached_file', '2025/10/Picture1.jpg'),
(60, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:231;s:6:"height";i:156;s:4:"file";s:20:"2025/10/Picture1.jpg";s:8:"filesize";i:7884;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:20:"Picture1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3402;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(61, 49, '_wp_attached_file', '2025/10/Picture2.jpg'),
(62, 49, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:241;s:6:"height";i:150;s:4:"file";s:20:"2025/10/Picture2.jpg";s:8:"filesize";i:10608;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:20:"Picture2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3964;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(63, 52, '_wp_attached_file', '2025/10/images-68.jpeg'),
(64, 52, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:675;s:6:"height";i:400;s:4:"file";s:22:"2025/10/images-68.jpeg";s:8:"filesize";i:17136;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:22:"images-68-300x178.jpeg";s:5:"width";i:300;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6608;}s:9:"thumbnail";a:5:{s:4:"file";s:22:"images-68-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3197;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(65, 54, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-17-at-6.12.55-AM.jpeg'),
(66, 54, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:719;s:6:"height";i:348;s:4:"file";s:52:"2025/10/WhatsApp-Image-2025-10-17-at-6.12.55-AM.jpeg";s:8:"filesize";i:42262;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.12.55-AM-300x145.jpeg";s:5:"width";i:300;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12221;}s:9:"thumbnail";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-17-at-6.12.55-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6564;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(67, 55, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-21-at-1.10.11-AM.jpeg'),
(68, 55, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:909;s:4:"file";s:52:"2025/10/WhatsApp-Image-2025-10-21-at-1.10.11-AM.jpeg";s:8:"filesize";i:60959;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-21-at-1.10.11-AM-238x300.jpeg";s:5:"width";i:238;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12321;}s:9:"thumbnail";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-21-at-1.10.11-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5081;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(69, 56, '_wp_attached_file', '2025/10/WhatsApp-Image-2025-10-21-at-1.03.41-AM.jpeg'),
(70, 56, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:472;s:4:"file";s:52:"2025/10/WhatsApp-Image-2025-10-21-at-1.03.41-AM.jpeg";s:8:"filesize";i:48535;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-21-at-1.03.41-AM-300x197.jpeg";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14044;}s:9:"thumbnail";a:5:{s:4:"file";s:52:"WhatsApp-Image-2025-10-21-at-1.03.41-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6211;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(71, 57, 'origin', 'theme'),
(90, 68, '_edit_lock', '1762314066:1'),
(91, 69, '_wp_attached_file', '2025/11/IMG-20251017-WA00141.jpg'),
(92, 69, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:448;s:6:"height";i:1020;s:4:"file";s:32:"2025/11/IMG-20251017-WA00141.jpg";s:8:"filesize";i:55178;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"IMG-20251017-WA00141-132x300.jpg";s:5:"width";i:132;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9839;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"IMG-20251017-WA00141-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6055;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(93, 70, '_wp_attached_file', '2025/11/IMG-20251017-WA0029.jpg'),
(94, 70, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:762;s:6:"height";i:1016;s:4:"file";s:31:"2025/11/IMG-20251017-WA0029.jpg";s:8:"filesize";i:62138;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0029-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13029;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0029-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5589;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(95, 71, '_wp_attached_file', '2025/11/IMG-20251017-WA0014.jpg'),
(96, 72, '_wp_attached_file', '2025/11/IMG-20251017-WA0042.jpg'),
(97, 71, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:448;s:6:"height";i:1020;s:4:"file";s:31:"2025/11/IMG-20251017-WA0014.jpg";s:8:"filesize";i:55178;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0014-132x300.jpg";s:5:"width";i:132;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9839;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0014-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6055;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(98, 72, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:809;s:6:"height";i:1080;s:4:"file";s:31:"2025/11/IMG-20251017-WA0042.jpg";s:8:"filesize";i:64953;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0042-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13921;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251017-WA0042-767x1024.jpg";s:5:"width";i:767;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:89965;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0042-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5800;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251017-WA0042-768x1025.jpg";s:5:"width";i:768;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:90435;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(99, 73, '_wp_attached_file', '2025/11/IMG-20251017-WA0053.jpg'),
(100, 73, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:762;s:6:"height";i:1016;s:4:"file";s:31:"2025/11/IMG-20251017-WA0053.jpg";s:8:"filesize";i:82392;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0053-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16801;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0053-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7428;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(101, 74, '_wp_attached_file', '2025/11/IMG-20251017-WA0050.jpg'),
(102, 74, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:961;s:4:"file";s:31:"2025/11/IMG-20251017-WA0050.jpg";s:8:"filesize";i:56294;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0050-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12347;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0050-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5213;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(103, 75, '_wp_attached_file', '2025/11/IMG-20251017-WA0083.jpg'),
(104, 75, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:719;s:6:"height";i:348;s:4:"file";s:31:"2025/11/IMG-20251017-WA0083.jpg";s:8:"filesize";i:42262;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0083-300x145.jpg";s:5:"width";i:300;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12221;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0083-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6564;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(105, 76, '_wp_attached_file', '2025/11/IMG-20251017-WA0057.jpg'),
(106, 76, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:762;s:6:"height";i:1016;s:4:"file";s:31:"2025/11/IMG-20251017-WA0057.jpg";s:8:"filesize";i:63345;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251017-WA0057-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13723;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251017-WA0057-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6204;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(107, 77, '_wp_attached_file', '2025/11/IMG-20251017-WA00901.jpg'),
(108, 77, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:762;s:6:"height";i:1016;s:4:"file";s:32:"2025/11/IMG-20251017-WA00901.jpg";s:8:"filesize";i:64994;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"IMG-20251017-WA00901-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15046;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"IMG-20251017-WA00901-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6231;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(109, 78, '_wp_attached_file', '2025/11/IMG-20251017-WA00951.jpg'),
(110, 78, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:762;s:6:"height";i:1016;s:4:"file";s:32:"2025/11/IMG-20251017-WA00951.jpg";s:8:"filesize";i:71631;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"IMG-20251017-WA00951-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14771;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"IMG-20251017-WA00951-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6064;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(111, 79, '_wp_attached_file', '2025/11/IMG-20251023-WA0000.jpg'),
(112, 79, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:448;s:6:"height";i:1020;s:4:"file";s:31:"2025/11/IMG-20251023-WA0000.jpg";s:8:"filesize";i:61549;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0000-132x300.jpg";s:5:"width";i:132;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11489;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0000-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7405;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(113, 80, '_wp_attached_file', '2025/11/IMG-20251017-WA01011.jpg'),
(114, 80, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:961;s:4:"file";s:32:"2025/11/IMG-20251017-WA01011.jpg";s:8:"filesize";i:70892;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"IMG-20251017-WA01011-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13495;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"IMG-20251017-WA01011-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5814;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(115, 81, '_wp_attached_file', '2025/11/IMG-20251023-WA0003.jpg'),
(116, 81, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:448;s:6:"height";i:1020;s:4:"file";s:31:"2025/11/IMG-20251023-WA0003.jpg";s:8:"filesize";i:48127;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0003-132x300.jpg";s:5:"width";i:132;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9553;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0003-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6828;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(117, 82, '_wp_attached_file', '2025/11/IMG-20251017-WA00682.jpg'),
(118, 82, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:960;s:4:"file";s:32:"2025/11/IMG-20251017-WA00682.jpg";s:8:"filesize";i:155956;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"IMG-20251017-WA00682-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21746;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"IMG-20251017-WA00682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8715;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"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, 83, '_wp_attached_file', '2025/11/IMG-20251023-WA0002.jpg'),
(120, 83, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:780;s:6:"height";i:1040;s:4:"file";s:31:"2025/11/IMG-20251023-WA0002.jpg";s:8:"filesize";i:140161;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0002-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18225;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0002-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:147776;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0002-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7845;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0002-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:147776;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(121, 84, '_wp_attached_file', '2025/11/IMG-20251023-WA0004.jpg'),
(122, 84, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:780;s:6:"height";i:1040;s:4:"file";s:31:"2025/11/IMG-20251023-WA0004.jpg";s:8:"filesize";i:137463;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0004-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18016;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0004-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:144024;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0004-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7524;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0004-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:144024;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(123, 85, '_wp_attached_file', '2025/11/IMG-20251023-WA0008.jpg'),
(124, 85, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:780;s:6:"height";i:1040;s:4:"file";s:31:"2025/11/IMG-20251023-WA0008.jpg";s:8:"filesize";i:90801;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0008-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19783;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0008-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:128984;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0008-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8450;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0008-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:128984;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(125, 86, '_wp_attached_file', '2025/11/IMG-20251023-WA0010.jpg'),
(126, 86, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:780;s:6:"height";i:1040;s:4:"file";s:31:"2025/11/IMG-20251023-WA0010.jpg";s:8:"filesize";i:94439;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0010-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21250;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0010-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:135563;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0010-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8572;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0010-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:135563;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(127, 87, '_wp_attached_file', '2025/11/IMG-20251023-WA0013.jpg'),
(128, 87, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1040;s:6:"height";i:780;s:4:"file";s:31:"2025/11/IMG-20251023-WA0013.jpg";s:8:"filesize";i:147002;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0013-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19305;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0013-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:157328;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0013-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7529;}s:12:"medium_large";a:5:{s:4:"file";s:31:"IMG-20251023-WA0013-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:97188;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(129, 88, '_wp_attached_file', '2025/11/IMG-20251023-WA0016.jpg'),
(130, 88, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:960;s:6:"height";i:1280;s:4:"file";s:31:"2025/11/IMG-20251023-WA0016.jpg";s:8:"filesize";i:155854;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0016-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14235;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0016-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:115144;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0016-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6105;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0016-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:115144;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(131, 89, '_wp_attached_file', '2025/11/IMG-20251023-WA0015.jpg'),
(132, 89, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:780;s:6:"height";i:1040;s:4:"file";s:31:"2025/11/IMG-20251023-WA0015.jpg";s:8:"filesize";i:128629;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:31:"IMG-20251023-WA0015-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17225;}s:5:"large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0015-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:135659;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"IMG-20251023-WA0015-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7493;}s:12:"medium_large";a:5:{s:4:"file";s:32:"IMG-20251023-WA0015-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:135659;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(133, 91, '_wp_page_template', 'contact'),
(134, 92, '_wp_page_template', 'about');
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_posts`
--
CREATE TABLE `wpyd_posts` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int NOT NULL DEFAULT '0',
`post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint 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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_posts`
--
INSERT INTO `wpyd_posts` VALUES
(1, 1, '2025-10-28 05:20:16', '2025-10-28 05:20:16', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2025-10-28 05:20:16', '2025-10-28 05:20:16', '', 0, 'https://dkfoundationtv.ng/?p=1', 0, 'post', '', 1),
(2, 1, '2025-10-28 05:20:16', '2025-10-28 05:20:16', '<!-- wp:paragraph -->\n<p>This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href="https://dkfoundationtv.ng/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2025-10-28 05:20:16', '2025-10-28 05:20:16', '', 0, 'https://dkfoundationtv.ng/?page_id=2', 0, 'page', '', 0),
(3, 1, '2025-10-28 05:20:16', '2025-10-28 05:20:16', '<!-- wp:heading -->\n<h2 class="wp-block-heading">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class="privacy-policy-tutorial">Suggested text: </strong>Our website address is: https://dkfoundationtv.ng.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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 "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class="wp-block-heading">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class="privacy-policy-tutorial">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2025-10-28 05:20:16', '2025-10-28 05:20:16', '', 0, 'https://dkfoundationtv.ng/?page_id=3', 0, 'page', '', 0),
(4, 0, '2025-10-28 05:20:17', '2025-10-28 05:20:17', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-10-28 05:20:17', '2025-10-28 05:20:17', '', 0, 'https://dkfoundationtv.ng/2025/10/28/navigation/', 0, 'wp_navigation', '', 0),
(6, 1, '2025-10-28 05:30:03', '2025-10-28 05:30:03', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:template-part {"slug":"blog-feed","theme":"charity-and-nonprofit","area":"uncategorized"} /-->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","tagName":"footer"} /-->', 'Index', 'Used as a fallback template for all pages when a more specific template is not defined.', 'publish', 'closed', 'closed', '', 'index', '', '', '2025-10-28 05:30:03', '2025-10-28 05:30:03', '', 0, 'https://dkfoundationtv.ng/2025/10/28/index/', 0, 'wp_template', '', 0),
(7, 1, '2025-10-28 05:30:03', '2025-10-28 05:30:03', '<!-- wp:paragraph -->\r\n <p>This is a blog page template page created by Superb Addons. You can edit this page's content and its template. If the blocks you want to edit can't be found in the page content, please edit the blog template (home or index).</p>\r\n <!-- /wp:paragraph -->', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2025-10-28 05:30:03', '2025-10-28 05:30:03', '', 0, 'https://dkfoundationtv.ng/blog/', 0, 'page', '', 0),
(8, 1, '2025-10-28 05:30:03', '2025-10-28 05:30:03', '<!-- wp:paragraph -->\r\n <p>This is a theme template page created by Superb Addons. You can edit this page's content and its template. If the blocks you want to edit can't be found in the page content, please edit the selected template.</p>\r\n <!-- /wp:paragraph -->', 'About (Theme)', '', 'publish', 'closed', 'closed', '', 'about-theme', '', '', '2025-10-28 05:30:03', '2025-10-28 05:30:03', '', 0, 'https://dkfoundationtv.ng/about-theme/', 0, 'page', '', 0),
(9, 1, '2025-10-28 05:30:03', '2025-10-28 05:30:03', '<!-- wp:paragraph -->\r\n <p>This is a theme template page created by Superb Addons. You can edit this page's content and its template. If the blocks you want to edit can't be found in the page content, please edit the selected template.</p>\r\n <!-- /wp:paragraph -->', 'Contact (Theme)', '', 'publish', 'closed', 'closed', '', 'contact-theme', '', '', '2025-10-28 05:30:03', '2025-10-28 05:30:03', '', 0, 'https://dkfoundationtv.ng/contact-theme/', 0, 'page', '', 0),
(10, 1, '2025-10-28 05:30:03', '2025-10-28 05:30:03', '<!-- wp:home-link {"label":"Home"} /-->\n\n<!-- wp:navigation-link {"label":"Contact","type":"page","id":91,"url":"https://dkfoundationtv.ng/contact-theme-2/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"About","type":"page","id":92,"url":"https://dkfoundationtv.ng/about-theme-2/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"Blog","type":"page","id":7,"url":"https://dkfoundationtv.ng/blog/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"Gallery","type":"page","id":68,"url":"https://dkfoundationtv.ng/dkfoundations/","kind":"post-type"} /-->', 'Navigation - Superb Addons - Theme Designer', '', 'publish', 'closed', 'closed', '', 'navigation-superb-addons-theme-designer', '', '', '2025-11-05 03:47:44', '2025-11-05 03:47:44', '', 0, 'https://dkfoundationtv.ng/2025/10/28/navigation-superb-addons-theme-designer/', 0, 'wp_navigation', '', 0),
(11, 1, '2025-10-28 05:30:03', '2025-10-28 05:30:03', '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"20px","bottom":"20px","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"}},"border":{"width":"0px","style":"none"}},"className":"superbthemes-navigation-two-columns","layout":{"type":"constrained","contentSize":""}} -->\n<div class="wp-block-group alignfull superbthemes-navigation-two-columns" style="border-style:none;border-width:0px;padding-top:20px;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:20px;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:columns {"verticalAlignment":"center","isStackedOnMobile":false,"align":"wide","style":{"border":{"bottom":{"width":"0px","style":"none"}},"spacing":{"padding":{"right":"0","left":"0"}}}} -->\n<div class="wp-block-columns alignwide are-vertically-aligned-center is-not-stacked-on-mobile" style="border-bottom-style:none;border-bottom-width:0px;padding-right:0;padding-left:0"><!-- wp:column {"verticalAlignment":"center","width":"40%","className":"superbthemes-navigation-two-columns-left"} -->\n<div class="wp-block-column is-vertically-aligned-center superbthemes-navigation-two-columns-left" style="flex-basis:40%"><!-- wp:site-title {"level":6,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"superbfont-medium"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"60%","className":"superbthemes-navigation-two-columns-right"} -->\n<div class="wp-block-column is-vertically-aligned-center superbthemes-navigation-two-columns-right" style="flex-basis:60%"><!-- wp:navigation {"textColor":"mono-1","icon":"menu","layout":{"type":"flex","justifyContent":"right"},"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-small"}},"fontSize":"superbfont-small","ref":10} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2025-11-05 03:44:44', '2025-11-05 03:44:44', '', 0, 'https://dkfoundationtv.ng/2025/10/28/header/', 0, 'wp_template_part', '', 0),
(12, 1, '2025-10-28 06:18:36', '2025-10-28 06:18:36', '{"version": 3, "isGlobalStylesUserThemeJSON": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-charity-and-nonprofit', '', '', '2025-10-28 06:18:36', '2025-10-28 06:18:36', '', 0, 'https://dkfoundationtv.ng/2025/10/28/wp-global-styles-charity-and-nonprofit/', 0, 'wp_global_styles', '', 0),
(13, 1, '2025-10-28 06:19:32', '2025-10-28 06:19:32', '', 'WhatsApp Image 2025-10-17 at 6.12.56 AM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-17-at-6-12-56-am-1', '', '', '2025-10-28 06:19:32', '2025-10-28 06:19:32', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(14, 1, '2025-10-28 06:20:27', '2025-10-28 06:20:27', '', 'WhatsApp Image 2025-10-20 at 11.47.34 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-34-pm', '', '', '2025-10-28 06:20:27', '2025-10-28 06:20:27', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(15, 1, '2025-10-28 06:24:33', '2025-10-28 06:24:33', '', 'WhatsApp Image 2025-10-20 at 11.47.33 PM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-33-pm-1', '', '', '2025-10-28 06:24:33', '2025-10-28 06:24:33', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2025-10-28 06:24:49', '2025-10-28 06:24:49', '', 'WhatsApp Image 2025-10-20 at 11.47.33 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-33-pm', '', '', '2025-10-28 06:24:49', '2025-10-28 06:24:49', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2025-10-28 06:25:11', '2025-10-28 06:25:11', '', 'WhatsApp Image 2025-10-20 at 11.47.34 PM (2)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-34-pm-2', '', '', '2025-10-28 06:25:11', '2025-10-28 06:25:11', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2025-10-28 06:26:00', '2025-10-28 06:26:00', '', 'WhatsApp Image 2025-10-20 at 11.47.34 PM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-34-pm-1', '', '', '2025-10-28 06:26:00', '2025-10-28 06:26:00', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2025-10-28 06:26:16', '2025-10-28 06:26:16', '', 'WhatsApp Image 2025-10-20 at 11.47.35 PM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-35-pm-1', '', '', '2025-10-28 06:26:16', '2025-10-28 06:26:16', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2025-10-28 06:26:36', '2025-10-28 06:26:36', '', 'FB_IMG_16022796829292370', '', 'inherit', 'open', 'closed', '', 'fb_img_16022796829292370', '', '', '2025-10-28 06:26:36', '2025-10-28 06:26:36', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2025-10-28 06:26:57', '2025-10-28 06:26:57', '', 'WhatsApp Image 2025-10-20 at 11.47.35 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-35-pm', '', '', '2025-10-28 06:26:57', '2025-10-28 06:26:57', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2025-10-28 06:30:55', '2025-10-28 06:30:55', '<!-- wp:home-link {"label":"Home"} /-->\n\n<!-- wp:navigation-link {"label":"About","type":"page","id":8,"url":"https://dkfoundationtv.ng/about-theme/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"Contact","type":"page","id":9,"url":"https://dkfoundationtv.ng/contact-theme/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"Blog","type":"page","id":7,"url":"https://dkfoundationtv.ng/blog/","kind":"post-type","isTopLevelLink":true} /-->', 'Navigation - Superb Addons - Theme Designer', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-10-28 06:30:55', '2025-10-28 06:30:55', '', 10, 'https://dkfoundationtv.ng/?p=22', 0, 'revision', '', 0),
(23, 1, '2025-10-28 06:30:55', '2025-10-28 06:30:55', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd"><em>"The journey of giving is not just about what you provide to others, but also about the hope, love, and inspiration you ignite in yourself and those around you. Keep going—you are making a difference.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Mr. danjuma A. Raynmond</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & Director</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)"><em>Never underestimate the power of small acts of kindness. Every step you take, no matter how small, creates ripples of change that can transform lives and communities</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"start":2} -->\n<ol start="2" class="wp-block-list"><!-- wp:list-item -->\n<li>Building a better world takes patience, resilience, and heart. Stay focused on the impact you''re creating, and remember that even the smallest victories are worth celebrating.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:group {"metadata":{"name":"Contact 1 - Superb Addons"},"align":"full"} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xxlarge","right":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-xxlarge","left":"var:preset|spacing|superbspacing-medium"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:var(--wp--preset--spacing--superbspacing-medium);padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:image {"id":33,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-19-at-11.05.22-PM.jpeg" alt="" class="wp-image-33"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">We believe it takes all of us to change the world. Thank you to the partners who contribute their time, expertise, and capital. Meet the forward thinkers who are making an impact with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Mr. Ishaya Ibrahim John</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Rev. Dr. David Aya</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Shehu</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Mr. Dawe Luka</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Mrs. Mercy Na''ason</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2025-10-28 07:50:53', '2025-10-28 07:50:53', '', 0, 'https://dkfoundationtv.ng/2025/10/28/about/', 0, 'wp_template', '', 0),
(24, 1, '2025-10-28 06:30:56', '2025-10-28 06:30:56', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras id eleifend tellus. Suspendisse et est non diam cursus tempor. Sed egestas mauris turpis, ac aliquam nunc tincidunt et ras eu enim vestibulum.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Frank Wilson</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & CEO</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)">Long-time advocate and volunteer dedicated to linking resources with people who need them most. When he isn’t coordinating strategy, he’s packing supply kits for the next outreach trip.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">meet our team of devoted stake holders of DK Foundations worldwide who are highly committed in ensuring the success of this organization, putting their best effort for the growth and development of human race, they are the brains behind every successful prject aided by DK Foundations</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Maisheru</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-10-28 06:30:56', '2025-10-28 06:30:56', '', 23, 'https://dkfoundationtv.ng/?p=24', 0, 'revision', '', 0);
INSERT INTO `wpyd_posts` VALUES
(25, 1, '2025-10-28 06:37:15', '2025-10-28 06:37:15', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras id eleifend tellus. Suspendisse et est non diam cursus tempor. Sed egestas mauris turpis, ac aliquam nunc tincidunt et ras eu enim vestibulum.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Frank Wilson</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & CEO</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)">Long-time advocate and volunteer dedicated to linking resources with people who need them most. When he isn’t coordinating strategy, he’s packing supply kits for the next outreach trip.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">We believe it takes all of us to change the world. Thank you to the partners who contribute their time, expertise, and capital. Meet the forward thinkers who are making an impact with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Maisheru</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-10-28 06:37:15', '2025-10-28 06:37:15', '', 23, 'https://dkfoundationtv.ng/?p=25', 0, 'revision', '', 0),
(26, 1, '2025-10-28 07:36:47', '2025-10-28 07:36:47', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras id eleifend tellus. Suspendisse et est non diam cursus tempor. Sed egestas mauris turpis, ac aliquam nunc tincidunt et ras eu enim vestibulum.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Frank Wilson</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & CEO</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)"><em>Never underestimate the power of small acts of kindness. Every step you take, no matter how small, creates ripples of change that can transform lives and communities</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"start":2} -->\n<ol start="2" class="wp-block-list"><!-- wp:list-item -->\n<li><span class="has-superb-addons-text-align-justify">Building a better world takes patience, resilience, and heart. Stay focused on the impact you''re creating, and remember that even the smallest victories are worth celebrating.</span></li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)"><em>"The journey of giving is not just about what you provide to others, but also about the hope, love, and inspiration you ignite in yourself and those around you. Keep going—you are making a difference.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">We believe it takes all of us to change the world. Thank you to the partners who contribute their time, expertise, and capital. Meet the forward thinkers who are making an impact with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Maisheru</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-10-28 07:36:47', '2025-10-28 07:36:47', '', 23, 'https://dkfoundationtv.ng/?p=26', 0, 'revision', '', 0),
(27, 1, '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 'icon-email-png', '', 'inherit', 'open', 'closed', '', 'icon-email-png', '', '', '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-email.png', 0, 'attachment', 'image/png', 0),
(28, 1, '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 'icon-phone-call-png', '', 'inherit', 'open', 'closed', '', 'icon-phone-call-png', '', '', '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-phone-call.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 'icon-push-pin-simple-png', '', 'inherit', 'open', 'closed', '', 'icon-push-pin-simple-png', '', '', '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-push-pin-simple.png', 0, 'attachment', 'image/png', 0),
(30, 1, '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 'fill-image6-jpg', '', 'inherit', 'open', 'closed', '', 'fill-image6-jpg', '', '', '2025-10-28 07:39:05', '2025-10-28 07:39:05', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/fill-image6.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2025-10-28 07:39:50', '2025-10-28 07:39:50', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras id eleifend tellus. Suspendisse et est non diam cursus tempor. Sed egestas mauris turpis, ac aliquam nunc tincidunt et ras eu enim vestibulum.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Frank Wilson</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & CEO</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)"><em>Never underestimate the power of small acts of kindness. Every step you take, no matter how small, creates ripples of change that can transform lives and communities</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"start":2} -->\n<ol start="2" class="wp-block-list"><!-- wp:list-item -->\n<li>Building a better world takes patience, resilience, and heart. Stay focused on the impact you''re creating, and remember that even the smallest victories are worth celebrating.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:group {"metadata":{"name":"Contact 1 - Superb Addons"},"align":"full"} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xxlarge","right":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-xxlarge","left":"var:preset|spacing|superbspacing-medium"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:var(--wp--preset--spacing--superbspacing-medium);padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-medium"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-small"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","style":{"typography":{"fontStyle":"normal","fontWeight":"700","textTransform":"uppercase","letterSpacing":"5px"}},"textColor":"primary","fontSize":"superbfont-xxsmall"} -->\n<h2 class="wp-block-heading has-text-align-left has-primary-color has-text-color has-superbfont-xxsmall-font-size" style="font-style:normal;font-weight:700;letter-spacing:5px;text-transform:uppercase">contact us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-xlarge-font-size">We’re always ready for a coffee and a chat!</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left","textColor":"secondary","fontSize":"superbfont-small"} -->\n<p class="has-text-align-left has-secondary-color has-text-color has-superbfont-small-font-size">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam non nisl in velit dignissim mollis a rhoncus dolor. Vivamus egestas condimentum erat, in iaculis nulla blandit ut.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"var:preset|spacing|superbspacing-xxsmall"},"border":{"radius":"0px","width":"0px","style":"none"}},"backgroundColor":"base","layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->\n<div class="wp-block-group has-base-background-color has-background" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-email.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size">support@superbthemes.com</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"var:preset|spacing|superbspacing-xxsmall"},"border":{"radius":"0px","width":"0px","style":"none"}},"backgroundColor":"base","layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->\n<div class="wp-block-group has-base-background-color has-background" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-phone-call.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size">+1 (234) 567-8910</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"var:preset|spacing|superbspacing-xxsmall"},"border":{"radius":"0px","width":"0px","style":"none"}},"backgroundColor":"base","layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"top"}} -->\n<div class="wp-block-group has-base-background-color has-background" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-push-pin-simple.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size">735 Plymouth Street<br>West Haven, CT 06516</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"15px","padding":{"right":"0","bottom":"0","left":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-column is-vertically-aligned-center" style="padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"sizeSlug":"large","linkDestination":"none","style":{"border":{"radius":"16px"},"color":{"duotone":"unset"}}} -->\n<figure class="wp-block-image size-large has-custom-border"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/fill-image6.jpg" alt="" style="border-radius:16px"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">We believe it takes all of us to change the world. Thank you to the partners who contribute their time, expertise, and capital. Meet the forward thinkers who are making an impact with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Maisheru</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-10-28 07:39:50', '2025-10-28 07:39:50', '', 23, 'https://dkfoundationtv.ng/?p=31', 0, 'revision', '', 0);
INSERT INTO `wpyd_posts` VALUES
(32, 1, '2025-10-28 07:40:03', '2025-10-28 07:40:03', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd"><em>"The journey of giving is not just about what you provide to others, but also about the hope, love, and inspiration you ignite in yourself and those around you. Keep going—you are making a difference.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Frank Wilson</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & CEO</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)"><em>Never underestimate the power of small acts of kindness. Every step you take, no matter how small, creates ripples of change that can transform lives and communities</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"start":2} -->\n<ol start="2" class="wp-block-list"><!-- wp:list-item -->\n<li>Building a better world takes patience, resilience, and heart. Stay focused on the impact you''re creating, and remember that even the smallest victories are worth celebrating.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:group {"metadata":{"name":"Contact 1 - Superb Addons"},"align":"full"} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xxlarge","right":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-xxlarge","left":"var:preset|spacing|superbspacing-medium"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:var(--wp--preset--spacing--superbspacing-medium);padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-medium"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-small"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","style":{"typography":{"fontStyle":"normal","fontWeight":"700","textTransform":"uppercase","letterSpacing":"5px"}},"textColor":"primary","fontSize":"superbfont-xxsmall"} -->\n<h2 class="wp-block-heading has-text-align-left has-primary-color has-text-color has-superbfont-xxsmall-font-size" style="font-style:normal;font-weight:700;letter-spacing:5px;text-transform:uppercase">contact us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-xlarge-font-size">We’re always ready for a coffee and a chat!</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left","textColor":"secondary","fontSize":"superbfont-small"} -->\n<p class="has-text-align-left has-secondary-color has-text-color has-superbfont-small-font-size">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam non nisl in velit dignissim mollis a rhoncus dolor. Vivamus egestas condimentum erat, in iaculis nulla blandit ut.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"var:preset|spacing|superbspacing-xxsmall"},"border":{"radius":"0px","width":"0px","style":"none"}},"backgroundColor":"base","layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->\n<div class="wp-block-group has-base-background-color has-background" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-email.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size">support@superbthemes.com</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"var:preset|spacing|superbspacing-xxsmall"},"border":{"radius":"0px","width":"0px","style":"none"}},"backgroundColor":"base","layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->\n<div class="wp-block-group has-base-background-color has-background" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-phone-call.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size">+1 (234) 567-8910</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"var:preset|spacing|superbspacing-xxsmall"},"border":{"radius":"0px","width":"0px","style":"none"}},"backgroundColor":"base","layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"top"}} -->\n<div class="wp-block-group has-base-background-color has-background" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/icon-push-pin-simple.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size">735 Plymouth Street<br>West Haven, CT 06516</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"15px","padding":{"right":"0","bottom":"0","left":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-column is-vertically-aligned-center" style="padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"sizeSlug":"large","linkDestination":"none","style":{"border":{"radius":"16px"},"color":{"duotone":"unset"}}} -->\n<figure class="wp-block-image size-large has-custom-border"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/fill-image6.jpg" alt="" style="border-radius:16px"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">We believe it takes all of us to change the world. Thank you to the partners who contribute their time, expertise, and capital. Meet the forward thinkers who are making an impact with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Maisheru</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-10-28 07:40:03', '2025-10-28 07:40:03', '', 23, 'https://dkfoundationtv.ng/?p=32', 0, 'revision', '', 0),
(33, 1, '2025-10-28 07:41:24', '2025-10-28 07:41:24', '', 'WhatsApp Image 2025-10-19 at 11.05.22 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-19-at-11-05-22-pm', '', '', '2025-10-28 07:41:24', '2025-10-28 07:41:24', '', 23, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-19-at-11.05.22-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2025-10-28 07:41:31', '2025-10-28 07:41:31', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd"><em>"The journey of giving is not just about what you provide to others, but also about the hope, love, and inspiration you ignite in yourself and those around you. Keep going—you are making a difference.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Frank Wilson</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & CEO</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)"><em>Never underestimate the power of small acts of kindness. Every step you take, no matter how small, creates ripples of change that can transform lives and communities</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"start":2} -->\n<ol start="2" class="wp-block-list"><!-- wp:list-item -->\n<li>Building a better world takes patience, resilience, and heart. Stay focused on the impact you''re creating, and remember that even the smallest victories are worth celebrating.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:group {"metadata":{"name":"Contact 1 - Superb Addons"},"align":"full"} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xxlarge","right":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-xxlarge","left":"var:preset|spacing|superbspacing-medium"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:var(--wp--preset--spacing--superbspacing-medium);padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:image {"id":33,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-19-at-11.05.22-PM.jpeg" alt="" class="wp-image-33"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">We believe it takes all of us to change the world. Thank you to the partners who contribute their time, expertise, and capital. Meet the forward thinkers who are making an impact with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Maisheru</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Sophie Scott</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Peter Moore</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-10-28 07:41:31', '2025-10-28 07:41:31', '', 23, 'https://dkfoundationtv.ng/?p=34', 0, 'revision', '', 0),
(35, 1, '2025-10-28 07:50:53', '2025-10-28 07:50:53', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg","id":13,"dimRatio":0,"customOverlayColor":"#817e7f","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-13 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-1.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#817e7f"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">About Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd"><em>"The journey of giving is not just about what you provide to others, but also about the hope, love, and inspiration you ignite in yourself and those around you. Keep going—you are making a difference.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":14,"width":"208px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM.jpeg" alt="" class="wp-image-14" style="width:208px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Mr. danjuma A. Raynmond</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & Director</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)"><em>Never underestimate the power of small acts of kindness. Every step you take, no matter how small, creates ripples of change that can transform lives and communities</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"start":2} -->\n<ol start="2" class="wp-block-list"><!-- wp:list-item -->\n<li>Building a better world takes patience, resilience, and heart. Stay focused on the impact you''re creating, and remember that even the smallest victories are worth celebrating.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:group {"metadata":{"name":"Contact 1 - Superb Addons"},"align":"full"} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xxlarge","right":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-xxlarge","left":"var:preset|spacing|superbspacing-medium"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:var(--wp--preset--spacing--superbspacing-medium);padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:image {"id":33,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-19-at-11.05.22-PM.jpeg" alt="" class="wp-image-33"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">The People Behind</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">We believe it takes all of us to change the world. Thank you to the partners who contribute their time, expertise, and capital. Meet the forward thinkers who are making an impact with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":15,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-1.jpeg" alt="" class="wp-image-15" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Mr. Ishaya Ibrahim John</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">Foundation Secretary</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":16,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.33-PM-767x1024.jpeg" alt="" class="wp-image-16" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Rev. Dr. David Aya</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":17,"scale":"cover","sizeSlug":"large","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-2-768x1024.jpeg" alt="" class="wp-image-17" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Prince Ketlem Buba Shehu</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Trustee</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":21,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM.jpeg" alt="" class="wp-image-21" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Mr. Dawe Luka</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">F<em>oundation Trustee</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":19,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.35-PM-1.jpeg" alt="" class="wp-image-19" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"24px"}},"textColor":"contrast"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color" style="font-size:24px">Mrs. Mercy Na''ason</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>F<em>oundation Treasurer</em></em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"id":20,"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/FB_IMG_16022796829292370.jpg" alt="" class="wp-image-20" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-medium-font-size">Pastor Joel John</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)"><em>Media Director/Auditor</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'About', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-10-28 07:50:53', '2025-10-28 07:50:53', '', 23, 'https://dkfoundationtv.ng/?p=35', 0, 'revision', '', 0);
INSERT INTO `wpyd_posts` VALUES
(36, 1, '2025-10-28 07:53:21', '2025-10-28 07:53:21', '', 'WhatsApp Image 2025-10-17 at 6.12.56 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-17-at-6-12-56-am', '', '', '2025-10-28 07:53:21', '2025-10-28 07:53:21', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2025-10-28 07:57:18', '2025-10-28 07:57:18', '', 'image', '', 'inherit', 'open', 'closed', '', 'image', '', '', '2025-10-28 07:57:18', '2025-10-28 07:57:18', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/image.jpeg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2025-10-28 07:57:48', '2025-10-28 07:57:48', '', 'WhatsApp Image 2025-10-17 at 6.13.01 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-17-at-6-13-01-am', '', '', '2025-10-28 07:57:48', '2025-10-28 07:57:48', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2025-10-28 08:00:47', '2025-10-28 08:00:47', '', 'WhatsApp Image 2025-10-17 at 6.13.05 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-17-at-6-13-05-am', '', '', '2025-10-28 08:00:47', '2025-10-28 08:00:47', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2025-10-28 08:03:31', '2025-10-28 08:03:31', '', 'IMG-20251017-WA0090', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0090', '', '', '2025-10-28 08:03:31', '2025-10-28 08:03:31', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0090.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2025-10-28 08:05:07', '2025-10-28 08:05:07', '', 'IMG-20251017-WA0044', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0044', '', '', '2025-10-28 08:05:07', '2025-10-28 08:05:07', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0044.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2025-10-28 08:06:03', '2025-10-28 08:06:03', '', 'IMG-20251017-WA0017', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0017', '', '', '2025-10-28 08:06:03', '2025-10-28 08:06:03', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0017.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2025-10-28 08:08:16', '2025-10-28 08:08:16', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg","id":36,"dimRatio":50,"customOverlayColor":"#a8a3a5","isUserOverlayColor":false,"isDark":false,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-xxlarge","bottom":"var:preset|spacing|superbspacing-xxlarge"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover is-light" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:0"><img class="wp-block-cover__image-background wp-image-36 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#a8a3a5"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Giver Never Lack</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">There is no exercise better for the heart than reaching down and lifting people up. ou give but little when you give of your possessions. It is when you give of yourself that you truly give</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:button {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","letterSpacing":"1px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="font-style:normal;font-weight:400;letter-spacing:1px">DONATE TODAY</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"primary"} -->\n<hr class="wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">What We Do\n</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">of all our life time projects, these are brief projects carried out by the foundation</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":38,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg" alt="" class="wp-image-38" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Foundation Visit to Hospitals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">DK Foundations has visited various Hospitals providing various support to the sick in terms of food, finance and medical advice. Hence, we have a project that covered over 100+ hospital visits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":39,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg" alt="" class="wp-image-39" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Food Aid during hunder</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is committed to providing food and other support to vulnerable communities where hunger and other natural disaster have affected. so far over 50 communities have benefitted</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":42,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0017.jpg" alt="" class="wp-image-42" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Provision of Educational Material</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is also focused on providing the basic things needed for children to comfortably learn in rural areas, providing of books, school uniforms, and other accessories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">Our Mission & Values</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">Every initiative we launch is crafted to strengthen communities and steward resources responsibly. By sharing transparent insights and actionable guidance, we aim to multiply good work and spark collaboration across causes and continents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Transparency & Stewardship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We treat every donation, whether it’s a single coin in a collection jar or a seven-figure grant, with the same rigorous care. Detailed impact reports, quarterly independent audits, and real-time project dashboards allow supporters to trace each dollar from receipt to result. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By publishing success metrics and setbacks side-by-side, we make room for honest dialogue, faster course-corrections, and deeper trust between our team, our partners, and the communities we serve.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Inclusive Collaboration </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Sustainable change only happens when those most affected help design the solution. Before launching any program we convene listening circles, translate materials into local languages, and invite community leaders, youth advocates, and elders to co-create project goals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We also forge cross-sector partnerships, pairing NGOs with small businesses, universities, and faith groups, because diverse expertise sparks innovation and ensures that our programs respect cultural context while scaling effectively. .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Lifelong Service</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Charity is not a single event; it’s a lifelong rhythm of empathy in action. We nurture that rhythm through mentorship pipelines and hands-on training that equip volunteers to grow from one-time helpers into seasoned servant-leaders. Workshops on trauma-informed care and systemic advocacy empower people to address root causes, not just symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By celebrating service milestones and providing ongoing educational resources, we foster a global network committed to transforming compassion into enduring, generational impact.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg","id":48,"dimRatio":0,"customOverlayColor":"#302815","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-48 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#302815"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Vission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To create a society that is enriched with the basic necessities of life and where every individual is treasured</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg","id":49,"dimRatio":0,"customOverlayColor":"#342a1e","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-49 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#342a1e"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Mission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To provide timely and life-saving humanitarian assistance to vulnerable communities through quality education, accessible healthcare, emergency relief materials, sustainable recovery, support for less privileged and also ensuring opportunities for everyone to strive by creating an avenue for growth and self actualisation for a good and prosperous future</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/images-68.jpeg","id":52,"dimRatio":0,"customOverlayColor":"#391614","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-52 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/images-68.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#391614"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Donate Now</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Bank: Guaranty Trust Bank PLC</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Account Name: Danjuma Kwagam Foundation</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Naira Account: 300 2281 720</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Dollar Account: 300 2281 744</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}},"border":{"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"top":[],"right":[],"left":[]}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull" style="border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg","id":44,"dimRatio":40,"overlayColor":"primary","isUserOverlayColor":true,"sizeSlug":"full","style":{"spacing":{"padding":{"top":"400px","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-cover" style="padding-top:400px;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><img class="wp-block-cover__image-background wp-image-44 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-40 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->\n<div class="wp-block-group alignwide"><!-- wp:paragraph {"align":"right","placeholder":"Write title…","fontSize":"superbfont-xxlarge"} -->\n<p class="has-text-align-right has-superbfont-xxlarge-font-size">HAPPINESS\n <br>MATTERS</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","className":"blog-feed-one","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"var:preset|spacing|superbspacing-small"}},"border":{"top":{"width":"0px","style":"none"},"right":[],"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"left":[]}},"layout":{"type":"constrained","contentSize":""}} -->\n<main class="wp-block-group blog-feed-one" style="border-top-style:none;border-top-width:0px;border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-bottom:var(--wp--preset--spacing--superbspacing-small);padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained","contentSize":""}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"featured","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-text-align-center has-featured-color has-text-color has-superbfont-small-font-size">Latest Updates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"var:preset|spacing|superbspacing-xsmall"}}},"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xsmall)">Explore Our Articles\n</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {"queryId":0,"query":{"perPage":"3","pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"constrained","wideSize":"100%"}} -->\n<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"default","columnCount":2}} -->\n<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"0"},"blockGap":"var:preset|spacing|superbspacing-small"},"border":{"bottom":{"width":"0px","style":"none"}}},"backgroundColor":"mono-4","layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group alignwide has-mono-4-background-color has-background" style="border-bottom-style:none;border-bottom-width:0px;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:post-featured-image {"isLink":true,"width":"","height":"400px","align":"wide","style":{"border":{"radius":"0px"}}} /-->\n\n<!-- wp:group {"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall","margin":{"top":"10px","bottom":"10px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group" style="margin-top:10px;margin-bottom:10px"><!-- wp:post-date {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"right":"0","left":"0"}},"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"mono-1","fontSize":"superbfont-large","fontFamily":"fontsecondary"} /-->\n\n<!-- wp:post-excerpt {"moreText":"Read More...","excerptLength":54,"style":{"spacing":{"margin":{"top":"20px","right":"0px","bottom":"0px","left":"0px"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-medium"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:button {"className":"is-style-outline","style":{"border":{"width":"1px"}},"borderColor":"mono-3"} -->\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-border-color has-mono-3-border-color wp-element-button" style="border-width:1px">Read More</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":45,"width":"326px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg" alt="" class="wp-image-45" style="width:326px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Mr. Danjuma A. Raymond</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & Director</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)">Long-time advocate and volunteer dedicated to linking resources with people who need them most. When he isn’t coordinating strategy, he’s packing supply kits for the next outreach trip.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'Front Page', 'Displays your site''s homepage, whether it is set to display latest posts or a static page. The Front Page template takes precedence over all templates.', 'publish', 'closed', 'closed', '', 'front-page', '', '', '2025-10-28 08:40:18', '2025-10-28 08:40:18', '', 0, 'https://dkfoundationtv.ng/2025/10/28/front-page/', 0, 'wp_template', '', 0),
(44, 1, '2025-10-28 08:09:31', '2025-10-28 08:09:31', '', 'IMG-20251023-WA0008', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0008', '', '', '2025-10-28 08:09:31', '2025-10-28 08:09:31', '', 43, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2025-10-28 08:10:02', '2025-10-28 08:10:02', '', 'WhatsApp Image 2025-10-20 at 11.47.34 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-20-at-11-47-34-pm-3', '', '', '2025-10-28 08:10:02', '2025-10-28 08:10:02', '', 43, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2025-10-28 08:10:45', '2025-10-28 08:10:45', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg","id":36,"dimRatio":50,"customOverlayColor":"#a8a3a5","isUserOverlayColor":false,"isDark":false,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-xxlarge","bottom":"var:preset|spacing|superbspacing-xxlarge"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover is-light" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:0"><img class="wp-block-cover__image-background wp-image-36 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#a8a3a5"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Giver Never Lack</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">There is no exercise better for the heart than reaching down and lifting people up. ou give but little when you give of your possessions. It is when you give of yourself that you truly give</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:button {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","letterSpacing":"1px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="font-style:normal;font-weight:400;letter-spacing:1px">DONATE TODAY</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"primary"} -->\n<hr class="wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">What We Do\n</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">of all our life time projects, these are brief projects carried out by the foundation</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":38,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg" alt="" class="wp-image-38" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Foundation Visit to Hospitals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">DK Foundations has visited various Hospitals providing various support to the sick in terms of food, finance and medical advice. Hence, we have a project that covered over 100+ hospital visits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":39,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg" alt="" class="wp-image-39" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Food Aid during hunder</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is committed to providing food and other support to vulnerable communities where hunger and other natural disaster have affected. so far over 50 communities have benefitted</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":42,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0017.jpg" alt="" class="wp-image-42" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Provision of Educational Material</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is also focused on providing the basic things needed for children to comfortably learn in rural areas, providing of books, school uniforms, and other accessories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">Our Mission & Values</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">Every initiative we launch is crafted to strengthen communities and steward resources responsibly. By sharing transparent insights and actionable guidance, we aim to multiply good work and spark collaboration across causes and continents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Transparency & Stewardship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We treat every donation, whether it’s a single coin in a collection jar or a seven-figure grant, with the same rigorous care. Detailed impact reports, quarterly independent audits, and real-time project dashboards allow supporters to trace each dollar from receipt to result. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By publishing success metrics and setbacks side-by-side, we make room for honest dialogue, faster course-corrections, and deeper trust between our team, our partners, and the communities we serve.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Inclusive Collaboration </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Sustainable change only happens when those most affected help design the solution. Before launching any program we convene listening circles, translate materials into local languages, and invite community leaders, youth advocates, and elders to co-create project goals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We also forge cross-sector partnerships, pairing NGOs with small businesses, universities, and faith groups, because diverse expertise sparks innovation and ensures that our programs respect cultural context while scaling effectively. .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Lifelong Service</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Charity is not a single event; it’s a lifelong rhythm of empathy in action. We nurture that rhythm through mentorship pipelines and hands-on training that equip volunteers to grow from one-time helpers into seasoned servant-leaders. Workshops on trauma-informed care and systemic advocacy empower people to address root causes, not just symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By celebrating service milestones and providing ongoing educational resources, we foster a global network committed to transforming compassion into enduring, generational impact.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}},"border":{"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"top":[],"right":[],"left":[]}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull" style="border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg","id":44,"dimRatio":40,"overlayColor":"primary","isUserOverlayColor":true,"sizeSlug":"full","style":{"spacing":{"padding":{"top":"400px","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-cover" style="padding-top:400px;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><img class="wp-block-cover__image-background wp-image-44 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-40 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->\n<div class="wp-block-group alignwide"><!-- wp:paragraph {"align":"right","placeholder":"Write title…","fontSize":"superbfont-xxlarge"} -->\n<p class="has-text-align-right has-superbfont-xxlarge-font-size">HAPPINESS\n <br>MATTERS</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","className":"blog-feed-one","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"var:preset|spacing|superbspacing-small"}},"border":{"top":{"width":"0px","style":"none"},"right":[],"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"left":[]}},"layout":{"type":"constrained","contentSize":""}} -->\n<main class="wp-block-group blog-feed-one" style="border-top-style:none;border-top-width:0px;border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-bottom:var(--wp--preset--spacing--superbspacing-small);padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained","contentSize":""}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"featured","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-text-align-center has-featured-color has-text-color has-superbfont-small-font-size">Latest Updates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"var:preset|spacing|superbspacing-xsmall"}}},"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xsmall)">Explore Our Articles\n</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {"queryId":0,"query":{"perPage":"3","pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"constrained","wideSize":"100%"}} -->\n<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"default","columnCount":2}} -->\n<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"0"},"blockGap":"var:preset|spacing|superbspacing-small"},"border":{"bottom":{"width":"0px","style":"none"}}},"backgroundColor":"mono-4","layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group alignwide has-mono-4-background-color has-background" style="border-bottom-style:none;border-bottom-width:0px;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:post-featured-image {"isLink":true,"width":"","height":"400px","align":"wide","style":{"border":{"radius":"0px"}}} /-->\n\n<!-- wp:group {"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall","margin":{"top":"10px","bottom":"10px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group" style="margin-top:10px;margin-bottom:10px"><!-- wp:post-date {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"right":"0","left":"0"}},"typography":{"fontStyle":"normal","fontWeight":"600"}},"textColor":"mono-1","fontSize":"superbfont-large","fontFamily":"fontsecondary"} /-->\n\n<!-- wp:post-excerpt {"moreText":"Read More...","excerptLength":54,"style":{"spacing":{"margin":{"top":"20px","right":"0px","bottom":"0px","left":"0px"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-medium"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:button {"className":"is-style-outline","style":{"border":{"width":"1px"}},"borderColor":"mono-3"} -->\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-border-color has-mono-3-border-color wp-element-button" style="border-width:1px">Read More</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":45,"width":"326px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg" alt="" class="wp-image-45" style="width:326px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Mr. Danjuma A. Raymond</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & Director</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)">Long-time advocate and volunteer dedicated to linking resources with people who need them most. When he isn’t coordinating strategy, he’s packing supply kits for the next outreach trip.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'Front Page', 'Displays your site''s homepage, whether it is set to display latest posts or a static page. The Front Page template takes precedence over all templates.', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2025-10-28 08:10:45', '2025-10-28 08:10:45', '', 43, 'https://dkfoundationtv.ng/?p=46', 0, 'revision', '', 0);
INSERT INTO `wpyd_posts` VALUES
(47, 1, '2025-10-28 08:14:53', '2025-10-28 08:14:53', '', 'WhatsApp Image 2025-10-17 at 6.12.56 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-17-at-6-12-56-am-2', '', '', '2025-10-28 08:14:53', '2025-10-28 08:14:53', '', 43, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2025-10-28 08:24:04', '2025-10-28 08:24:04', '', 'Picture1', '', 'inherit', 'open', 'closed', '', 'picture1', '', '', '2025-10-28 08:24:04', '2025-10-28 08:24:04', '', 43, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2025-10-28 08:25:40', '2025-10-28 08:25:40', '', 'Picture2', '', 'inherit', 'open', 'closed', '', 'picture2', '', '', '2025-10-28 08:25:40', '2025-10-28 08:25:40', '', 43, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2025-10-28 08:26:49', '2025-10-28 08:26:49', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg","id":36,"dimRatio":50,"customOverlayColor":"#a8a3a5","isUserOverlayColor":false,"isDark":false,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-xxlarge","bottom":"var:preset|spacing|superbspacing-xxlarge"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover is-light" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:0"><img class="wp-block-cover__image-background wp-image-36 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#a8a3a5"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Giver Never Lack</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">There is no exercise better for the heart than reaching down and lifting people up. ou give but little when you give of your possessions. It is when you give of yourself that you truly give</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:button {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","letterSpacing":"1px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="font-style:normal;font-weight:400;letter-spacing:1px">DONATE TODAY</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"primary"} -->\n<hr class="wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">What We Do\n</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">of all our life time projects, these are brief projects carried out by the foundation</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":38,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg" alt="" class="wp-image-38" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Foundation Visit to Hospitals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">DK Foundations has visited various Hospitals providing various support to the sick in terms of food, finance and medical advice. Hence, we have a project that covered over 100+ hospital visits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":39,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg" alt="" class="wp-image-39" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Food Aid during hunder</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is committed to providing food and other support to vulnerable communities where hunger and other natural disaster have affected. so far over 50 communities have benefitted</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":42,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0017.jpg" alt="" class="wp-image-42" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Provision of Educational Material</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is also focused on providing the basic things needed for children to comfortably learn in rural areas, providing of books, school uniforms, and other accessories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">Our Mission & Values</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">Every initiative we launch is crafted to strengthen communities and steward resources responsibly. By sharing transparent insights and actionable guidance, we aim to multiply good work and spark collaboration across causes and continents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Transparency & Stewardship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We treat every donation, whether it’s a single coin in a collection jar or a seven-figure grant, with the same rigorous care. Detailed impact reports, quarterly independent audits, and real-time project dashboards allow supporters to trace each dollar from receipt to result. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By publishing success metrics and setbacks side-by-side, we make room for honest dialogue, faster course-corrections, and deeper trust between our team, our partners, and the communities we serve.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Inclusive Collaboration </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Sustainable change only happens when those most affected help design the solution. Before launching any program we convene listening circles, translate materials into local languages, and invite community leaders, youth advocates, and elders to co-create project goals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We also forge cross-sector partnerships, pairing NGOs with small businesses, universities, and faith groups, because diverse expertise sparks innovation and ensures that our programs respect cultural context while scaling effectively. .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Lifelong Service</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Charity is not a single event; it’s a lifelong rhythm of empathy in action. We nurture that rhythm through mentorship pipelines and hands-on training that equip volunteers to grow from one-time helpers into seasoned servant-leaders. Workshops on trauma-informed care and systemic advocacy empower people to address root causes, not just symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By celebrating service milestones and providing ongoing educational resources, we foster a global network committed to transforming compassion into enduring, generational impact.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg","id":48,"dimRatio":0,"customOverlayColor":"#302815","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-48 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#302815"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Vission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To create a society that is enriched with the basic necessities of life and where every individual is treasured</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg","id":49,"dimRatio":0,"customOverlayColor":"#342a1e","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-49 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#342a1e"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Mission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To provide timely and life-saving humanitarian assistance to vulnerable communities through quality education, accessible healthcare, emergency relief materials, sustainable recovery, support for less privileged and also ensuring opportunities for everyone to strive by creating an avenue for growth and self actualisation for a good and prosperous future</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}},"border":{"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"top":[],"right":[],"left":[]}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull" style="border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg","id":44,"dimRatio":40,"overlayColor":"primary","isUserOverlayColor":true,"sizeSlug":"full","style":{"spacing":{"padding":{"top":"400px","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-cover" style="padding-top:400px;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><img class="wp-block-cover__image-background wp-image-44 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-40 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->\n<div class="wp-block-group alignwide"><!-- wp:paragraph {"align":"right","placeholder":"Write title…","fontSize":"superbfont-xxlarge"} -->\n<p class="has-text-align-right has-superbfont-xxlarge-font-size">HAPPINESS\n <br>MATTERS</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","className":"blog-feed-one","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"var:preset|spacing|superbspacing-small"}},"border":{"top":{"width":"0px","style":"none"},"right":[],"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"left":[]}},"layout":{"type":"constrained","contentSize":""}} -->\n<main class="wp-block-group blog-feed-one" style="border-top-style:none;border-top-width:0px;border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-bottom:var(--wp--preset--spacing--superbspacing-small);padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained","contentSize":""}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"featured","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-text-align-center has-featured-color has-text-color has-superbfont-small-font-size">Latest Updates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"var:preset|spacing|superbspacing-xsmall"}}},"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xsmall)">Explore Our Articles\n</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {"queryId":0,"query":{"perPage":"3","pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"constrained","wideSize":"100%"}} -->\n<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"default","columnCount":2}} -->\n<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"0"},"blockGap":"var:preset|spacing|superbspacing-small"},"border":{"bottom":{"width":"0px","style":"none"}}},"backgroundColor":"mono-4","layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group alignwide has-mono-4-background-color has-background" style="border-bottom-style:none;border-bottom-width:0px;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:post-featured-image {"isLink":true,"width":"","height":"400px","align":"wide","style":{"border":{"radius":"0px"}}} /-->\n\n<!-- wp:group {"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall","margin":{"top":"10px","bottom":"10px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group" style="margin-top:10px;margin-bottom:10px"><!-- wp:post-date {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"right":"0","left":"0"}},"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"mono-1","fontSize":"superbfont-large","fontFamily":"fontsecondary"} /-->\n\n<!-- wp:post-excerpt {"moreText":"Read More...","excerptLength":54,"style":{"spacing":{"margin":{"top":"20px","right":"0px","bottom":"0px","left":"0px"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-medium"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:button {"className":"is-style-outline","style":{"border":{"width":"1px"}},"borderColor":"mono-3"} -->\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-border-color has-mono-3-border-color wp-element-button" style="border-width:1px">Read More</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":45,"width":"326px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg" alt="" class="wp-image-45" style="width:326px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Mr. Danjuma A. Raymond</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & Director</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)">Long-time advocate and volunteer dedicated to linking resources with people who need them most. When he isn’t coordinating strategy, he’s packing supply kits for the next outreach trip.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'Front Page', 'Displays your site''s homepage, whether it is set to display latest posts or a static page. The Front Page template takes precedence over all templates.', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2025-10-28 08:26:49', '2025-10-28 08:26:49', '', 43, 'https://dkfoundationtv.ng/?p=50', 0, 'revision', '', 0),
(51, 1, '2025-10-28 08:30:53', '2025-10-28 08:30:53', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg","id":36,"dimRatio":50,"customOverlayColor":"#a8a3a5","isUserOverlayColor":false,"isDark":false,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-xxlarge","bottom":"var:preset|spacing|superbspacing-xxlarge"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover is-light" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:0"><img class="wp-block-cover__image-background wp-image-36 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#a8a3a5"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Giver Never Lack</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">There is no exercise better for the heart than reaching down and lifting people up. ou give but little when you give of your possessions. It is when you give of yourself that you truly give</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:button {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","letterSpacing":"1px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="font-style:normal;font-weight:400;letter-spacing:1px">DONATE TODAY</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"primary"} -->\n<hr class="wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">What We Do\n</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">of all our life time projects, these are brief projects carried out by the foundation</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":38,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg" alt="" class="wp-image-38" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Foundation Visit to Hospitals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">DK Foundations has visited various Hospitals providing various support to the sick in terms of food, finance and medical advice. Hence, we have a project that covered over 100+ hospital visits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":39,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg" alt="" class="wp-image-39" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Food Aid during hunder</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is committed to providing food and other support to vulnerable communities where hunger and other natural disaster have affected. so far over 50 communities have benefitted</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":42,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0017.jpg" alt="" class="wp-image-42" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Provision of Educational Material</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is also focused on providing the basic things needed for children to comfortably learn in rural areas, providing of books, school uniforms, and other accessories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">Our Mission & Values</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">Every initiative we launch is crafted to strengthen communities and steward resources responsibly. By sharing transparent insights and actionable guidance, we aim to multiply good work and spark collaboration across causes and continents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Transparency & Stewardship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We treat every donation, whether it’s a single coin in a collection jar or a seven-figure grant, with the same rigorous care. Detailed impact reports, quarterly independent audits, and real-time project dashboards allow supporters to trace each dollar from receipt to result. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By publishing success metrics and setbacks side-by-side, we make room for honest dialogue, faster course-corrections, and deeper trust between our team, our partners, and the communities we serve.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Inclusive Collaboration </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Sustainable change only happens when those most affected help design the solution. Before launching any program we convene listening circles, translate materials into local languages, and invite community leaders, youth advocates, and elders to co-create project goals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We also forge cross-sector partnerships, pairing NGOs with small businesses, universities, and faith groups, because diverse expertise sparks innovation and ensures that our programs respect cultural context while scaling effectively. .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Lifelong Service</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Charity is not a single event; it’s a lifelong rhythm of empathy in action. We nurture that rhythm through mentorship pipelines and hands-on training that equip volunteers to grow from one-time helpers into seasoned servant-leaders. Workshops on trauma-informed care and systemic advocacy empower people to address root causes, not just symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By celebrating service milestones and providing ongoing educational resources, we foster a global network committed to transforming compassion into enduring, generational impact.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg","id":48,"dimRatio":0,"customOverlayColor":"#302815","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-48 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#302815"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Vission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To create a society that is enriched with the basic necessities of life and where every individual is treasured</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg","id":49,"dimRatio":0,"customOverlayColor":"#342a1e","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-49 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#342a1e"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Mission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To provide timely and life-saving humanitarian assistance to vulnerable communities through quality education, accessible healthcare, emergency relief materials, sustainable recovery, support for less privileged and also ensuring opportunities for everyone to strive by creating an avenue for growth and self actualisation for a good and prosperous future</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg","id":48,"dimRatio":0,"customOverlayColor":"#302815","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-48 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#302815"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Donate Now</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Bank: </h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}},"border":{"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"top":[],"right":[],"left":[]}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull" style="border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg","id":44,"dimRatio":40,"overlayColor":"primary","isUserOverlayColor":true,"sizeSlug":"full","style":{"spacing":{"padding":{"top":"400px","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-cover" style="padding-top:400px;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><img class="wp-block-cover__image-background wp-image-44 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-40 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->\n<div class="wp-block-group alignwide"><!-- wp:paragraph {"align":"right","placeholder":"Write title…","fontSize":"superbfont-xxlarge"} -->\n<p class="has-text-align-right has-superbfont-xxlarge-font-size">HAPPINESS\n <br>MATTERS</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","className":"blog-feed-one","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"var:preset|spacing|superbspacing-small"}},"border":{"top":{"width":"0px","style":"none"},"right":[],"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"left":[]}},"layout":{"type":"constrained","contentSize":""}} -->\n<main class="wp-block-group blog-feed-one" style="border-top-style:none;border-top-width:0px;border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-bottom:var(--wp--preset--spacing--superbspacing-small);padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained","contentSize":""}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"featured","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-text-align-center has-featured-color has-text-color has-superbfont-small-font-size">Latest Updates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"var:preset|spacing|superbspacing-xsmall"}}},"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xsmall)">Explore Our Articles\n</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {"queryId":0,"query":{"perPage":"3","pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"constrained","wideSize":"100%"}} -->\n<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"default","columnCount":2}} -->\n<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"0"},"blockGap":"var:preset|spacing|superbspacing-small"},"border":{"bottom":{"width":"0px","style":"none"}}},"backgroundColor":"mono-4","layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group alignwide has-mono-4-background-color has-background" style="border-bottom-style:none;border-bottom-width:0px;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:post-featured-image {"isLink":true,"width":"","height":"400px","align":"wide","style":{"border":{"radius":"0px"}}} /-->\n\n<!-- wp:group {"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall","margin":{"top":"10px","bottom":"10px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group" style="margin-top:10px;margin-bottom:10px"><!-- wp:post-date {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"right":"0","left":"0"}},"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"mono-1","fontSize":"superbfont-large","fontFamily":"fontsecondary"} /-->\n\n<!-- wp:post-excerpt {"moreText":"Read More...","excerptLength":54,"style":{"spacing":{"margin":{"top":"20px","right":"0px","bottom":"0px","left":"0px"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-medium"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:button {"className":"is-style-outline","style":{"border":{"width":"1px"}},"borderColor":"mono-3"} -->\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-border-color has-mono-3-border-color wp-element-button" style="border-width:1px">Read More</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":45,"width":"326px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg" alt="" class="wp-image-45" style="width:326px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Mr. Danjuma A. Raymond</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & Director</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)">Long-time advocate and volunteer dedicated to linking resources with people who need them most. When he isn’t coordinating strategy, he’s packing supply kits for the next outreach trip.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'Front Page', 'Displays your site''s homepage, whether it is set to display latest posts or a static page. The Front Page template takes precedence over all templates.', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2025-10-28 08:30:53', '2025-10-28 08:30:53', '', 43, 'https://dkfoundationtv.ng/?p=51', 0, 'revision', '', 0);
INSERT INTO `wpyd_posts` VALUES
(52, 1, '2025-10-28 08:40:09', '2025-10-28 08:40:09', '', 'images (68)', '', 'inherit', 'open', 'closed', '', 'images-68', '', '', '2025-10-28 08:40:09', '2025-10-28 08:40:09', '', 43, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/images-68.jpeg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2025-10-28 08:40:18', '2025-10-28 08:40:18', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg","id":36,"dimRatio":50,"customOverlayColor":"#a8a3a5","isUserOverlayColor":false,"isDark":false,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-xxlarge","bottom":"var:preset|spacing|superbspacing-xxlarge"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover is-light" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xxlarge);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-xxlarge);padding-left:0"><img class="wp-block-cover__image-background wp-image-36 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.56-AM.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#a8a3a5"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Giver Never Lack</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">There is no exercise better for the heart than reaching down and lifting people up. ou give but little when you give of your possessions. It is when you give of yourself that you truly give</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:button {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","letterSpacing":"1px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="font-style:normal;font-weight:400;letter-spacing:1px">DONATE TODAY</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"primary"} -->\n<hr class="wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">What We Do\n</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">of all our life time projects, these are brief projects carried out by the foundation</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":38,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.01-AM.jpeg" alt="" class="wp-image-38" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Foundation Visit to Hospitals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">DK Foundations has visited various Hospitals providing various support to the sick in terms of food, finance and medical advice. Hence, we have a project that covered over 100+ hospital visits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":39,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.13.05-AM.jpeg" alt="" class="wp-image-39" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Food Aid during hunder</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is committed to providing food and other support to vulnerable communities where hunger and other natural disaster have affected. so far over 50 communities have benefitted</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":42,"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251017-WA0017.jpg" alt="" class="wp-image-42" style="object-fit:cover"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":3,"textColor":"contrast","fontSize":"superbfont-medium"} -->\n<h3 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-medium-font-size">Provision of Educational Material</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-xsmall-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall)">The foundation is also focused on providing the basic things needed for children to comfortably learn in rural areas, providing of books, school uniforms, and other accessories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"superbfont-small"} -->\n<p class="has-superbfont-small-font-size"><a href="#">Read more →</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"700px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:separator {"className":"is-style-default","backgroundColor":"mono-3"} -->\n<hr class="wp-block-separator has-text-color has-mono-3-color has-alpha-channel-opacity has-mono-3-background-color has-background is-style-default"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">Our Mission & Values</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-medium"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-medium)">Every initiative we launch is crafted to strengthen communities and steward resources responsibly. By sharing transparent insights and actionable guidance, we aim to multiply good work and spark collaboration across causes and continents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Transparency & Stewardship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We treat every donation, whether it’s a single coin in a collection jar or a seven-figure grant, with the same rigorous care. Detailed impact reports, quarterly independent audits, and real-time project dashboards allow supporters to trace each dollar from receipt to result. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By publishing success metrics and setbacks side-by-side, we make room for honest dialogue, faster course-corrections, and deeper trust between our team, our partners, and the communities we serve.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Inclusive Collaboration </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Sustainable change only happens when those most affected help design the solution. Before launching any program we convene listening circles, translate materials into local languages, and invite community leaders, youth advocates, and elders to co-create project goals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">We also forge cross-sector partnerships, pairing NGOs with small businesses, universities, and faith groups, because diverse expertise sparks innovation and ensures that our programs respect cultural context while scaling effectively. .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"top":"var:preset|spacing|superbspacing-xxsmall","bottom":"var:preset|spacing|superbspacing-xxsmall"}}},"backgroundColor":"mono-3","fontSize":"superbfont-medium","layout":{"type":"constrained"}} -->\n<div class="wp-block-group has-mono-3-background-color has-background has-superbfont-medium-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-1"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"mono-1"} -->\n<p class="has-text-align-left has-mono-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;font-size:24px">Lifelong Service</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">Charity is not a single event; it’s a lifelong rhythm of empathy in action. We nurture that rhythm through mentorship pipelines and hands-on training that equip volunteers to grow from one-time helpers into seasoned servant-leaders. Workshops on trauma-informed care and systemic advocacy empower people to address root causes, not just symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xxsmall"}}},"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-link-color has-superbfont-small-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:24px">By celebrating service milestones and providing ongoing educational resources, we foster a global network committed to transforming compassion into enduring, generational impact.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg","id":48,"dimRatio":0,"customOverlayColor":"#302815","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-48 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture1.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#302815"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Vission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To create a society that is enriched with the basic necessities of life and where every individual is treasured</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg","id":49,"dimRatio":0,"customOverlayColor":"#342a1e","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-49 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/Picture2.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#342a1e"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Our Mission</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">To provide timely and life-saving humanitarian assistance to vulnerable communities through quality education, accessible healthcare, emergency relief materials, sustainable recovery, support for less privileged and also ensuring opportunities for everyone to strive by creating an avenue for growth and self actualisation for a good and prosperous future</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-xlarge","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-xlarge);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"tagName":"main","metadata":{"categories":["header"],"patternName":"charity-and-nonprofit/header-005","name":"Header 005"},"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/images-68.jpeg","id":52,"dimRatio":0,"customOverlayColor":"#391614","isUserOverlayColor":false,"minHeight":50,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-52 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/images-68.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#391614"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Donate Now</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Bank: Guaranty Trust Bank PLC</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Account Name: Danjuma Kwagam Foundation</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Naira Account: 300 2281 720</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<h2 class="wp-block-heading has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">Dollar Account: 300 2281 744</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}},"border":{"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"top":[],"right":[],"left":[]}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull" style="border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg","id":44,"dimRatio":40,"overlayColor":"primary","isUserOverlayColor":true,"sizeSlug":"full","style":{"spacing":{"padding":{"top":"400px","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-cover" style="padding-top:400px;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><img class="wp-block-cover__image-background wp-image-44 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/IMG-20251023-WA0008.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-40 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->\n<div class="wp-block-group alignwide"><!-- wp:paragraph {"align":"right","placeholder":"Write title…","fontSize":"superbfont-xxlarge"} -->\n<p class="has-text-align-right has-superbfont-xxlarge-font-size">HAPPINESS\n <br>MATTERS</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"tagName":"main","className":"blog-feed-one","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"var:preset|spacing|superbspacing-small"}},"border":{"top":{"width":"0px","style":"none"},"right":[],"bottom":{"color":"var:preset|color|mono-3","width":"1px"},"left":[]}},"layout":{"type":"constrained","contentSize":""}} -->\n<main class="wp-block-group blog-feed-one" style="border-top-style:none;border-top-width:0px;border-bottom-color:var(--wp--preset--color--mono-3);border-bottom-width:1px;margin-bottom:var(--wp--preset--spacing--superbspacing-small);padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained","contentSize":""}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"featured","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-text-align-center has-featured-color has-text-color has-superbfont-small-font-size">Latest Updates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"var:preset|spacing|superbspacing-xsmall"}}},"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:var(--wp--preset--spacing--superbspacing-xsmall)">Explore Our Articles\n</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {"queryId":0,"query":{"perPage":"3","pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"constrained","wideSize":"100%"}} -->\n<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"default","columnCount":2}} -->\n<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"margin":{"bottom":"0"},"blockGap":"var:preset|spacing|superbspacing-small"},"border":{"bottom":{"width":"0px","style":"none"}}},"backgroundColor":"mono-4","layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group alignwide has-mono-4-background-color has-background" style="border-bottom-style:none;border-bottom-width:0px;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-small);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-small);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:post-featured-image {"isLink":true,"width":"","height":"400px","align":"wide","style":{"border":{"radius":"0px"}}} /-->\n\n<!-- wp:group {"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall","margin":{"top":"10px","bottom":"10px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group" style="margin-top:10px;margin-bottom:10px"><!-- wp:post-date {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"right":"0","left":"0"}},"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"mono-1","fontSize":"superbfont-large","fontFamily":"fontsecondary"} /-->\n\n<!-- wp:post-excerpt {"moreText":"Read More...","excerptLength":54,"style":{"spacing":{"margin":{"top":"20px","right":"0px","bottom":"0px","left":"0px"}}},"textColor":"mono-2","fontSize":"superbfont-xsmall"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-medium"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--superbspacing-medium)"><!-- wp:button {"className":"is-style-outline","style":{"border":{"width":"1px"}},"borderColor":"mono-3"} -->\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-border-color has-mono-3-border-color wp-element-button" style="border-width:1px">Read More</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-medium","bottom":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--superbspacing-medium);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-medium);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"},"elements":{"link":{"color":{"text":"var:preset|color|mono-2"}}}},"textColor":"mono-2","layout":{"type":"default"}} -->\n<div class="wp-block-group has-mono-2-color has-text-color has-link-color"><!-- wp:image {"id":45,"width":"326px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-20-at-11.47.34-PM-3.jpeg" alt="" class="wp-image-45" style="width:326px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"24px"},"spacing":{"margin":{"top":"var:preset|spacing|superbspacing-xsmall","bottom":"0"}}}} -->\n<h2 class="wp-block-heading has-text-align-center" style="margin-top:var(--wp--preset--spacing--superbspacing-xsmall);margin-bottom:0;font-size:24px">Mr. Danjuma A. Raymond</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"18px"},"spacing":{"margin":{"top":"5px","bottom":"var:preset|spacing|superbspacing-xxsmall"}}}} -->\n<h3 class="wp-block-heading has-text-align-center" style="margin-top:5px;margin-bottom:var(--wp--preset--spacing--superbspacing-xxsmall);font-size:18px"><em>Founder & Director</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-small"}}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-superbfont-medium-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-small)">Long-time advocate and volunteer dedicated to linking resources with people who need them most. When he isn’t coordinating strategy, he’s packing supply kits for the next outreach trip.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'Front Page', 'Displays your site''s homepage, whether it is set to display latest posts or a static page. The Front Page template takes precedence over all templates.', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2025-10-28 08:40:18', '2025-10-28 08:40:18', '', 43, 'https://dkfoundationtv.ng/?p=53', 0, 'revision', '', 0),
(54, 1, '2025-10-28 08:41:24', '2025-10-28 08:41:24', '', 'WhatsApp Image 2025-10-17 at 6.12.55 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-17-at-6-12-55-am', '', '', '2025-10-28 08:41:24', '2025-10-28 08:41:24', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.55-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2025-10-28 08:42:43', '2025-10-28 08:42:43', '', 'WhatsApp Image 2025-10-21 at 1.10.11 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-21-at-1-10-11-am', '', '', '2025-10-28 08:42:43', '2025-10-28 08:42:43', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-21-at-1.10.11-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(56, 1, '2025-10-28 08:44:19', '2025-10-28 08:44:19', '', 'WhatsApp Image 2025-10-21 at 1.03.41 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-10-21-at-1-03-41-am', '', '', '2025-10-28 08:44:19', '2025-10-28 08:44:19', '', 0, 'https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-21-at-1.03.41-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2025-10-28 08:47:34', '2025-10-28 08:47:34', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.55-AM.jpeg","id":54,"dimRatio":0,"customOverlayColor":"#8b8585","isUserOverlayColor":false,"minHeight":50,"isDark":false,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover is-light" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-54 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.55-AM.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#8b8585"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Contact Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">You can get in touch with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","right":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-medium"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"15px","padding":{"right":"0","bottom":"0","left":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-column is-vertically-aligned-center" style="padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"id":55,"sizeSlug":"full","linkDestination":"none","style":{"border":{"radius":"16px"},"color":{"duotone":"unset"}}} -->\n<figure class="wp-block-image size-full has-custom-border"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-21-at-1.10.11-AM.jpeg" alt="" class="wp-image-55" style="border-radius:16px"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-small"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-xsmall"}}},"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-xlarge-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-xsmall)">Contact Details</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-small-font-size">For donations or enquiries, Kindly Contact: </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:superb-addons/google-maps {"accepted":true} -->\n<div class="wp-block-superb-addons-google-maps"><div class="superbaddons-google-maps-block" style="border-radius:0%;height:300px"><iframe width="100%" height="300px" frameborder="0" margin="0" padding="0" referrerpolicy="no-referrer-when-downgrade" src="https://maps.google.com/maps?width=100%&height=100%&q=&t=&z=8&hl=en&ie=UTF8&iwloc=B&output=embed"></iframe></div></div>\n<!-- /wp:superb-addons/google-maps -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xsmall","left":"var:preset|spacing|superbspacing-xsmall"}}}} -->\n<div class="wp-block-columns"><!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-1.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"level":3,"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Email support</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size">info@dkfoundationtv.ng</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-2.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h2 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Phone Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size"><strong>+234 (0)802 476 4413</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>+234 (0)706 436 4237</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xsmall","left":"var:preset|spacing|superbspacing-xsmall"}}}} -->\n<div class="wp-block-columns"><!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-3.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h2 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Office Hours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size">Monday - Friday<br>08:30 - 16:00</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-4.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h2 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Address</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size">No 20 Oshineye Street, Shomolu LGA, Lagos State</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"primary","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-text-align-center has-primary-color has-text-color has-superbfont-small-font-size">Visit us</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">Locate Us on the Map</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">You can locate us on google map</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {"id":56,"sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-21-at-1.03.41-AM.jpeg" alt="" class="wp-image-56"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:social-links -->\n<ul class="wp-block-social-links"><!-- wp:social-link {"url":"https://www.bing.com/ck/a?!\\u0026\\u0026p=a00d8c5ddc00d7cc077db4d5ab24cf88fb2ad8d616ae139cbf34f06c402b9687JmltdHM9MTc2MjIxNDQwMA\\u0026ptn=3\\u0026ver=2\\u0026hsh=4\\u0026fclid=228eab44-7d2d-6c14-2a76-bddf7cba6d07\\u0026u=a1aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0RLRm91bmRhdGlvbnR2Lw","service":"facebook"} /-->\n\n<!-- wp:social-link {"url":"https://www.google.com/url?sa=t\\u0026source=web\\u0026rct=j\\u0026opi=89978449\\u0026url=https://www.instagram.com/dkfoundationtv/\\u0026ved=2ahUKEwjemv7DkdqQAxWPd0EAHdhPDLwQFnoECCMQAQ\\u0026usg=AOvVaw1jlG70-obvZsRAk3fiU8i7","service":"instagram"} /-->\n\n<!-- wp:social-link {"url":"https://vm.tiktok.com/ZSHcHu7521fbe-sSRfq/","service":"tiktok"} /-->\n\n<!-- wp:social-link {"url":"https://www.youtube.com/@DkfoundationTv","service":"youtube"} /-->\n\n<!-- wp:social-link {"url":"@dkfoundation ng","service":"x"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2025-11-05 04:17:11', '2025-11-05 04:17:11', '', 0, 'https://dkfoundationtv.ng/2025/10/28/contact/', 0, 'wp_template', '', 0);
INSERT INTO `wpyd_posts` VALUES
(67, 1, '2025-11-05 03:38:46', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-11-05 03:38:46', '0000-00-00 00:00:00', '', 0, 'https://dkfoundationtv.ng/?p=67', 0, 'post', '', 0),
(68, 1, '2025-11-05 03:41:03', '2025-11-05 03:41:03', '<!-- wp:gallery {"linkTo":"none"} -->\n<figure class="wp-block-gallery has-nested-images columns-default is-cropped"><!-- wp:image {"id":69,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00141.jpg" alt="" class="wp-image-69"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":71,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0014.jpg" alt="" class="wp-image-71"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":70,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0029.jpg" alt="" class="wp-image-70"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":72,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0042-767x1024.jpg" alt="" class="wp-image-72"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":74,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0050.jpg" alt="" class="wp-image-74"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":73,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0053.jpg" alt="" class="wp-image-73"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":76,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0057.jpg" alt="" class="wp-image-76"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":82,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00682.jpg" alt="" class="wp-image-82"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":75,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0083.jpg" alt="" class="wp-image-75"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":77,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00901.jpg" alt="" class="wp-image-77"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":78,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00951.jpg" alt="" class="wp-image-78"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":80,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA01011.jpg" alt="" class="wp-image-80"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":79,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0000.jpg" alt="" class="wp-image-79"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":83,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0002-768x1024.jpg" alt="" class="wp-image-83"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":81,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0003.jpg" alt="" class="wp-image-81"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":84,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0004-768x1024.jpg" alt="" class="wp-image-84"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":85,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0008-768x1024.jpg" alt="" class="wp-image-85"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":86,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0010-768x1024.jpg" alt="" class="wp-image-86"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":87,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0013-1024x768.jpg" alt="" class="wp-image-87"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":89,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0015-768x1024.jpg" alt="" class="wp-image-89"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":88,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0016-768x1024.jpg" alt="" class="wp-image-88"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'DKFoundations', '', 'publish', 'closed', 'closed', '', 'dkfoundations', '', '', '2025-11-05 03:41:03', '2025-11-05 03:41:03', '', 0, 'https://dkfoundationtv.ng/?page_id=68', 0, 'page', '', 0),
(69, 1, '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 'IMG-20251017-WA0014(1)', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa00141', '', '', '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00141.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 'IMG-20251017-WA0029', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0029', '', '', '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0029.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 'IMG-20251017-WA0014', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0014', '', '', '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0014.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 'IMG-20251017-WA0042', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0042', '', '', '2025-11-05 03:40:32', '2025-11-05 03:40:32', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0042.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 'IMG-20251017-WA0053', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0053', '', '', '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0053.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 'IMG-20251017-WA0050', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0050', '', '', '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0050.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 'IMG-20251017-WA0083', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0083', '', '', '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0083.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 'IMG-20251017-WA0057', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa0057', '', '', '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0057.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 'IMG-20251017-WA0090(1)', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa00901', '', '', '2025-11-05 03:40:33', '2025-11-05 03:40:33', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00901.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 'IMG-20251017-WA0095(1)', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa00951', '', '', '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00951.jpg', 0, 'attachment', 'image/jpeg', 0),
(79, 1, '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 'IMG-20251023-WA0000', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0000', '', '', '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0000.jpg', 0, 'attachment', 'image/jpeg', 0),
(80, 1, '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 'IMG-20251017-WA0101(1)', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa01011', '', '', '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA01011.jpg', 0, 'attachment', 'image/jpeg', 0),
(81, 1, '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 'IMG-20251023-WA0003', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0003', '', '', '2025-11-05 03:40:34', '2025-11-05 03:40:34', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0003.jpg', 0, 'attachment', 'image/jpeg', 0),
(82, 1, '2025-11-05 03:40:35', '2025-11-05 03:40:35', '', 'IMG-20251017-WA0068(2)', '', 'inherit', 'open', 'closed', '', 'img-20251017-wa00682', '', '', '2025-11-05 03:40:35', '2025-11-05 03:40:35', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00682.jpg', 0, 'attachment', 'image/jpeg', 0),
(83, 1, '2025-11-05 03:40:35', '2025-11-05 03:40:35', '', 'IMG-20251023-WA0002', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0002', '', '', '2025-11-05 03:40:35', '2025-11-05 03:40:35', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0002.jpg', 0, 'attachment', 'image/jpeg', 0),
(84, 1, '2025-11-05 03:40:36', '2025-11-05 03:40:36', '', 'IMG-20251023-WA0004', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0004', '', '', '2025-11-05 03:40:36', '2025-11-05 03:40:36', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0004.jpg', 0, 'attachment', 'image/jpeg', 0),
(85, 1, '2025-11-05 03:40:36', '2025-11-05 03:40:36', '', 'IMG-20251023-WA0008', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0008-2', '', '', '2025-11-05 03:40:36', '2025-11-05 03:40:36', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0008.jpg', 0, 'attachment', 'image/jpeg', 0),
(86, 1, '2025-11-05 03:40:37', '2025-11-05 03:40:37', '', 'IMG-20251023-WA0010', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0010', '', '', '2025-11-05 03:40:37', '2025-11-05 03:40:37', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0010.jpg', 0, 'attachment', 'image/jpeg', 0),
(87, 1, '2025-11-05 03:40:38', '2025-11-05 03:40:38', '', 'IMG-20251023-WA0013', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0013', '', '', '2025-11-05 03:40:38', '2025-11-05 03:40:38', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0013.jpg', 0, 'attachment', 'image/jpeg', 0),
(88, 1, '2025-11-05 03:40:38', '2025-11-05 03:40:38', '', 'IMG-20251023-WA0016', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0016', '', '', '2025-11-05 03:40:38', '2025-11-05 03:40:38', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0016.jpg', 0, 'attachment', 'image/jpeg', 0),
(89, 1, '2025-11-05 03:40:38', '2025-11-05 03:40:38', '', 'IMG-20251023-WA0015', '', 'inherit', 'open', 'closed', '', 'img-20251023-wa0015', '', '', '2025-11-05 03:40:38', '2025-11-05 03:40:38', '', 68, 'https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0015.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 1, '2025-11-05 03:41:03', '2025-11-05 03:41:03', '<!-- wp:gallery {"linkTo":"none"} -->\n<figure class="wp-block-gallery has-nested-images columns-default is-cropped"><!-- wp:image {"id":69,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00141.jpg" alt="" class="wp-image-69"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":71,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0014.jpg" alt="" class="wp-image-71"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":70,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0029.jpg" alt="" class="wp-image-70"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":72,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0042-767x1024.jpg" alt="" class="wp-image-72"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":74,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0050.jpg" alt="" class="wp-image-74"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":73,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0053.jpg" alt="" class="wp-image-73"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":76,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0057.jpg" alt="" class="wp-image-76"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":82,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00682.jpg" alt="" class="wp-image-82"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":75,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA0083.jpg" alt="" class="wp-image-75"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":77,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00901.jpg" alt="" class="wp-image-77"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":78,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA00951.jpg" alt="" class="wp-image-78"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":80,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251017-WA01011.jpg" alt="" class="wp-image-80"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":79,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0000.jpg" alt="" class="wp-image-79"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":83,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0002-768x1024.jpg" alt="" class="wp-image-83"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":81,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0003.jpg" alt="" class="wp-image-81"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":84,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0004-768x1024.jpg" alt="" class="wp-image-84"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":85,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0008-768x1024.jpg" alt="" class="wp-image-85"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":86,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0010-768x1024.jpg" alt="" class="wp-image-86"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":87,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0013-1024x768.jpg" alt="" class="wp-image-87"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":89,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0015-768x1024.jpg" alt="" class="wp-image-89"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":88,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/11/IMG-20251023-WA0016-768x1024.jpg" alt="" class="wp-image-88"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'DKFoundations', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2025-11-05 03:41:03', '2025-11-05 03:41:03', '', 68, 'https://dkfoundationtv.ng/?p=90', 0, 'revision', '', 0),
(91, 1, '2025-11-05 03:44:43', '2025-11-05 03:44:43', '<!-- wp:paragraph -->\r\n <p>This is a theme template page created by Superb Addons. You can edit this page's content and its template. If the blocks you want to edit can't be found in the page content, please edit the selected template.</p>\r\n <!-- /wp:paragraph -->', 'Contact (Theme)', '', 'publish', 'closed', 'closed', '', 'contact-theme-2', '', '', '2025-11-05 03:44:43', '2025-11-05 03:44:43', '', 0, 'https://dkfoundationtv.ng/contact-theme-2/', 0, 'page', '', 0),
(92, 1, '2025-11-05 03:44:44', '2025-11-05 03:44:44', '<!-- wp:paragraph -->\r\n <p>This is a theme template page created by Superb Addons. You can edit this page's content and its template. If the blocks you want to edit can't be found in the page content, please edit the selected template.</p>\r\n <!-- /wp:paragraph -->', 'About (Theme)', '', 'publish', 'closed', 'closed', '', 'about-theme-2', '', '', '2025-11-05 03:44:44', '2025-11-05 03:44:44', '', 0, 'https://dkfoundationtv.ng/about-theme-2/', 0, 'page', '', 0),
(93, 1, '2025-11-05 03:44:44', '2025-11-05 03:44:44', '<!-- wp:home-link {"label":"Home"} /--><!-- wp:navigation-link {"label":"Blog","type":"page","id":7,"url":"https://dkfoundationtv.ng/blog/","kind":"post-type","isTopLevelLink":true} /--><!-- wp:navigation-link {"label":"Contact (Theme)","type":"page","id":91,"url":"https://dkfoundationtv.ng/contact-theme-2/","kind":"post-type","isTopLevelLink":true} /--><!-- wp:navigation-link {"label":"About (Theme)","type":"page","id":92,"url":"https://dkfoundationtv.ng/about-theme-2/","kind":"post-type","isTopLevelLink":true} /-->', 'Navigation - Superb Addons - Theme Designer', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-05 03:44:44', '2025-11-05 03:44:44', '', 10, 'https://dkfoundationtv.ng/?p=93', 0, 'revision', '', 0),
(94, 1, '2025-11-05 03:44:44', '2025-11-05 03:44:44', '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"20px","bottom":"20px","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"}},"border":{"width":"0px","style":"none"}},"className":"superbthemes-navigation-two-columns","layout":{"type":"constrained","contentSize":""}} -->\n<div class="wp-block-group alignfull superbthemes-navigation-two-columns" style="border-style:none;border-width:0px;padding-top:20px;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:20px;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:columns {"verticalAlignment":"center","isStackedOnMobile":false,"align":"wide","style":{"border":{"bottom":{"width":"0px","style":"none"}},"spacing":{"padding":{"right":"0","left":"0"}}}} -->\n<div class="wp-block-columns alignwide are-vertically-aligned-center is-not-stacked-on-mobile" style="border-bottom-style:none;border-bottom-width:0px;padding-right:0;padding-left:0"><!-- wp:column {"verticalAlignment":"center","width":"40%","className":"superbthemes-navigation-two-columns-left"} -->\n<div class="wp-block-column is-vertically-aligned-center superbthemes-navigation-two-columns-left" style="flex-basis:40%"><!-- wp:site-title {"level":6,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"superbfont-medium"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"60%","className":"superbthemes-navigation-two-columns-right"} -->\n<div class="wp-block-column is-vertically-aligned-center superbthemes-navigation-two-columns-right" style="flex-basis:60%"><!-- wp:navigation {"textColor":"mono-1","icon":"menu","layout":{"type":"flex","justifyContent":"right"},"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-small"}},"fontSize":"superbfont-small","ref":10} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->', 'Header', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2025-11-05 03:44:44', '2025-11-05 03:44:44', '', 11, 'https://dkfoundationtv.ng/?p=94', 0, 'revision', '', 0),
(95, 1, '2025-11-05 03:47:44', '2025-11-05 03:47:44', '<!-- wp:home-link {"label":"Home"} /-->\n\n<!-- wp:navigation-link {"label":"Contact","type":"page","id":91,"url":"https://dkfoundationtv.ng/contact-theme-2/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"About","type":"page","id":92,"url":"https://dkfoundationtv.ng/about-theme-2/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"Blog","type":"page","id":7,"url":"https://dkfoundationtv.ng/blog/","kind":"post-type","isTopLevelLink":true} /-->\n\n<!-- wp:navigation-link {"label":"Gallery","type":"page","id":68,"url":"https://dkfoundationtv.ng/dkfoundations/","kind":"post-type"} /-->', 'Navigation - Superb Addons - Theme Designer', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-05 03:47:44', '2025-11-05 03:47:44', '', 10, 'https://dkfoundationtv.ng/?p=95', 0, 'revision', '', 0),
(96, 1, '2025-11-05 04:17:11', '2025-11-05 04:17:11', '<!-- wp:template-part {"slug":"header","theme":"charity-and-nonprofit","tagName":"header"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"dimensions":{"minHeight":""}},"backgroundColor":"mono-1","layout":{"type":"default"}} -->\n<main class="wp-block-group has-mono-1-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"url":"https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.55-AM.jpeg","id":54,"dimRatio":0,"customOverlayColor":"#8b8585","isUserOverlayColor":false,"minHeight":50,"isDark":false,"sizeSlug":"full","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-large"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-cover is-light" style="padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:0;padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:0;min-height:50px"><img class="wp-block-cover__image-background wp-image-54 size-full" alt="" src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-17-at-6.12.55-AM.jpeg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#8b8585"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|superbspacing-small","left":"var:preset|spacing|superbspacing-small","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:0;padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"700px","justifyContent":"center"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:heading {"textAlign":"center","level":1,"style":{"color":{"text":"#fdfdfd"},"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"superbfont-xxlarge"} -->\n<h1 class="wp-block-heading has-text-align-center has-text-color has-superbfont-xxlarge-font-size" style="color:#fdfdfd;font-style:normal;font-weight:400">Contact Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#fdfdfd"}},"fontSize":"superbfont-medium"} -->\n<p class="has-text-align-center has-text-color has-superbfont-medium-font-size" style="color:#fdfdfd">You can get in touch with us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","right":"var:preset|spacing|superbspacing-small","bottom":"var:preset|spacing|superbspacing-large","left":"var:preset|spacing|superbspacing-small"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"backgroundColor":"mono-4","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-mono-4-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-large);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-medium","left":"var:preset|spacing|superbspacing-medium"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"15px","padding":{"right":"0","bottom":"0","left":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-column is-vertically-aligned-center" style="padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:image {"id":55,"sizeSlug":"full","linkDestination":"none","style":{"border":{"radius":"16px"},"color":{"duotone":"unset"}}} -->\n<figure class="wp-block-image size-full has-custom-border"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-21-at-1.10.11-AM.jpeg" alt="" class="wp-image-55" style="border-radius:16px"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-small"}}} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|superbspacing-xsmall"}}},"textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-left has-contrast-color has-text-color has-superbfont-xlarge-font-size" style="margin-bottom:var(--wp--preset--spacing--superbspacing-xsmall)">Contact Details</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-left has-mono-2-color has-text-color has-superbfont-small-font-size">For donations or enquiries, Kindly Contact: </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:superb-addons/google-maps {"accepted":true} -->\n<div class="wp-block-superb-addons-google-maps"><div class="superbaddons-google-maps-block" style="border-radius:0%;height:300px"><iframe width="100%" height="300px" frameborder="0" margin="0" padding="0" referrerpolicy="no-referrer-when-downgrade" src="https://maps.google.com/maps?width=100%&height=100%&q=&t=&z=8&hl=en&ie=UTF8&iwloc=B&output=embed"></iframe></div></div>\n<!-- /wp:superb-addons/google-maps -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xsmall"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xsmall","left":"var:preset|spacing|superbspacing-xsmall"}}}} -->\n<div class="wp-block-columns"><!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-1.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"level":3,"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Email support</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size">info@dkfoundationtv.ng</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-2.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h2 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Phone Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size"><strong>+234 (0)802 476 4413</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>+234 (0)706 436 4237</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|superbspacing-xsmall","left":"var:preset|spacing|superbspacing-xsmall"}}}} -->\n<div class="wp-block-columns"><!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-3.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h2 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Office Hours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size">Monday - Friday<br>08:30 - 16:00</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}}} -->\n<div class="wp-block-column"><!-- wp:image {"width":"32px","height":"32px","sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large is-resized"><img src="https://dkfoundationtv.ng/wp-content/themes/charity-and-nonprofit/assets/images/contact/contact-10-4.png" alt="" style="width:32px;height:32px"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0"},"border":{"radius":"0px","width":"0px","style":"none"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="border-style:none;border-width:0px;border-radius:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"5px","bottom":"5px"}}},"textColor":"primary","fontSize":"superbfont-small"} -->\n<h2 class="wp-block-heading has-primary-color has-text-color has-superbfont-small-font-size" style="margin-top:5px;margin-bottom:5px">Address</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-mono-2-color has-text-color has-superbfont-small-font-size">No 20 Oshineye Street, Shomolu LGA, Lagos State</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|superbspacing-large","bottom":"var:preset|spacing|superbspacing-xlarge","left":"var:preset|spacing|superbspacing-small","right":"var:preset|spacing|superbspacing-small"},"blockGap":"var:preset|spacing|superbspacing-small","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--superbspacing-large);padding-right:var(--wp--preset--spacing--superbspacing-small);padding-bottom:var(--wp--preset--spacing--superbspacing-xlarge);padding-left:var(--wp--preset--spacing--superbspacing-small)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|superbspacing-xxsmall"}},"layout":{"type":"constrained","contentSize":"600px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"primary","fontSize":"superbfont-small"} -->\n<h3 class="wp-block-heading has-text-align-center has-primary-color has-text-color has-superbfont-small-font-size">Visit us</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"textAlign":"center","textColor":"contrast","fontSize":"superbfont-xlarge"} -->\n<h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-superbfont-xlarge-font-size">Locate Us on the Map</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","textColor":"mono-2","fontSize":"superbfont-small"} -->\n<p class="has-text-align-center has-mono-2-color has-text-color has-superbfont-small-font-size">You can locate us on google map</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {"id":56,"sizeSlug":"full","linkDestination":"none","align":"center"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://dkfoundationtv.ng/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-21-at-1.03.41-AM.jpeg" alt="" class="wp-image-56"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:social-links -->\n<ul class="wp-block-social-links"><!-- wp:social-link {"url":"https://www.bing.com/ck/a?!\\u0026\\u0026p=a00d8c5ddc00d7cc077db4d5ab24cf88fb2ad8d616ae139cbf34f06c402b9687JmltdHM9MTc2MjIxNDQwMA\\u0026ptn=3\\u0026ver=2\\u0026hsh=4\\u0026fclid=228eab44-7d2d-6c14-2a76-bddf7cba6d07\\u0026u=a1aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0RLRm91bmRhdGlvbnR2Lw","service":"facebook"} /-->\n\n<!-- wp:social-link {"url":"https://www.google.com/url?sa=t\\u0026source=web\\u0026rct=j\\u0026opi=89978449\\u0026url=https://www.instagram.com/dkfoundationtv/\\u0026ved=2ahUKEwjemv7DkdqQAxWPd0EAHdhPDLwQFnoECCMQAQ\\u0026usg=AOvVaw1jlG70-obvZsRAk3fiU8i7","service":"instagram"} /-->\n\n<!-- wp:social-link {"url":"https://vm.tiktok.com/ZSHcHu7521fbe-sSRfq/","service":"tiktok"} /-->\n\n<!-- wp:social-link {"url":"https://www.youtube.com/@DkfoundationTv","service":"youtube"} /-->\n\n<!-- wp:social-link {"url":"@dkfoundation ng","service":"x"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"charity-and-nonprofit","area":"footer"} /-->', 'Contact', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2025-11-05 04:17:11', '2025-11-05 04:17:11', '', 57, 'https://dkfoundationtv.ng/?p=96', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_termmeta`
--
CREATE TABLE `wpyd_termmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_terms`
--
CREATE TABLE `wpyd_terms` (
`term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_terms`
--
INSERT INTO `wpyd_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'charity-and-nonprofit', 'charity-and-nonprofit', 0),
(3, 'header', 'header', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_term_relationships`
--
CREATE TABLE `wpyd_term_relationships` (
`object_id` bigint unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
`term_order` int NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_term_relationships`
--
INSERT INTO `wpyd_term_relationships` VALUES
(1, 1, 0),
(6, 2, 0),
(11, 2, 0),
(11, 3, 0),
(12, 2, 0),
(23, 2, 0),
(43, 2, 0),
(57, 2, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_term_taxonomy`
--
CREATE TABLE `wpyd_term_taxonomy` (
`term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint unsigned NOT NULL DEFAULT '0',
`count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_term_taxonomy`
--
INSERT INTO `wpyd_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'wp_theme', '', 0, 6),
(3, 3, 'wp_template_part_area', '', 0, 1);
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_usermeta`
--
CREATE TABLE `wpyd_usermeta` (
`umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_usermeta`
--
INSERT INTO `wpyd_usermeta` VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpyd_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wpyd_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:"42c783e2224cb0cd0f2f6d61613a0689e75cc3df32975d30e4612988709d456b";a:4:{s:10:"expiration";i:1762910956;s:2:"ip";s:13:"103.214.23.42";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36";s:5:"login";i:1762738156;}}'),
(17, 1, 'wpyd_user-settings', 'libraryContent=browse&editor=tinymce'),
(18, 1, 'wpyd_user-settings-time', '1761629179'),
(19, 1, 'wpyd_dashboard_quick_press_last_post_id', '67'),
(20, 1, 'community-events-location', 'a:1:{s:2:"ip";s:12:"103.214.23.0";}'),
(21, 1, 'spbtic_notice_delay_charity-and-nonprofit_theme_notification', '1761629259'),
(22, 1, 'spbaddons_notice_delay_addons_delayed', '1761629278');
-- --------------------------------------------------------
--
-- Table structure for table `wpyd_users`
--
CREATE TABLE `wpyd_users` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int NOT NULL DEFAULT '0',
`display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wpyd_users`
--
INSERT INTO `wpyd_users` VALUES
(1, 'admin', '$wp$2y$10$veKmXRTiiUs5K56pLbIG0ejrzU6ddg.lGnepA5G3mvdJb7ucY3r2m', 'admin', 'info@dkfoundationtv.ng', 'https://dkfoundationtv.ng', '2025-10-28 05:20:16', '', 0, 'admin');
-- --------------------------------------------------------
/*!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 */;