# WordPress MySQL database migration # # Generated: Wednesday 17. September 2025 11:03 UTC # Hostname: localhost # Database: `bombora` # URL: //localhost/wordpress/bombora # Path: /Applications/MAMP/htdocs/wordpress/bombora # Tables: yswp_ba_commentmeta, yswp_ba_comments, yswp_ba_links, yswp_ba_options, yswp_ba_postmeta, yswp_ba_posts, yswp_ba_smush_dir_images, yswp_ba_term_relationships, yswp_ba_term_taxonomy, yswp_ba_termmeta, yswp_ba_terms, yswp_ba_usermeta, yswp_ba_users # Table Prefix: yswp_ba_ # Post Types: revision, acf-field, acf-field-group, attachment, customize_changeset, nav_menu_item, page, post, wp_navigation, wpcf7_contact_form # Protocol: http # Multisite: false # Subsite Export: false # -------------------------------------------------------- /*!40101 SET NAMES utf8mb4 */; SET sql_mode='NO_AUTO_VALUE_ON_ZERO'; # # Delete any existing table `yswp_ba_commentmeta` # DROP TABLE IF EXISTS `yswp_ba_commentmeta`; # # Table structure of table `yswp_ba_commentmeta` # CREATE TABLE `yswp_ba_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext 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; # # Data contents of table `yswp_ba_commentmeta` # # # End of data contents of table `yswp_ba_commentmeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_comments` # DROP TABLE IF EXISTS `yswp_ba_comments`; # # Table structure of table `yswp_ba_comments` # CREATE TABLE `yswp_ba_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) 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 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_comments` # INSERT INTO `yswp_ba_comments` ( `comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2025-09-09 06:52:19', '2025-09-09 06:52:19', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.', 0, 'post-trashed', '', 'comment', 0, 0) ; # # End of data contents of table `yswp_ba_comments` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_links` # DROP TABLE IF EXISTS `yswp_ba_links`; # # Table structure of table `yswp_ba_links` # CREATE TABLE `yswp_ba_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) 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; # # Data contents of table `yswp_ba_links` # # # End of data contents of table `yswp_ba_links` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_options` # DROP TABLE IF EXISTS `yswp_ba_options`; # # Table structure of table `yswp_ba_options` # CREATE TABLE `yswp_ba_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=1355 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_options` # INSERT INTO `yswp_ba_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'cron', 'a:13:{i:1758109940;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:1758135152;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:1758138738;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:1758140538;a:1:{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:1758142338;a:1:{s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1758153600;a:1:{s:22:"wdev_logger_clear_logs";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758178340;a:1:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758178352;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758178356;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:1758178695;a:1:{s:19:"wp_smush_daily_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758610440;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:1758696740;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'on'), (2, 'siteurl', 'http://localhost/wordpress/bombora', 'on'), (3, 'home', 'http://localhost/wordpress/bombora', 'on'), (4, 'blogname', 'Bombora', 'on'), (5, 'blogdescription', '', 'on'), (6, 'users_can_register', '0', 'on'), (7, 'admin_email', 'creativewordpress1947@gmail.com', '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', '', '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', '', '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', '', 'on'), (28, 'moderation_notify', '', 'on'), (29, 'permalink_structure', '/%postname%/', 'on'), (30, 'rewrite_rules', 'a:92:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=13&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'on'), (31, 'hack_file', '0', 'on'), (32, 'blog_charset', 'UTF-8', 'on'), (33, 'moderation_keys', '', 'off'), (34, 'active_plugins', 'a:5:{i:0;s:34:"-wps-hide-login/wps-hide-login.php";i:1;s:34:"advanced-custom-fields-pro/acf.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:31:"wp-migrate-db/wp-migrate-db.php";i:4;s:23:"wp-smushit/wp-smush.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', 'bombora', 'on'), (42, 'stylesheet', 'bombora', 'on'), (43, 'comment_registration', '', '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', '0', 'on'), (51, 'default_link_category', '2', 'on'), (52, 'show_on_front', 'page', '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', '', 'on'), (69, 'close_comments_days_old', '14', 'on'), (70, 'thread_comments', '1', 'on'), (71, 'thread_comments_depth', '5', 'on'), (72, 'page_comments', '', '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:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'auto'), (78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'auto'), (79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'auto'), (80, 'uninstall_plugins', 'a:0:{}', 'off'), (81, 'timezone_string', '', 'on'), (82, 'page_for_posts', '0', 'on'), (83, 'page_on_front', '13', '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', '1772952738', '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') ; INSERT INTO `yswp_ba_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'initial_db_version', '60421', 'on'), (102, 'yswp_ba_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'on'), (103, 'fresh_site', '0', 'off'), (104, 'user_count', '1', 'off'), (105, 'widget_block', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (106, 'sidebars_widgets', 'a:10:{s:19:"wp_inactive_widgets";a:1:{i:0;s:7:"block-9";}s:9:"sidebar-1";a:0:{}s:5:"login";a:1:{i:0;s:7:"block-2";}s:13:"bombora-links";a:2:{i:0;s:7:"block-3";i:1;s:10:"nav_menu-2";}s:28:"professionals-advisers-links";a:2:{i:0;s:7:"block-4";i:1;s:10:"nav_menu-3";}s:20:"life-insurance-links";a:2:{i:0;s:7:"block-5";i:1;s:10:"nav_menu-4";}s:10:"contact-us";a:6:{i:0;s:7:"block-6";i:1;s:7:"block-7";i:2;s:7:"block-8";i:3;s:10:"nav_menu-5";i:4;s:8:"block-10";i:5;s:10:"nav_menu-6";}s:12:"privacy-menu";a:1:{i:0;s:10:"nav_menu-7";}s:9:"copyright";a:1:{i:0;s:8:"block-11";}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:7:{i:2;a:1:{s:8:"nav_menu";i:3;}i:3;a:1:{s:8:"nav_menu";i:4;}i:4;a:1:{s:8:"nav_menu";i:5;}i:5;a:1:{s:8:"nav_menu";i:6;}i:6;a:1:{s:8:"nav_menu";i:7;}i:7;a:1:{s:8:"nav_menu";i:8;}s:12:"_multiwidget";i:1;}', 'auto'), (120, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (125, 'theme_mods_twentytwentyfive', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1757401401;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'), (127, 'recovery_keys', 'a:0:{}', 'off'), (140, 'can_compress_scripts', '0', 'on'), (152, 'recently_activated', 'a:0:{}', 'off'), (157, 'finished_updating_comment_type', '1', 'auto'), (161, 'wpcf7', 'a:2:{s:7:"version";s:5:"6.1.1";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1757400854;s:7:"version";s:5:"6.1.1";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'auto'), (166, 'wp_smush_event_times', 'a:1:{s:16:"plugin_installed";i:1757401094;}', 'off'), (167, 'wp-smush-settings', 'a:33:{s:4:"auto";b:1;s:5:"lossy";i:0;s:10:"strip_exif";b:1;s:6:"resize";b:0;s:9:"detection";b:0;s:8:"original";b:0;s:6:"backup";b:0;s:8:"no_scale";b:0;s:10:"png_to_jpg";b:0;s:7:"nextgen";b:0;s:2:"s3";b:0;s:9:"gutenberg";b:0;s:10:"js_builder";b:0;s:5:"gform";b:0;s:3:"cdn";b:0;s:13:"auto_resizing";b:0;s:17:"cdn_dynamic_sizes";b:0;s:4:"webp";i:1;s:5:"usage";b:0;s:17:"accessible_colors";b:0;s:9:"keep_data";b:1;s:9:"lazy_load";b:0;s:17:"background_images";b:1;s:16:"rest_api_support";b:0;s:8:"webp_mod";b:0;s:16:"background_email";b:0;s:22:"webp_direct_conversion";b:0;s:13:"webp_fallback";b:0;s:15:"disable_streams";b:0;s:8:"avif_mod";b:0;s:13:"avif_fallback";b:0;s:16:"image_dimensions";b:0;s:14:"preload_images";b:0;}', 'auto'), (168, 'wp-smush-install-type', 'existing', 'off'), (169, 'wp-smush-version', '3.21.1', 'off'), (173, 'wpmudev_recommended_plugins_registered', 'a:1:{s:23:"wp-smushit/wp-smush.php";a:1:{s:13:"registered_at";i:1757401095;}}', 'off'), (174, 'wp_smush_pre_3_12_6_site', '0', 'off'), (175, 'wp_smush_global_stats', 'a:3:{s:25:"rescan_required_timestamp";i:1757401095;s:22:"image_attachment_count";i:3;s:22:"optimized_images_count";i:5;}', 'off'), (176, 'wp_smush_image_sizes_state', 'a:2:{s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:5:"width";s:3:"150";s:6:"height";s:3:"150";s:4:"crop";b:1;}s:6:"medium";a:3:{s:5:"width";s:3:"300";s:6:"height";s:3:"300";s:4:"crop";b:0;}s:5:"large";a:3:{s:5:"width";s:4:"1024";s:6:"height";s:4:"1024";s:4:"crop";b:0;}s:9:"1536x1536";a:3:{s:5:"width";i:1536;s:6:"height";i:1536;s:4:"crop";b:0;}s:9:"2048x2048";a:3:{s:5:"width";i:2048;s:6:"height";i:2048;s:4:"crop";b:0;}s:12:"medium_large";a:2:{s:5:"width";i:768;s:6:"height";i:0;}}s:4:"hash";i:46247379563;}', 'auto'), (195, 'current_theme', 'bombora', 'auto'), (196, 'theme_mods_bombora', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:6:"menu-1";i:2;}s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:8;}', 'on'), (197, 'theme_switched', '', 'auto'), (203, 'WPLANG', '', 'auto'), (204, 'new_admin_email', 'creativewordpress1947@gmail.com', 'auto'), (215, 'whl_page', 'secure-bombora-login', 'auto'), (216, 'whl_redirect_admin', '404', 'auto'), (223, 'wpmudev_notices', 'a:3:{s:7:"plugins";a:1:{s:5:"smush";i:1757401755;}s:5:"queue";a:1:{s:5:"smush";a:2:{s:4:"rate";i:1757401755;s:8:"giveaway";i:1757401755;}}s:4:"done";a:1:{s:5:"smush";a:1:{s:5:"email";i:1757652636;}}}', 'off'), (236, 'wpmdb_usage', 'a:2:{s:6:"action";s:8:"savefile";s:4:"time";i:1758107005;}', 'off'), (283, 'category_children', 'a:0:{}', 'auto'), (335, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'off'), (363, 'acf_version', '6.1.6', 'auto'), (369, 'acf_pro_license', 'YToyOntzOjM6ImtleSI7czo3NjoiYjNKa1pYSmZhV1E5TVRNNE5ESTBmSFI1Y0dVOVpHVjJaV3h2Y0dWeWZHUmhkR1U5TWpBeE9DMHdPQzB6TVNBeE1Eb3hOem96TVE9PSI7czozOiJ1cmwiO3M6MzQ6Imh0dHA6Ly9sb2NhbGhvc3Qvd29yZHByZXNzL2JvbWJvcmEiO30=', 'auto'), (375, 'site_logo', '8', 'auto'), (492, 'wp-smush-optimize-list', '', 'off'), (493, 'wp-smush-reoptimize-list', '', 'off'), (494, 'wp-smush-error-items-list', '413,414,415,416,469,470,473,499,500,501,502,503,504,505,506,507,508,541', 'off'), (495, 'wp-smush-ignored-items-list', '', 'off'), (496, 'wp-smush-animated-items-list', '', 'off'), (702, 'wp_smush_error_counts', '{"error_posting_to_api_ssl-error":2}', 'yes'), (703, 'wp-smush-optimization-global-stats', 'a:8:{s:4:"time";d:0.11000000000000001;s:5:"bytes";i:46276;s:7:"percent";d:13.18;s:11:"size_before";i:351060;s:10:"size_after";i:304784;s:5:"count";i:1;s:14:"attachment_ids";s:3:"472";s:11:"lossy_count";i:0;}', 'off') ; # # End of data contents of table `yswp_ba_options` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_postmeta` # DROP TABLE IF EXISTS `yswp_ba_postmeta`; # # Table structure of table `yswp_ba_postmeta` # CREATE TABLE `yswp_ba_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=8218 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_postmeta` # INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (2, 3, '_wp_page_template', 'default'), (3, 6, '_form', '
\n
\n
\n [text* user-first-name placeholder "First Name*"]\n
\n
\n
\n
\n [text* user-last-name placeholder "Last Name*"]\n
\n
\n
\n
\n [email* user-email placeholder "Email*"]\n
\n
\n
\n
\n [text user-company placeholder "Company"]\n
\n
\n
\n
\n [tel* user-tel placeholder "Phone*"]\n
\n
\n
\n
\n [textarea user-msg placeholder] Message [/textarea]\n
\n
\n
\n [submit "SUBMIT"] \n
\n
'), (4, 6, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:46:"[_site_title] ";s:9:"recipient";s:19:"[_site_admin_email]";s:4:"body";s:191:"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:1;s:13:"exclude_blank";b:1;}'), (5, 6, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:46:"[_site_title] ";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:220:"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.";s:18:"additional_headers";s:29:"Reply-To: [_site_admin_email]";s:11:"attachments";s:0:"";s:8:"use_html";b:1;s:13:"exclude_blank";b:1;}'), (6, 6, '_messages', 'a:22:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:27:"Please fill out this field.";s:16:"invalid_too_long";s:32:"This field has a too long input.";s:17:"invalid_too_short";s:33:"This field has a too short input.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:31:"The uploaded file is too large.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:12:"invalid_date";s:41:"Please enter a date in YYYY-MM-DD format.";s:14:"date_too_early";s:32:"This field has a too early date.";s:13:"date_too_late";s:31:"This field has a too late date.";s:14:"invalid_number";s:22:"Please enter a number.";s:16:"number_too_small";s:34:"This field has a too small number.";s:16:"number_too_large";s:34:"This field has a too large number.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:13:"invalid_email";s:30:"Please enter an email address.";s:11:"invalid_url";s:19:"Please enter a URL.";s:11:"invalid_tel";s:32:"Please enter a telephone number.";}'), (7, 6, '_additional_settings', ''), (8, 6, '_locale', 'en_US'), (9, 6, '_hash', '995ebffe542060b2867bf520cbbd0b652ad4289df2da40db451fbf8a512b6b0f'), (12, 8, '_wp_attached_file', '2025/09/logo.svg'), (13, 8, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2574;}'), (14, 8, '_wp_attachment_image_alt', 'logo'), (15, 9, '_menu_item_type', 'custom'), (16, 9, '_menu_item_menu_item_parent', '0'), (17, 9, '_menu_item_object_id', '9'), (18, 9, '_menu_item_object', 'custom'), (19, 9, '_menu_item_target', ''), (20, 9, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (21, 9, '_menu_item_xfn', ''), (22, 9, '_menu_item_url', 'http://localhost/wordpress/bombora/'), (23, 9, '_menu_item_orphaned', '1757414398'), (24, 10, '_menu_item_type', 'post_type'), (25, 10, '_menu_item_menu_item_parent', '0'), (26, 10, '_menu_item_object_id', '2'), (27, 10, '_menu_item_object', 'page'), (28, 10, '_menu_item_target', ''), (29, 10, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (30, 10, '_menu_item_xfn', ''), (31, 10, '_menu_item_url', ''), (32, 10, '_menu_item_orphaned', '1757414398'), (33, 11, '_edit_lock', '1757414492:1'), (34, 13, '_edit_lock', '1757663298:1'), (35, 13, '_wp_page_template', 'templates/home.php'), (36, 15, '_edit_lock', '1758025623:1'), (37, 17, '_edit_lock', '1757414698:1'), (38, 19, '_edit_lock', '1757414569:1'), (39, 21, '_edit_lock', '1757414734:1'), (40, 23, '_edit_lock', '1757414603:1'), (41, 25, '_menu_item_type', 'custom'), (42, 25, '_menu_item_menu_item_parent', '0'), (43, 25, '_menu_item_object_id', '25'), (44, 25, '_menu_item_object', 'custom'), (45, 25, '_menu_item_target', ''), (46, 25, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (47, 25, '_menu_item_xfn', ''), (48, 25, '_menu_item_url', 'http://localhost/wordpress/bombora/'), (49, 25, '_menu_item_orphaned', '1757414752'), (50, 26, '_menu_item_type', 'post_type'), (51, 26, '_menu_item_menu_item_parent', '0'), (52, 26, '_menu_item_object_id', '23'), (53, 26, '_menu_item_object', 'page'), (54, 26, '_menu_item_target', ''), (55, 26, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (56, 26, '_menu_item_xfn', ''), (57, 26, '_menu_item_url', ''), (58, 26, '_menu_item_orphaned', '1757414752'), (59, 27, '_menu_item_type', 'post_type'), (60, 27, '_menu_item_menu_item_parent', '0'), (61, 27, '_menu_item_object_id', '17'), (62, 27, '_menu_item_object', 'page'), (63, 27, '_menu_item_target', ''), (64, 27, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (65, 27, '_menu_item_xfn', ''), (66, 27, '_menu_item_url', ''), (67, 27, '_menu_item_orphaned', '1757414752'), (68, 28, '_menu_item_type', 'post_type'), (69, 28, '_menu_item_menu_item_parent', '0'), (70, 28, '_menu_item_object_id', '13'), (71, 28, '_menu_item_object', 'page'), (72, 28, '_menu_item_target', ''), (73, 28, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (74, 28, '_menu_item_xfn', ''), (75, 28, '_menu_item_url', ''), (76, 28, '_menu_item_orphaned', '1757414752'), (77, 29, '_menu_item_type', 'post_type'), (78, 29, '_menu_item_menu_item_parent', '0'), (79, 29, '_menu_item_object_id', '19'), (80, 29, '_menu_item_object', 'page'), (81, 29, '_menu_item_target', ''), (82, 29, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (83, 29, '_menu_item_xfn', ''), (84, 29, '_menu_item_url', ''), (85, 29, '_menu_item_orphaned', '1757414752'), (86, 30, '_menu_item_type', 'post_type'), (87, 30, '_menu_item_menu_item_parent', '0'), (88, 30, '_menu_item_object_id', '21'), (89, 30, '_menu_item_object', 'page'), (90, 30, '_menu_item_target', ''), (91, 30, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (92, 30, '_menu_item_xfn', ''), (93, 30, '_menu_item_url', ''), (94, 30, '_menu_item_orphaned', '1757414752'), (95, 31, '_menu_item_type', 'post_type'), (96, 31, '_menu_item_menu_item_parent', '0'), (97, 31, '_menu_item_object_id', '15'), (98, 31, '_menu_item_object', 'page'), (99, 31, '_menu_item_target', ''), (100, 31, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (101, 31, '_menu_item_xfn', ''), (102, 31, '_menu_item_url', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (103, 31, '_menu_item_orphaned', '1757414752'), (104, 32, '_menu_item_type', 'post_type'), (105, 32, '_menu_item_menu_item_parent', '0'), (106, 32, '_menu_item_object_id', '2'), (107, 32, '_menu_item_object', 'page'), (108, 32, '_menu_item_target', ''), (109, 32, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (110, 32, '_menu_item_xfn', ''), (111, 32, '_menu_item_url', ''), (112, 32, '_menu_item_orphaned', '1757414752'), (113, 33, '_menu_item_type', 'post_type'), (114, 33, '_menu_item_menu_item_parent', '0'), (115, 33, '_menu_item_object_id', '11'), (116, 33, '_menu_item_object', 'page'), (117, 33, '_menu_item_target', ''), (118, 33, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (119, 33, '_menu_item_xfn', ''), (120, 33, '_menu_item_url', ''), (121, 33, '_menu_item_orphaned', '1757414752'), (122, 34, '_menu_item_type', 'post_type'), (123, 34, '_menu_item_menu_item_parent', '0'), (124, 34, '_menu_item_object_id', '23'), (125, 34, '_menu_item_object', 'page'), (126, 34, '_menu_item_target', ''), (127, 34, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (128, 34, '_menu_item_xfn', ''), (129, 34, '_menu_item_url', ''), (130, 34, '_menu_item_orphaned', '1757414760'), (131, 35, '_menu_item_type', 'post_type'), (132, 35, '_menu_item_menu_item_parent', '0'), (133, 35, '_menu_item_object_id', '21'), (134, 35, '_menu_item_object', 'page'), (135, 35, '_menu_item_target', ''), (136, 35, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (137, 35, '_menu_item_xfn', ''), (138, 35, '_menu_item_url', ''), (139, 35, '_menu_item_orphaned', '1757414760'), (140, 36, '_menu_item_type', 'post_type'), (141, 36, '_menu_item_menu_item_parent', '0'), (142, 36, '_menu_item_object_id', '19'), (143, 36, '_menu_item_object', 'page'), (144, 36, '_menu_item_target', ''), (145, 36, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (146, 36, '_menu_item_xfn', ''), (147, 36, '_menu_item_url', ''), (148, 36, '_menu_item_orphaned', '1757414760'), (149, 37, '_menu_item_type', 'post_type'), (150, 37, '_menu_item_menu_item_parent', '0'), (151, 37, '_menu_item_object_id', '17'), (152, 37, '_menu_item_object', 'page'), (153, 37, '_menu_item_target', ''), (154, 37, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (155, 37, '_menu_item_xfn', ''), (156, 37, '_menu_item_url', ''), (157, 37, '_menu_item_orphaned', '1757414760'), (158, 38, '_menu_item_type', 'post_type'), (159, 38, '_menu_item_menu_item_parent', '0'), (160, 38, '_menu_item_object_id', '15'), (161, 38, '_menu_item_object', 'page'), (162, 38, '_menu_item_target', ''), (163, 38, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (164, 38, '_menu_item_xfn', ''), (165, 38, '_menu_item_url', ''), (166, 38, '_menu_item_orphaned', '1757414760'), (167, 39, '_menu_item_type', 'post_type'), (168, 39, '_menu_item_menu_item_parent', '0'), (169, 39, '_menu_item_object_id', '13'), (170, 39, '_menu_item_object', 'page'), (171, 39, '_menu_item_target', ''), (172, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (173, 39, '_menu_item_xfn', ''), (174, 39, '_menu_item_url', ''), (175, 39, '_menu_item_orphaned', '1757414760'), (176, 40, '_menu_item_type', 'post_type'), (177, 40, '_menu_item_menu_item_parent', '0'), (178, 40, '_menu_item_object_id', '11'), (179, 40, '_menu_item_object', 'page'), (180, 40, '_menu_item_target', ''), (181, 40, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (182, 40, '_menu_item_xfn', ''), (183, 40, '_menu_item_url', ''), (184, 40, '_menu_item_orphaned', '1757414760'), (185, 41, '_menu_item_type', 'custom'), (186, 41, '_menu_item_menu_item_parent', '0'), (187, 41, '_menu_item_object_id', '41'), (188, 41, '_menu_item_object', 'custom'), (189, 41, '_menu_item_target', ''), (190, 41, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (191, 41, '_menu_item_xfn', ''), (192, 41, '_menu_item_url', 'http://localhost/wordpress/bombora/'), (193, 41, '_menu_item_orphaned', '1757414769'), (194, 42, '_menu_item_type', 'post_type'), (195, 42, '_menu_item_menu_item_parent', '0'), (196, 42, '_menu_item_object_id', '23'), (197, 42, '_menu_item_object', 'page'), (198, 42, '_menu_item_target', ''), (199, 42, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (200, 42, '_menu_item_xfn', ''), (201, 42, '_menu_item_url', ''), (212, 44, '_menu_item_type', 'post_type') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (213, 44, '_menu_item_menu_item_parent', '0'), (214, 44, '_menu_item_object_id', '13'), (215, 44, '_menu_item_object', 'page'), (216, 44, '_menu_item_target', ''), (217, 44, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (218, 44, '_menu_item_xfn', ''), (219, 44, '_menu_item_url', ''), (230, 46, '_menu_item_type', 'post_type'), (231, 46, '_menu_item_menu_item_parent', '0'), (232, 46, '_menu_item_object_id', '21'), (233, 46, '_menu_item_object', 'page'), (234, 46, '_menu_item_target', ''), (235, 46, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (236, 46, '_menu_item_xfn', ''), (237, 46, '_menu_item_url', ''), (239, 47, '_menu_item_type', 'post_type'), (240, 47, '_menu_item_menu_item_parent', '0'), (241, 47, '_menu_item_object_id', '15'), (242, 47, '_menu_item_object', 'page'), (243, 47, '_menu_item_target', ''), (244, 47, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (245, 47, '_menu_item_xfn', ''), (246, 47, '_menu_item_url', ''), (248, 48, '_menu_item_type', 'post_type'), (249, 48, '_menu_item_menu_item_parent', '0'), (250, 48, '_menu_item_object_id', '2'), (251, 48, '_menu_item_object', 'page'), (252, 48, '_menu_item_target', ''), (253, 48, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (254, 48, '_menu_item_xfn', ''), (255, 48, '_menu_item_url', ''), (256, 48, '_menu_item_orphaned', '1757414769'), (266, 1, '_wp_trash_meta_status', 'publish'), (267, 1, '_wp_trash_meta_time', '1757414885'), (268, 1, '_wp_desired_post_slug', 'hello-world'), (269, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}'), (273, 52, '_edit_lock', '1757414992:1'), (274, 52, '_wp_trash_meta_status', 'publish'), (275, 52, '_wp_trash_meta_time', '1757415036'), (278, 54, '_edit_last', '1'), (279, 54, '_edit_lock', '1757594542:1'), (280, 56, '_wp_trash_meta_status', 'publish'), (281, 56, '_wp_trash_meta_time', '1757418198'), (282, 56, '_wp_desired_post_slug', 'group_649d7c6c9675e'), (283, 57, '_wp_trash_meta_status', 'publish'), (284, 57, '_wp_trash_meta_time', '1757418198'), (285, 57, '_wp_desired_post_slug', 'field_649d7c6c82977'), (286, 58, '_wp_trash_meta_status', 'publish'), (287, 58, '_wp_trash_meta_time', '1757418289'), (288, 59, '_wp_attached_file', '2025/09/home-icon.svg'), (289, 59, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:509;}'), (290, 59, '_wp_attachment_image_alt', 'home-icon'), (291, 44, 'menu_icon', '405'), (292, 44, '_menu_icon', 'field_68c010fe46472'), (295, 47, 'menu_icon', ''), (296, 47, '_menu_icon', 'field_68c010fe46472'), (297, 46, 'menu_icon', ''), (298, 46, '_menu_icon', 'field_68c010fe46472'), (303, 42, 'menu_icon', ''), (304, 42, '_menu_icon', 'field_68c010fe46472'), (305, 60, '_wp_trash_meta_status', 'publish'), (306, 60, '_wp_trash_meta_time', '1757418541'), (307, 60, '_wp_desired_post_slug', 'group_649d7c6c9675e'), (308, 61, '_wp_trash_meta_status', 'publish'), (309, 61, '_wp_trash_meta_time', '1757418541'), (310, 61, '_wp_desired_post_slug', 'field_649d7c6c82977'), (311, 62, '_edit_lock', '1757939288:1'), (313, 65, '_edit_lock', '1757939450:1'), (314, 67, '_edit_lock', '1758090036:1'), (315, 69, '_edit_lock', '1757478927:1'), (316, 71, '_edit_lock', '1758025799:1'), (317, 73, '_menu_item_type', 'post_type'), (318, 73, '_menu_item_menu_item_parent', '80'), (319, 73, '_menu_item_object_id', '65'), (320, 73, '_menu_item_object', 'page'), (321, 73, '_menu_item_target', ''), (322, 73, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (323, 73, '_menu_item_xfn', ''), (324, 73, '_menu_item_url', ''), (326, 74, '_menu_item_type', 'post_type'), (327, 74, '_menu_item_menu_item_parent', '80'), (328, 74, '_menu_item_object_id', '62'), (329, 74, '_menu_item_object', 'page'), (330, 74, '_menu_item_target', ''), (331, 74, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (332, 74, '_menu_item_xfn', ''), (333, 74, '_menu_item_url', ''), (335, 74, 'menu_icon', ''), (336, 74, '_menu_icon', 'field_68c010fe46472'), (337, 73, 'menu_icon', ''), (338, 73, '_menu_icon', 'field_68c010fe46472'), (339, 44, '_wp_old_date', '2025-09-09'), (341, 47, '_wp_old_date', '2025-09-09'), (342, 46, '_wp_old_date', '2025-09-09'), (345, 42, '_wp_old_date', '2025-09-09'), (346, 75, '_menu_item_type', 'post_type'), (347, 75, '_menu_item_menu_item_parent', '79'), (348, 75, '_menu_item_object_id', '67'), (349, 75, '_menu_item_object', 'page'), (350, 75, '_menu_item_target', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (351, 75, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (352, 75, '_menu_item_xfn', ''), (353, 75, '_menu_item_url', ''), (355, 76, '_menu_item_type', 'post_type'), (356, 76, '_menu_item_menu_item_parent', '78'), (357, 76, '_menu_item_object_id', '71'), (358, 76, '_menu_item_object', 'page'), (359, 76, '_menu_item_target', ''), (360, 76, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (361, 76, '_menu_item_xfn', ''), (362, 76, '_menu_item_url', ''), (364, 77, '_menu_item_type', 'post_type'), (365, 77, '_menu_item_menu_item_parent', '78'), (366, 77, '_menu_item_object_id', '69'), (367, 77, '_menu_item_object', 'page'), (368, 77, '_menu_item_target', ''), (369, 77, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (370, 77, '_menu_item_xfn', ''), (371, 77, '_menu_item_url', ''), (373, 75, 'menu_icon', ''), (374, 75, '_menu_icon', 'field_68c010fe46472'), (375, 76, 'menu_icon', ''), (376, 76, '_menu_icon', 'field_68c010fe46472'), (377, 77, 'menu_icon', ''), (378, 77, '_menu_icon', 'field_68c010fe46472'), (379, 78, '_menu_item_type', 'custom'), (380, 78, '_menu_item_menu_item_parent', '0'), (381, 78, '_menu_item_object_id', '78'), (382, 78, '_menu_item_object', 'custom'), (383, 78, '_menu_item_target', ''), (384, 78, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (385, 78, '_menu_item_xfn', ''), (386, 78, '_menu_item_url', '#'), (388, 79, '_menu_item_type', 'custom'), (389, 79, '_menu_item_menu_item_parent', '0'), (390, 79, '_menu_item_object_id', '79'), (391, 79, '_menu_item_object', 'custom'), (392, 79, '_menu_item_target', ''), (393, 79, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (394, 79, '_menu_item_xfn', ''), (395, 79, '_menu_item_url', '#'), (397, 79, 'menu_icon', ''), (398, 79, '_menu_icon', 'field_68c010fe46472'), (399, 78, 'menu_icon', ''), (400, 78, '_menu_icon', 'field_68c010fe46472'), (401, 80, '_menu_item_type', 'custom'), (402, 80, '_menu_item_menu_item_parent', '0'), (403, 80, '_menu_item_object_id', '80'), (404, 80, '_menu_item_object', 'custom'), (405, 80, '_menu_item_target', ''), (406, 80, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (407, 80, '_menu_item_xfn', ''), (408, 80, '_menu_item_url', '#'), (410, 80, 'menu_icon', ''), (411, 80, '_menu_icon', 'field_68c010fe46472'), (412, 81, '_menu_item_type', 'post_type'), (413, 81, '_menu_item_menu_item_parent', '0'), (414, 81, '_menu_item_object_id', '65'), (415, 81, '_menu_item_object', 'page'), (416, 81, '_menu_item_target', ''), (417, 81, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (418, 81, '_menu_item_xfn', ''), (419, 81, '_menu_item_url', ''), (421, 82, '_menu_item_type', 'post_type'), (422, 82, '_menu_item_menu_item_parent', '0'), (423, 82, '_menu_item_object_id', '17'), (424, 82, '_menu_item_object', 'page'), (425, 82, '_menu_item_target', ''), (426, 82, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (427, 82, '_menu_item_xfn', ''), (428, 82, '_menu_item_url', ''), (430, 83, '_menu_item_type', 'post_type'), (431, 83, '_menu_item_menu_item_parent', '0'), (432, 83, '_menu_item_object_id', '21'), (433, 83, '_menu_item_object', 'page'), (434, 83, '_menu_item_target', ''), (435, 83, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (436, 83, '_menu_item_xfn', ''), (437, 83, '_menu_item_url', ''), (439, 84, '_menu_item_type', 'post_type'), (440, 84, '_menu_item_menu_item_parent', '0'), (441, 84, '_menu_item_object_id', '15'), (442, 84, '_menu_item_object', 'page'), (443, 84, '_menu_item_target', ''), (444, 84, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (445, 84, '_menu_item_xfn', ''), (446, 84, '_menu_item_url', ''), (448, 85, '_menu_item_type', 'post_type'), (449, 85, '_menu_item_menu_item_parent', '0'), (450, 85, '_menu_item_object_id', '62'), (451, 85, '_menu_item_object', 'page'), (452, 85, '_menu_item_target', ''), (453, 85, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (454, 85, '_menu_item_xfn', ''), (455, 85, '_menu_item_url', ''), (457, 86, '_menu_item_type', 'custom'), (458, 86, '_menu_item_menu_item_parent', '0'), (459, 86, '_menu_item_object_id', '86'), (460, 86, '_menu_item_object', 'custom'), (461, 86, '_menu_item_target', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (462, 86, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (463, 86, '_menu_item_xfn', ''), (464, 86, '_menu_item_url', '#'), (466, 87, '_menu_item_type', 'custom'), (467, 87, '_menu_item_menu_item_parent', '0'), (468, 87, '_menu_item_object_id', '87'), (469, 87, '_menu_item_object', 'custom'), (470, 87, '_menu_item_target', ''), (471, 87, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (472, 87, '_menu_item_xfn', ''), (473, 87, '_menu_item_url', '#'), (475, 88, '_menu_item_type', 'custom'), (476, 88, '_menu_item_menu_item_parent', '0'), (477, 88, '_menu_item_object_id', '88'), (478, 88, '_menu_item_object', 'custom'), (479, 88, '_menu_item_target', ''), (480, 88, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (481, 88, '_menu_item_xfn', ''), (482, 88, '_menu_item_url', '#'), (484, 89, '_menu_item_type', 'custom'), (485, 89, '_menu_item_menu_item_parent', '0'), (486, 89, '_menu_item_object_id', '89'), (487, 89, '_menu_item_object', 'custom'), (488, 89, '_menu_item_target', ''), (489, 89, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (490, 89, '_menu_item_xfn', ''), (491, 89, '_menu_item_url', '#'), (493, 90, '_menu_item_type', 'custom'), (494, 90, '_menu_item_menu_item_parent', '0'), (495, 90, '_menu_item_object_id', '90'), (496, 90, '_menu_item_object', 'custom'), (497, 90, '_menu_item_target', ''), (498, 90, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (499, 90, '_menu_item_xfn', ''), (500, 90, '_menu_item_url', '#'), (502, 91, '_menu_item_type', 'custom'), (503, 91, '_menu_item_menu_item_parent', '0'), (504, 91, '_menu_item_object_id', '91'), (505, 91, '_menu_item_object', 'custom'), (506, 91, '_menu_item_target', ''), (507, 91, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (508, 91, '_menu_item_xfn', ''), (509, 91, '_menu_item_url', '#'), (511, 92, '_menu_item_type', 'post_type'), (512, 92, '_menu_item_menu_item_parent', '0'), (513, 92, '_menu_item_object_id', '71'), (514, 92, '_menu_item_object', 'page'), (515, 92, '_menu_item_target', ''), (516, 92, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (517, 92, '_menu_item_xfn', ''), (518, 92, '_menu_item_url', ''), (520, 93, '_menu_item_type', 'post_type'), (521, 93, '_menu_item_menu_item_parent', '0'), (522, 93, '_menu_item_object_id', '69'), (523, 93, '_menu_item_object', 'page'), (524, 93, '_menu_item_target', ''), (525, 93, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (526, 93, '_menu_item_xfn', ''), (527, 93, '_menu_item_url', ''), (529, 94, '_menu_item_type', 'post_type'), (530, 94, '_menu_item_menu_item_parent', '0'), (531, 94, '_menu_item_object_id', '23'), (532, 94, '_menu_item_object', 'page'), (533, 94, '_menu_item_target', ''), (534, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (535, 94, '_menu_item_xfn', ''), (536, 94, '_menu_item_url', ''), (538, 95, '_menu_item_type', 'custom'), (539, 95, '_menu_item_menu_item_parent', '0'), (540, 95, '_menu_item_object_id', '95'), (541, 95, '_menu_item_object', 'custom'), (542, 95, '_menu_item_target', '_blank'), (543, 95, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (544, 95, '_menu_item_xfn', ''), (545, 95, '_menu_item_url', 'https://in.linkedin.com/'), (547, 96, '_menu_item_type', 'custom'), (548, 96, '_menu_item_menu_item_parent', '0'), (549, 96, '_menu_item_object_id', '96'), (550, 96, '_menu_item_object', 'custom'), (551, 96, '_menu_item_target', ''), (552, 96, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (553, 96, '_menu_item_xfn', ''), (554, 96, '_menu_item_url', 'mailto:'), (556, 97, '_wp_attached_file', '2025/09/linkdin-icon.jpg'), (557, 97, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:101;s:6:"height";i:100;s:4:"file";s:24:"2025/09/linkdin-icon.jpg";s:8:"filesize";i:21093;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'), (558, 98, '_wp_attached_file', '2025/09/mail-icon.svg'), (559, 98, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:3185;}'), (560, 97, '_wp_attachment_image_alt', 'linkdin-icon'), (561, 98, '_wp_attachment_image_alt', 'mail-icon'), (562, 95, 'menu_icon', '407'), (563, 95, '_menu_icon', 'field_68c010fe46472'), (564, 96, 'menu_icon', '408'), (565, 96, '_menu_icon', 'field_68c010fe46472'), (566, 99, '_edit_lock', '1757490982:1'), (567, 101, '_edit_lock', '1757491140:1'), (568, 103, '_edit_lock', '1757491157:1'), (569, 105, '_edit_lock', '1757491184:1'), (570, 107, '_menu_item_type', 'post_type'), (571, 107, '_menu_item_menu_item_parent', '0'), (572, 107, '_menu_item_object_id', '105') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (573, 107, '_menu_item_object', 'page'), (574, 107, '_menu_item_target', ''), (575, 107, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (576, 107, '_menu_item_xfn', ''), (577, 107, '_menu_item_url', ''), (579, 108, '_menu_item_type', 'post_type'), (580, 108, '_menu_item_menu_item_parent', '0'), (581, 108, '_menu_item_object_id', '103'), (582, 108, '_menu_item_object', 'page'), (583, 108, '_menu_item_target', ''), (584, 108, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (585, 108, '_menu_item_xfn', ''), (586, 108, '_menu_item_url', ''), (588, 109, '_menu_item_type', 'post_type'), (589, 109, '_menu_item_menu_item_parent', '0'), (590, 109, '_menu_item_object_id', '101'), (591, 109, '_menu_item_object', 'page'), (592, 109, '_menu_item_target', ''), (593, 109, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (594, 109, '_menu_item_xfn', ''), (595, 109, '_menu_item_url', ''), (597, 110, '_menu_item_type', 'post_type'), (598, 110, '_menu_item_menu_item_parent', '0'), (599, 110, '_menu_item_object_id', '99'), (600, 110, '_menu_item_object', 'page'), (601, 110, '_menu_item_target', ''), (602, 110, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (603, 110, '_menu_item_xfn', ''), (604, 110, '_menu_item_url', ''), (605, 62, '_wp_page_template', 'templates/specialised-licensee.php'), (606, 405, '_wp_attached_file', '2025/09/home-icon.svg'), (607, 405, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:509;}'), (608, 405, '_wp_attachment_image_alt', 'home-icon'), (609, 44, '_wp_old_date', '2025-09-10'), (610, 80, '_wp_old_date', '2025-09-10'), (611, 74, '_wp_old_date', '2025-09-10'), (612, 73, '_wp_old_date', '2025-09-10'), (613, 47, '_wp_old_date', '2025-09-10'), (614, 79, '_wp_old_date', '2025-09-10'), (615, 75, '_wp_old_date', '2025-09-10'), (616, 78, '_wp_old_date', '2025-09-10'), (617, 76, '_wp_old_date', '2025-09-10'), (618, 77, '_wp_old_date', '2025-09-10'), (619, 46, '_wp_old_date', '2025-09-10'), (620, 42, '_wp_old_date', '2025-09-10'), (621, 406, '_wp_attached_file', '2025/09/logo.svg'), (622, 406, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2574;}'), (623, 407, '_wp_attached_file', '2025/09/linkdin-icon.jpg'), (624, 407, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:101;s:6:"height";i:100;s:4:"file";s:24:"2025/09/linkdin-icon.jpg";s:8:"filesize";i:21093;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'), (625, 408, '_wp_attached_file', '2025/09/mail-icon.svg'), (626, 408, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:3185;}'), (627, 408, '_wp_attachment_image_alt', 'mail-icon'), (628, 95, '_wp_old_date', '2025-09-10'), (629, 96, '_wp_old_date', '2025-09-10'), (630, 409, '_edit_lock', '1757934274:1'), (631, 409, '_wp_page_template', 'templates/home-dev.php'), (632, 179, '_edit_lock', '1757933039:1'), (633, 179, '_edit_last', '1'), (634, 88, '_edit_lock', '1757597236:1'), (638, 409, '_edit_last', '1'), (639, 409, 'banner_section_banner_slider_0_banner_image', '414'), (640, 409, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (641, 409, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (642, 409, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (643, 409, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (644, 409, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (645, 409, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (646, 409, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (647, 409, 'banner_section_banner_slider_1_banner_image', '416'), (648, 409, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (649, 409, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (650, 409, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (651, 409, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (652, 409, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (653, 409, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (654, 409, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (655, 409, 'banner_section_banner_slider_2_banner_image', '413'), (656, 409, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (657, 409, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (658, 409, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (659, 409, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (660, 409, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (661, 409, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (662, 409, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (663, 409, 'banner_section_banner_slider', '3'), (664, 409, '_banner_section_banner_slider', 'field_68c1358fdade5'), (665, 409, 'banner_section_banner_bottom_point', '3'), (666, 409, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (667, 409, 'banner_section', ''), (668, 409, '_banner_section', 'field_68c1356edade4'), (669, 409, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (670, 409, '_advice_section_advice_heading', 'field_68c13840dadf6'), (671, 409, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (672, 409, '_advice_section_advice_description', 'field_68c13849dadf7'), (673, 409, 'advice_section_advice_point', '3'), (674, 409, '_advice_section_advice_point', 'field_68c13873dadf8'), (675, 409, 'advice_section', ''), (676, 409, '_advice_section', 'field_68c13825dadf5'), (677, 409, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (678, 409, '_speciality_section_speciality_heading', 'field_68c139badae06') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (679, 409, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (680, 409, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (681, 409, 'speciality_section_speciality_points', '3'), (682, 409, '_speciality_section_speciality_points', 'field_68c139dadae08'), (683, 409, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (684, 409, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (685, 409, 'speciality_section', ''), (686, 409, '_speciality_section', 'field_68c1399fdae05'), (687, 409, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (688, 409, '_client_relationships_section_heading', 'field_68c13c53c822f'), (689, 409, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (690, 409, '_client_relationships_section_description', 'field_68c13c78c8230'), (691, 409, 'client_relationships_section_client_relationships_point', '3'), (692, 409, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (693, 409, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (694, 409, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (695, 409, 'client_relationships_section', ''), (696, 409, '_client_relationships_section', 'field_68c13c39c822e'), (697, 409, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (698, 409, '_getting_section_getting_heading', 'field_68c13d75c8241'), (699, 409, 'getting_section_getting_points', '3'), (700, 409, '_getting_section_getting_points', 'field_68c13d7fc8242'), (701, 409, 'getting_section_schedule_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (702, 409, '_getting_section_schedule_button', 'field_68c13db5c8248'), (703, 409, 'getting_section', ''), (704, 409, '_getting_section', 'field_68c13d5fc8240'), (705, 410, 'banner_section_banner_slider_0_banner_image', ''), (706, 410, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (707, 410, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (708, 410, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (709, 410, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (710, 410, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (711, 410, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (712, 410, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (713, 410, 'banner_section_banner_slider_1_banner_image', ''), (714, 410, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (715, 410, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (716, 410, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (717, 410, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (718, 410, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (719, 410, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (720, 410, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (721, 410, 'banner_section_banner_slider_2_banner_image', ''), (722, 410, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (723, 410, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (724, 410, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (725, 410, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (726, 410, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (727, 410, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (728, 410, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (729, 410, 'banner_section_banner_slider', '3'), (730, 410, '_banner_section_banner_slider', 'field_68c1358fdade5'), (731, 410, 'banner_section_banner_bottom_point', ''), (732, 410, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (733, 410, 'banner_section', ''), (734, 410, '_banner_section', 'field_68c1356edade4'), (735, 410, 'advice_section_advice_heading', ''), (736, 410, '_advice_section_advice_heading', 'field_68c13840dadf6'), (737, 410, 'advice_section_advice_description', ''), (738, 410, '_advice_section_advice_description', 'field_68c13849dadf7'), (739, 410, 'advice_section_advice_point', ''), (740, 410, '_advice_section_advice_point', 'field_68c13873dadf8'), (741, 410, 'advice_section', ''), (742, 410, '_advice_section', 'field_68c13825dadf5'), (743, 410, 'speciality_section_speciality_heading', ''), (744, 410, '_speciality_section_speciality_heading', 'field_68c139badae06'), (745, 410, 'speciality_section_speciality_description', ''), (746, 410, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (747, 410, 'speciality_section_speciality_points', ''), (748, 410, '_speciality_section_speciality_points', 'field_68c139dadae08'), (749, 410, 'speciality_section_speciality_button', ''), (750, 410, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (751, 410, 'speciality_section', ''), (752, 410, '_speciality_section', 'field_68c1399fdae05'), (753, 410, 'client_relationships_section_heading', ''), (754, 410, '_client_relationships_section_heading', 'field_68c13c53c822f'), (755, 410, 'client_relationships_section_description', ''), (756, 410, '_client_relationships_section_description', 'field_68c13c78c8230'), (757, 410, 'client_relationships_section_client_relationships_point', ''), (758, 410, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (759, 410, 'client_relationships_section_bottom_description', ''), (760, 410, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (761, 410, 'client_relationships_section', ''), (762, 410, '_client_relationships_section', 'field_68c13c39c822e'), (763, 410, 'getting_section_getting_heading', ''), (764, 410, '_getting_section_getting_heading', 'field_68c13d75c8241'), (765, 410, 'getting_section_getting_points', ''), (766, 410, '_getting_section_getting_points', 'field_68c13d7fc8242'), (767, 410, 'getting_section_schedule_button', ''), (768, 410, '_getting_section_schedule_button', 'field_68c13db5c8248'), (769, 410, 'getting_section', ''), (770, 410, '_getting_section', 'field_68c13d5fc8240'), (771, 413, '_wp_attached_file', '2025/09/businessman-image.webp'), (772, 413, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2444;s:6:"height";i:1742;s:4:"file";s:30:"2025/09/businessman-image.webp";s:8:"filesize";i:176640;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:30:"businessman-image-300x214.webp";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5076;}s:5:"large";a:5:{s:4:"file";s:31:"businessman-image-1024x730.webp";s:5:"width";i:1024;s:6:"height";i:730;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:25116;}s:9:"thumbnail";a:5:{s:4:"file";s:30:"businessman-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2470;}s:12:"medium_large";a:5:{s:4:"file";s:30:"businessman-image-768x547.webp";s:5:"width";i:768;s:6:"height";i:547;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:16680;}s:9:"1536x1536";a:5:{s:4:"file";s:32:"businessman-image-1536x1095.webp";s:5:"width";i:1536;s:6:"height";i:1095;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:47156;}s:9:"2048x2048";a:5:{s:4:"file";s:32:"businessman-image-2048x1460.webp";s:5:"width";i:2048;s:6:"height";i:1460;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:79132;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (773, 414, '_wp_attached_file', '2025/09/home-banner-image.webp'), (774, 414, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:30:"2025/09/home-banner-image.webp";s:8:"filesize";i:257722;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:30:"home-banner-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:11522;}s:5:"large";a:5:{s:4:"file";s:31:"home-banner-image-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:96960;}s:9:"thumbnail";a:5:{s:4:"file";s:30:"home-banner-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5172;}s:12:"medium_large";a:5:{s:4:"file";s:30:"home-banner-image-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:58654;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (775, 415, '_wp_attached_file', '2025/09/specialised-licensee-banner-bg.webp'), (776, 415, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1280;s:6:"height";i:450;s:4:"file";s:43:"2025/09/specialised-licensee-banner-bg.webp";s:8:"filesize";i:81720;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:43:"specialised-licensee-banner-bg-300x105.webp";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7116;}s:5:"large";a:5:{s:4:"file";s:44:"specialised-licensee-banner-bg-1024x360.webp";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:51760;}s:9:"thumbnail";a:5:{s:4:"file";s:43:"specialised-licensee-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5384;}s:12:"medium_large";a:5:{s:4:"file";s:43:"specialised-licensee-banner-bg-768x270.webp";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:35204;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (777, 413, '_wp_attachment_image_alt', 'businessman-image'), (778, 416, '_wp_attached_file', '2025/09/business-woman-scaled.webp') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (779, 416, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:972;s:4:"file";s:34:"2025/09/business-woman-scaled.webp";s:8:"filesize";i:77708;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:27:"business-woman-300x114.webp";s:5:"width";i:300;s:6:"height";i:114;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4164;}s:5:"large";a:5:{s:4:"file";s:28:"business-woman-1024x389.webp";s:5:"width";i:1024;s:6:"height";i:389;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:21064;}s:9:"thumbnail";a:5:{s:4:"file";s:27:"business-woman-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2140;}s:12:"medium_large";a:5:{s:4:"file";s:27:"business-woman-768x292.webp";s:5:"width";i:768;s:6:"height";i:292;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:14148;}s:9:"1536x1536";a:5:{s:4:"file";s:28:"business-woman-1536x583.webp";s:5:"width";i:1536;s:6:"height";i:583;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:36688;}s:9:"2048x2048";a:5:{s:4:"file";s:28:"business-woman-2048x778.webp";s:5:"width";i:2048;s:6:"height";i:778;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:56274;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:19:"business-woman.webp";}'), (780, 416, '_wp_attachment_image_alt', 'business-woman'), (781, 412, 'banner_section_banner_slider_0_banner_image', '414'), (782, 412, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (783, 412, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (784, 412, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (785, 412, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (786, 412, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (787, 412, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (788, 412, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (789, 412, 'banner_section_banner_slider_1_banner_image', '416'), (790, 412, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (791, 412, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (792, 412, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (793, 412, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (794, 412, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (795, 412, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (796, 412, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (797, 412, 'banner_section_banner_slider_2_banner_image', '413'), (798, 412, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (799, 412, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (800, 412, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (801, 412, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (802, 412, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (803, 412, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (804, 412, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (805, 412, 'banner_section_banner_slider', '3'), (806, 412, '_banner_section_banner_slider', 'field_68c1358fdade5'), (807, 412, 'banner_section_banner_bottom_point', ''), (808, 412, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (809, 412, 'banner_section', ''), (810, 412, '_banner_section', 'field_68c1356edade4'), (811, 412, 'advice_section_advice_heading', ''), (812, 412, '_advice_section_advice_heading', 'field_68c13840dadf6'), (813, 412, 'advice_section_advice_description', ''), (814, 412, '_advice_section_advice_description', 'field_68c13849dadf7'), (815, 412, 'advice_section_advice_point', ''), (816, 412, '_advice_section_advice_point', 'field_68c13873dadf8'), (817, 412, 'advice_section', ''), (818, 412, '_advice_section', 'field_68c13825dadf5'), (819, 412, 'speciality_section_speciality_heading', ''), (820, 412, '_speciality_section_speciality_heading', 'field_68c139badae06'), (821, 412, 'speciality_section_speciality_description', ''), (822, 412, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (823, 412, 'speciality_section_speciality_points', ''), (824, 412, '_speciality_section_speciality_points', 'field_68c139dadae08'), (825, 412, 'speciality_section_speciality_button', ''), (826, 412, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (827, 412, 'speciality_section', ''), (828, 412, '_speciality_section', 'field_68c1399fdae05'), (829, 412, 'client_relationships_section_heading', ''), (830, 412, '_client_relationships_section_heading', 'field_68c13c53c822f'), (831, 412, 'client_relationships_section_description', ''), (832, 412, '_client_relationships_section_description', 'field_68c13c78c8230'), (833, 412, 'client_relationships_section_client_relationships_point', ''), (834, 412, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (835, 412, 'client_relationships_section_bottom_description', ''), (836, 412, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (837, 412, 'client_relationships_section', ''), (838, 412, '_client_relationships_section', 'field_68c13c39c822e'), (839, 412, 'getting_section_getting_heading', ''), (840, 412, '_getting_section_getting_heading', 'field_68c13d75c8241'), (841, 412, 'getting_section_getting_points', ''), (842, 412, '_getting_section_getting_points', 'field_68c13d7fc8242'), (843, 412, 'getting_section_schedule_button', ''), (844, 412, '_getting_section_schedule_button', 'field_68c13db5c8248'), (845, 412, 'getting_section', ''), (846, 412, '_getting_section', 'field_68c13d5fc8240'), (847, 409, 'banner_section_banner_bottom_point_0_image', '419'), (848, 409, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (849, 409, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (850, 409, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (851, 409, 'banner_section_banner_bottom_point_1_image', '419'), (852, 409, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (853, 409, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (854, 409, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (855, 409, 'banner_section_banner_bottom_point_2_image', '419'), (856, 409, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (857, 409, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (858, 409, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (859, 417, 'banner_section_banner_slider_0_banner_image', '414'), (860, 417, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (861, 417, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (862, 417, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (863, 417, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (864, 417, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (865, 417, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (866, 417, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (867, 417, 'banner_section_banner_slider_1_banner_image', '416'), (868, 417, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (869, 417, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (870, 417, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (871, 417, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (872, 417, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (873, 417, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (874, 417, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (875, 417, 'banner_section_banner_slider_2_banner_image', '413'), (876, 417, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (877, 417, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (878, 417, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (879, 417, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (880, 417, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (881, 417, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (882, 417, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (883, 417, 'banner_section_banner_slider', '3'), (884, 417, '_banner_section_banner_slider', 'field_68c1358fdade5'), (885, 417, 'banner_section_banner_bottom_point', '3'), (886, 417, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (887, 417, 'banner_section', ''), (888, 417, '_banner_section', 'field_68c1356edade4'), (889, 417, 'advice_section_advice_heading', ''), (890, 417, '_advice_section_advice_heading', 'field_68c13840dadf6'), (891, 417, 'advice_section_advice_description', ''), (892, 417, '_advice_section_advice_description', 'field_68c13849dadf7'), (893, 417, 'advice_section_advice_point', ''), (894, 417, '_advice_section_advice_point', 'field_68c13873dadf8'), (895, 417, 'advice_section', ''), (896, 417, '_advice_section', 'field_68c13825dadf5'), (897, 417, 'speciality_section_speciality_heading', ''), (898, 417, '_speciality_section_speciality_heading', 'field_68c139badae06'), (899, 417, 'speciality_section_speciality_description', ''), (900, 417, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (901, 417, 'speciality_section_speciality_points', ''), (902, 417, '_speciality_section_speciality_points', 'field_68c139dadae08'), (903, 417, 'speciality_section_speciality_button', ''), (904, 417, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (905, 417, 'speciality_section', ''), (906, 417, '_speciality_section', 'field_68c1399fdae05'), (907, 417, 'client_relationships_section_heading', ''), (908, 417, '_client_relationships_section_heading', 'field_68c13c53c822f'), (909, 417, 'client_relationships_section_description', ''), (910, 417, '_client_relationships_section_description', 'field_68c13c78c8230'), (911, 417, 'client_relationships_section_client_relationships_point', ''), (912, 417, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (913, 417, 'client_relationships_section_bottom_description', ''), (914, 417, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (915, 417, 'client_relationships_section', ''), (916, 417, '_client_relationships_section', 'field_68c13c39c822e'), (917, 417, 'getting_section_getting_heading', ''), (918, 417, '_getting_section_getting_heading', 'field_68c13d75c8241'), (919, 417, 'getting_section_getting_points', ''), (920, 417, '_getting_section_getting_points', 'field_68c13d7fc8242'), (921, 417, 'getting_section_schedule_button', ''), (922, 417, '_getting_section_schedule_button', 'field_68c13db5c8248'), (923, 417, 'getting_section', ''), (924, 417, '_getting_section', 'field_68c13d5fc8240'), (925, 417, 'banner_section_banner_bottom_point_0_image', ''), (926, 417, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (927, 417, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (928, 417, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (929, 417, 'banner_section_banner_bottom_point_1_image', ''), (930, 417, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (931, 417, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (932, 417, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (933, 417, 'banner_section_banner_bottom_point_2_image', ''), (934, 417, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (935, 417, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (936, 417, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (937, 419, '_wp_attached_file', '2025/09/check-icon.svg'), (938, 419, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:531;}'), (939, 419, '_wp_attachment_image_alt', 'check-icon'), (940, 418, 'banner_section_banner_slider_0_banner_image', '414'), (941, 418, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (942, 418, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (943, 418, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (944, 418, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (945, 418, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (946, 418, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (947, 418, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (948, 418, 'banner_section_banner_slider_1_banner_image', '416'), (949, 418, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (950, 418, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (951, 418, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (952, 418, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (953, 418, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (954, 418, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (955, 418, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (956, 418, 'banner_section_banner_slider_2_banner_image', '413'), (957, 418, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (958, 418, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (959, 418, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (960, 418, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (961, 418, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (962, 418, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (963, 418, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (964, 418, 'banner_section_banner_slider', '3'), (965, 418, '_banner_section_banner_slider', 'field_68c1358fdade5'), (966, 418, 'banner_section_banner_bottom_point', '3'), (967, 418, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (968, 418, 'banner_section', ''), (969, 418, '_banner_section', 'field_68c1356edade4'), (970, 418, 'advice_section_advice_heading', ''), (971, 418, '_advice_section_advice_heading', 'field_68c13840dadf6'), (972, 418, 'advice_section_advice_description', ''), (973, 418, '_advice_section_advice_description', 'field_68c13849dadf7'), (974, 418, 'advice_section_advice_point', ''), (975, 418, '_advice_section_advice_point', 'field_68c13873dadf8'), (976, 418, 'advice_section', ''), (977, 418, '_advice_section', 'field_68c13825dadf5'), (978, 418, 'speciality_section_speciality_heading', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (979, 418, '_speciality_section_speciality_heading', 'field_68c139badae06'), (980, 418, 'speciality_section_speciality_description', ''), (981, 418, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (982, 418, 'speciality_section_speciality_points', ''), (983, 418, '_speciality_section_speciality_points', 'field_68c139dadae08'), (984, 418, 'speciality_section_speciality_button', ''), (985, 418, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (986, 418, 'speciality_section', ''), (987, 418, '_speciality_section', 'field_68c1399fdae05'), (988, 418, 'client_relationships_section_heading', ''), (989, 418, '_client_relationships_section_heading', 'field_68c13c53c822f'), (990, 418, 'client_relationships_section_description', ''), (991, 418, '_client_relationships_section_description', 'field_68c13c78c8230'), (992, 418, 'client_relationships_section_client_relationships_point', ''), (993, 418, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (994, 418, 'client_relationships_section_bottom_description', ''), (995, 418, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (996, 418, 'client_relationships_section', ''), (997, 418, '_client_relationships_section', 'field_68c13c39c822e'), (998, 418, 'getting_section_getting_heading', ''), (999, 418, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1000, 418, 'getting_section_getting_points', ''), (1001, 418, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1002, 418, 'getting_section_schedule_button', ''), (1003, 418, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1004, 418, 'getting_section', ''), (1005, 418, '_getting_section', 'field_68c13d5fc8240'), (1006, 418, 'banner_section_banner_bottom_point_0_image', '419'), (1007, 418, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1008, 418, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1009, 418, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1010, 418, 'banner_section_banner_bottom_point_1_image', '419'), (1011, 418, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1012, 418, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1013, 418, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1014, 418, 'banner_section_banner_bottom_point_2_image', '419'), (1015, 418, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1016, 418, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1017, 418, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1018, 409, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1019, 409, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1020, 409, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1021, 409, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1022, 409, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1023, 409, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1024, 420, 'banner_section_banner_slider_0_banner_image', '414'), (1025, 420, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1026, 420, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1027, 420, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1028, 420, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1029, 420, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1030, 420, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1031, 420, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1032, 420, 'banner_section_banner_slider_1_banner_image', '416'), (1033, 420, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1034, 420, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1035, 420, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1036, 420, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1037, 420, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1038, 420, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1039, 420, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1040, 420, 'banner_section_banner_slider_2_banner_image', '413'), (1041, 420, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1042, 420, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1043, 420, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1044, 420, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1045, 420, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1046, 420, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1047, 420, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1048, 420, 'banner_section_banner_slider', '3'), (1049, 420, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1050, 420, 'banner_section_banner_bottom_point', '3'), (1051, 420, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1052, 420, 'banner_section', ''), (1053, 420, '_banner_section', 'field_68c1356edade4'), (1054, 420, 'advice_section_advice_heading', ''), (1055, 420, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1056, 420, 'advice_section_advice_description', ''), (1057, 420, '_advice_section_advice_description', 'field_68c13849dadf7'), (1058, 420, 'advice_section_advice_point', ''), (1059, 420, '_advice_section_advice_point', 'field_68c13873dadf8'), (1060, 420, 'advice_section', ''), (1061, 420, '_advice_section', 'field_68c13825dadf5'), (1062, 420, 'speciality_section_speciality_heading', ''), (1063, 420, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1064, 420, 'speciality_section_speciality_description', ''), (1065, 420, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1066, 420, 'speciality_section_speciality_points', ''), (1067, 420, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1068, 420, 'speciality_section_speciality_button', ''), (1069, 420, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1070, 420, 'speciality_section', ''), (1071, 420, '_speciality_section', 'field_68c1399fdae05'), (1072, 420, 'client_relationships_section_heading', ''), (1073, 420, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1074, 420, 'client_relationships_section_description', ''), (1075, 420, '_client_relationships_section_description', 'field_68c13c78c8230'), (1076, 420, 'client_relationships_section_client_relationships_point', ''), (1077, 420, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1078, 420, 'client_relationships_section_bottom_description', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1079, 420, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1080, 420, 'client_relationships_section', ''), (1081, 420, '_client_relationships_section', 'field_68c13c39c822e'), (1082, 420, 'getting_section_getting_heading', ''), (1083, 420, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1084, 420, 'getting_section_getting_points', ''), (1085, 420, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1086, 420, 'getting_section_schedule_button', ''), (1087, 420, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1088, 420, 'getting_section', ''), (1089, 420, '_getting_section', 'field_68c13d5fc8240'), (1090, 420, 'banner_section_banner_bottom_point_0_image', '419'), (1091, 420, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1092, 420, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1093, 420, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1094, 420, 'banner_section_banner_bottom_point_1_image', '419'), (1095, 420, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1096, 420, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1097, 420, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1098, 420, 'banner_section_banner_bottom_point_2_image', '419'), (1099, 420, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1100, 420, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1101, 420, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1102, 420, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1103, 420, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1104, 420, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1105, 420, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1106, 420, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1107, 420, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1108, 423, '_wp_attached_file', '2025/09/advise-icon-1.svg'), (1109, 423, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:6464;}'), (1110, 423, '_wp_attachment_image_alt', 'advise-icon-1'), (1111, 424, '_wp_attached_file', '2025/09/advise-icon-2.svg'), (1112, 424, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:8544;}'), (1113, 424, '_wp_attachment_image_alt', 'advise-icon-2'), (1114, 425, '_wp_attached_file', '2025/09/advise-icon-3.svg'), (1115, 425, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:10686;}'), (1116, 425, '_wp_attachment_image_alt', 'advise-icon-3'), (1117, 409, 'advice_section_advice_point_0_advice_image', '423'), (1118, 409, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1119, 409, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1120, 409, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1121, 409, 'advice_section_advice_point_0_description', ''), (1122, 409, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1123, 409, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1124, 409, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1125, 409, 'advice_section_advice_point_1_advice_image', '424'), (1126, 409, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1127, 409, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1128, 409, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1129, 409, 'advice_section_advice_point_1_description', ''), (1130, 409, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1131, 409, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1132, 409, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1133, 409, 'advice_section_advice_point_2_advice_image', '425'), (1134, 409, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1135, 409, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1136, 409, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1137, 409, 'advice_section_advice_point_2_description', ''), (1138, 409, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1139, 409, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1140, 409, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1141, 422, 'banner_section_banner_slider_0_banner_image', '414'), (1142, 422, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1143, 422, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1144, 422, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1145, 422, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1146, 422, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1147, 422, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1148, 422, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1149, 422, 'banner_section_banner_slider_1_banner_image', '416'), (1150, 422, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1151, 422, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1152, 422, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1153, 422, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1154, 422, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1155, 422, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1156, 422, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1157, 422, 'banner_section_banner_slider_2_banner_image', '413'), (1158, 422, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1159, 422, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1160, 422, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1161, 422, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1162, 422, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1163, 422, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1164, 422, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1165, 422, 'banner_section_banner_slider', '3'), (1166, 422, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1167, 422, 'banner_section_banner_bottom_point', '3'), (1168, 422, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1169, 422, 'banner_section', ''), (1170, 422, '_banner_section', 'field_68c1356edade4'), (1171, 422, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1172, 422, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1173, 422, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1174, 422, '_advice_section_advice_description', 'field_68c13849dadf7'), (1175, 422, 'advice_section_advice_point', '3'), (1176, 422, '_advice_section_advice_point', 'field_68c13873dadf8'), (1177, 422, 'advice_section', ''), (1178, 422, '_advice_section', 'field_68c13825dadf5') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1179, 422, 'speciality_section_speciality_heading', ''), (1180, 422, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1181, 422, 'speciality_section_speciality_description', ''), (1182, 422, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1183, 422, 'speciality_section_speciality_points', ''), (1184, 422, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1185, 422, 'speciality_section_speciality_button', ''), (1186, 422, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1187, 422, 'speciality_section', ''), (1188, 422, '_speciality_section', 'field_68c1399fdae05'), (1189, 422, 'client_relationships_section_heading', ''), (1190, 422, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1191, 422, 'client_relationships_section_description', ''), (1192, 422, '_client_relationships_section_description', 'field_68c13c78c8230'), (1193, 422, 'client_relationships_section_client_relationships_point', ''), (1194, 422, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1195, 422, 'client_relationships_section_bottom_description', ''), (1196, 422, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1197, 422, 'client_relationships_section', ''), (1198, 422, '_client_relationships_section', 'field_68c13c39c822e'), (1199, 422, 'getting_section_getting_heading', ''), (1200, 422, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1201, 422, 'getting_section_getting_points', ''), (1202, 422, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1203, 422, 'getting_section_schedule_button', ''), (1204, 422, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1205, 422, 'getting_section', ''), (1206, 422, '_getting_section', 'field_68c13d5fc8240'), (1207, 422, 'banner_section_banner_bottom_point_0_image', '419'), (1208, 422, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1209, 422, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1210, 422, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1211, 422, 'banner_section_banner_bottom_point_1_image', '419'), (1212, 422, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1213, 422, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1214, 422, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1215, 422, 'banner_section_banner_bottom_point_2_image', '419'), (1216, 422, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1217, 422, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1218, 422, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1219, 422, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1220, 422, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1221, 422, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1222, 422, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1223, 422, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1224, 422, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1225, 422, 'advice_section_advice_point_0_advice_image', '423'), (1226, 422, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1227, 422, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1228, 422, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1229, 422, 'advice_section_advice_point_0_description', ''), (1230, 422, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1231, 422, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:17:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1232, 422, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1233, 422, 'advice_section_advice_point_1_advice_image', '424'), (1234, 422, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1235, 422, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1236, 422, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1237, 422, 'advice_section_advice_point_1_description', ''), (1238, 422, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1239, 422, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:23:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1240, 422, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1241, 422, 'advice_section_advice_point_2_advice_image', '425'), (1242, 422, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1243, 422, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1244, 422, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1245, 422, 'advice_section_advice_point_2_description', ''), (1246, 422, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1247, 422, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:19:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1248, 422, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1249, 409, 'advice_section_advice_point_0_description_point', '3'), (1250, 409, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1251, 409, 'advice_section_advice_point_1_description_point', '3'), (1252, 409, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1253, 409, 'advice_section_advice_point_2_description_point', '3'), (1254, 409, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1255, 426, 'banner_section_banner_slider_0_banner_image', '414'), (1256, 426, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1257, 426, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1258, 426, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1259, 426, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1260, 426, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1261, 426, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1262, 426, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1263, 426, 'banner_section_banner_slider_1_banner_image', '416'), (1264, 426, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1265, 426, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1266, 426, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1267, 426, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1268, 426, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1269, 426, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1270, 426, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1271, 426, 'banner_section_banner_slider_2_banner_image', '413'), (1272, 426, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1273, 426, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1274, 426, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1275, 426, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1276, 426, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1277, 426, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1278, 426, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1279, 426, 'banner_section_banner_slider', '3'), (1280, 426, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1281, 426, 'banner_section_banner_bottom_point', '3'), (1282, 426, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1283, 426, 'banner_section', ''), (1284, 426, '_banner_section', 'field_68c1356edade4'), (1285, 426, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1286, 426, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1287, 426, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1288, 426, '_advice_section_advice_description', 'field_68c13849dadf7'), (1289, 426, 'advice_section_advice_point', '3'), (1290, 426, '_advice_section_advice_point', 'field_68c13873dadf8'), (1291, 426, 'advice_section', ''), (1292, 426, '_advice_section', 'field_68c13825dadf5'), (1293, 426, 'speciality_section_speciality_heading', ''), (1294, 426, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1295, 426, 'speciality_section_speciality_description', ''), (1296, 426, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1297, 426, 'speciality_section_speciality_points', ''), (1298, 426, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1299, 426, 'speciality_section_speciality_button', ''), (1300, 426, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1301, 426, 'speciality_section', ''), (1302, 426, '_speciality_section', 'field_68c1399fdae05'), (1303, 426, 'client_relationships_section_heading', ''), (1304, 426, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1305, 426, 'client_relationships_section_description', ''), (1306, 426, '_client_relationships_section_description', 'field_68c13c78c8230'), (1307, 426, 'client_relationships_section_client_relationships_point', ''), (1308, 426, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1309, 426, 'client_relationships_section_bottom_description', ''), (1310, 426, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1311, 426, 'client_relationships_section', ''), (1312, 426, '_client_relationships_section', 'field_68c13c39c822e'), (1313, 426, 'getting_section_getting_heading', ''), (1314, 426, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1315, 426, 'getting_section_getting_points', ''), (1316, 426, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1317, 426, 'getting_section_schedule_button', ''), (1318, 426, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1319, 426, 'getting_section', ''), (1320, 426, '_getting_section', 'field_68c13d5fc8240'), (1321, 426, 'banner_section_banner_bottom_point_0_image', '419'), (1322, 426, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1323, 426, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1324, 426, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1325, 426, 'banner_section_banner_bottom_point_1_image', '419'), (1326, 426, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1327, 426, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1328, 426, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1329, 426, 'banner_section_banner_bottom_point_2_image', '419'), (1330, 426, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1331, 426, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1332, 426, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1333, 426, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1334, 426, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1335, 426, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1336, 426, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1337, 426, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1338, 426, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1339, 426, 'advice_section_advice_point_0_advice_image', '423'), (1340, 426, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1341, 426, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1342, 426, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1343, 426, 'advice_section_advice_point_0_description', ''), (1344, 426, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1345, 426, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:17:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1346, 426, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1347, 426, 'advice_section_advice_point_1_advice_image', '424'), (1348, 426, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1349, 426, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1350, 426, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1351, 426, 'advice_section_advice_point_1_description', ''), (1352, 426, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1353, 426, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:23:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1354, 426, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1355, 426, 'advice_section_advice_point_2_advice_image', '425'), (1356, 426, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1357, 426, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1358, 426, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1359, 426, 'advice_section_advice_point_2_description', ''), (1360, 426, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1361, 426, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:19:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1362, 426, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1363, 426, 'advice_section_advice_point_0_description_point', ''), (1364, 426, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1365, 426, 'advice_section_advice_point_1_description_point', ''), (1366, 426, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1367, 426, 'advice_section_advice_point_2_description_point', ''), (1368, 426, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1369, 409, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1370, 409, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1371, 409, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1372, 409, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1373, 409, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1374, 409, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1375, 409, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1376, 409, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1377, 409, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1378, 409, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1379, 409, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1380, 409, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1381, 409, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1382, 409, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1383, 409, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1384, 409, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1385, 409, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1386, 409, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1387, 409, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1388, 409, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1389, 409, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1390, 409, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1391, 409, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1392, 409, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1393, 409, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1394, 409, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1395, 409, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1396, 409, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1397, 409, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1398, 409, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1399, 409, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1400, 409, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1401, 409, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1402, 409, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1403, 409, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1404, 409, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1405, 429, 'banner_section_banner_slider_0_banner_image', '414'), (1406, 429, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1407, 429, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1408, 429, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1409, 429, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1410, 429, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1411, 429, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1412, 429, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1413, 429, 'banner_section_banner_slider_1_banner_image', '416'), (1414, 429, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1415, 429, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1416, 429, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1417, 429, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1418, 429, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1419, 429, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1420, 429, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1421, 429, 'banner_section_banner_slider_2_banner_image', '413'), (1422, 429, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1423, 429, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1424, 429, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1425, 429, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1426, 429, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1427, 429, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1428, 429, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1429, 429, 'banner_section_banner_slider', '3'), (1430, 429, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1431, 429, 'banner_section_banner_bottom_point', '3'), (1432, 429, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1433, 429, 'banner_section', ''), (1434, 429, '_banner_section', 'field_68c1356edade4'), (1435, 429, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1436, 429, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1437, 429, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1438, 429, '_advice_section_advice_description', 'field_68c13849dadf7'), (1439, 429, 'advice_section_advice_point', '3'), (1440, 429, '_advice_section_advice_point', 'field_68c13873dadf8'), (1441, 429, 'advice_section', ''), (1442, 429, '_advice_section', 'field_68c13825dadf5'), (1443, 429, 'speciality_section_speciality_heading', ''), (1444, 429, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1445, 429, 'speciality_section_speciality_description', ''), (1446, 429, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1447, 429, 'speciality_section_speciality_points', ''), (1448, 429, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1449, 429, 'speciality_section_speciality_button', ''), (1450, 429, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1451, 429, 'speciality_section', ''), (1452, 429, '_speciality_section', 'field_68c1399fdae05'), (1453, 429, 'client_relationships_section_heading', ''), (1454, 429, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1455, 429, 'client_relationships_section_description', ''), (1456, 429, '_client_relationships_section_description', 'field_68c13c78c8230'), (1457, 429, 'client_relationships_section_client_relationships_point', ''), (1458, 429, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1459, 429, 'client_relationships_section_bottom_description', ''), (1460, 429, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1461, 429, 'client_relationships_section', ''), (1462, 429, '_client_relationships_section', 'field_68c13c39c822e'), (1463, 429, 'getting_section_getting_heading', ''), (1464, 429, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1465, 429, 'getting_section_getting_points', ''), (1466, 429, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1467, 429, 'getting_section_schedule_button', ''), (1468, 429, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1469, 429, 'getting_section', ''), (1470, 429, '_getting_section', 'field_68c13d5fc8240'), (1471, 429, 'banner_section_banner_bottom_point_0_image', '419'), (1472, 429, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1473, 429, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1474, 429, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1475, 429, 'banner_section_banner_bottom_point_1_image', '419'), (1476, 429, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1477, 429, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1478, 429, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1479, 429, 'banner_section_banner_bottom_point_2_image', '419'), (1480, 429, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1481, 429, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1482, 429, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1483, 429, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1484, 429, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1485, 429, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1486, 429, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1487, 429, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1488, 429, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1489, 429, 'advice_section_advice_point_0_advice_image', '423'), (1490, 429, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1491, 429, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1492, 429, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1493, 429, 'advice_section_advice_point_0_description', ''), (1494, 429, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1495, 429, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1496, 429, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1497, 429, 'advice_section_advice_point_1_advice_image', '424'), (1498, 429, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1499, 429, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1500, 429, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1501, 429, 'advice_section_advice_point_1_description', ''), (1502, 429, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1503, 429, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1504, 429, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1505, 429, 'advice_section_advice_point_2_advice_image', '425'), (1506, 429, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1507, 429, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1508, 429, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1509, 429, 'advice_section_advice_point_2_description', ''), (1510, 429, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1511, 429, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1512, 429, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1513, 429, 'advice_section_advice_point_0_description_point', '3'), (1514, 429, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1515, 429, 'advice_section_advice_point_1_description_point', '3'), (1516, 429, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1517, 429, 'advice_section_advice_point_2_description_point', '3'), (1518, 429, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1519, 429, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1520, 429, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1521, 429, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1522, 429, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1523, 429, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1524, 429, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1525, 429, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1526, 429, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1527, 429, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1528, 429, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (1529, 429, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1530, 429, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1531, 429, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1532, 429, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1533, 429, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1534, 429, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1535, 429, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1536, 429, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1537, 429, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1538, 429, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1539, 429, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1540, 429, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1541, 429, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1542, 429, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1543, 429, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1544, 429, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1545, 429, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1546, 429, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1547, 429, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1548, 429, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1549, 429, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1550, 429, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1551, 429, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1552, 429, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1553, 429, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1554, 429, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1555, 430, 'banner_section_banner_slider_0_banner_image', '414'), (1556, 430, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1557, 430, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1558, 430, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1559, 430, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1560, 430, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1561, 430, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1562, 430, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1563, 430, 'banner_section_banner_slider_1_banner_image', '416'), (1564, 430, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1565, 430, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1566, 430, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1567, 430, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1568, 430, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1569, 430, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1570, 430, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1571, 430, 'banner_section_banner_slider_2_banner_image', '413'), (1572, 430, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1573, 430, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1574, 430, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1575, 430, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1576, 430, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1577, 430, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1578, 430, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1579, 430, 'banner_section_banner_slider', '3'), (1580, 430, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1581, 430, 'banner_section_banner_bottom_point', '3'), (1582, 430, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1583, 430, 'banner_section', ''), (1584, 430, '_banner_section', 'field_68c1356edade4'), (1585, 430, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1586, 430, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1587, 430, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1588, 430, '_advice_section_advice_description', 'field_68c13849dadf7'), (1589, 430, 'advice_section_advice_point', '3'), (1590, 430, '_advice_section_advice_point', 'field_68c13873dadf8'), (1591, 430, 'advice_section', ''), (1592, 430, '_advice_section', 'field_68c13825dadf5'), (1593, 430, 'speciality_section_speciality_heading', ''), (1594, 430, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1595, 430, 'speciality_section_speciality_description', ''), (1596, 430, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1597, 430, 'speciality_section_speciality_points', ''), (1598, 430, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1599, 430, 'speciality_section_speciality_button', ''), (1600, 430, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1601, 430, 'speciality_section', ''), (1602, 430, '_speciality_section', 'field_68c1399fdae05'), (1603, 430, 'client_relationships_section_heading', ''), (1604, 430, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1605, 430, 'client_relationships_section_description', ''), (1606, 430, '_client_relationships_section_description', 'field_68c13c78c8230'), (1607, 430, 'client_relationships_section_client_relationships_point', ''), (1608, 430, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1609, 430, 'client_relationships_section_bottom_description', ''), (1610, 430, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1611, 430, 'client_relationships_section', ''), (1612, 430, '_client_relationships_section', 'field_68c13c39c822e'), (1613, 430, 'getting_section_getting_heading', ''), (1614, 430, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1615, 430, 'getting_section_getting_points', ''), (1616, 430, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1617, 430, 'getting_section_schedule_button', ''), (1618, 430, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1619, 430, 'getting_section', ''), (1620, 430, '_getting_section', 'field_68c13d5fc8240'), (1621, 430, 'banner_section_banner_bottom_point_0_image', '419'), (1622, 430, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1623, 430, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1624, 430, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1625, 430, 'banner_section_banner_bottom_point_1_image', '419'), (1626, 430, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1627, 430, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1628, 430, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1629, 430, 'banner_section_banner_bottom_point_2_image', '419'), (1630, 430, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1631, 430, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1632, 430, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1633, 430, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1634, 430, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1635, 430, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1636, 430, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1637, 430, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1638, 430, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1639, 430, 'advice_section_advice_point_0_advice_image', '423'), (1640, 430, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1641, 430, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1642, 430, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1643, 430, 'advice_section_advice_point_0_description', ''), (1644, 430, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1645, 430, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1646, 430, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1647, 430, 'advice_section_advice_point_1_advice_image', '424'), (1648, 430, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1649, 430, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1650, 430, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1651, 430, 'advice_section_advice_point_1_description', ''), (1652, 430, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1653, 430, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1654, 430, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1655, 430, 'advice_section_advice_point_2_advice_image', '425'), (1656, 430, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1657, 430, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1658, 430, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1659, 430, 'advice_section_advice_point_2_description', ''), (1660, 430, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1661, 430, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1662, 430, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1663, 430, 'advice_section_advice_point_0_description_point', '3'), (1664, 430, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1665, 430, 'advice_section_advice_point_1_description_point', '3'), (1666, 430, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1667, 430, 'advice_section_advice_point_2_description_point', '3'), (1668, 430, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1669, 430, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1670, 430, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1671, 430, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1672, 430, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1673, 430, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1674, 430, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1675, 430, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1676, 430, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1677, 430, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1678, 430, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1679, 430, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1680, 430, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1681, 430, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1682, 430, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1683, 430, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1684, 430, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1685, 430, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1686, 430, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1687, 430, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1688, 430, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1689, 430, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1690, 430, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1691, 430, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1692, 430, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1693, 430, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1694, 430, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1695, 430, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1696, 430, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1697, 430, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1698, 430, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1699, 430, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1700, 430, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1701, 430, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1702, 430, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1703, 430, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1704, 430, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1705, 431, 'banner_section_banner_slider_0_banner_image', '414'), (1706, 431, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1707, 431, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1708, 431, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1709, 431, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1710, 431, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1711, 431, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1712, 431, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1713, 431, 'banner_section_banner_slider_1_banner_image', '416'), (1714, 431, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1715, 431, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1716, 431, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1717, 431, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1718, 431, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1719, 431, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1720, 431, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1721, 431, 'banner_section_banner_slider_2_banner_image', '413'), (1722, 431, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1723, 431, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1724, 431, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1725, 431, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1726, 431, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1727, 431, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1728, 431, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1729, 431, 'banner_section_banner_slider', '3'), (1730, 431, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1731, 431, 'banner_section_banner_bottom_point', '3'), (1732, 431, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1733, 431, 'banner_section', ''), (1734, 431, '_banner_section', 'field_68c1356edade4'), (1735, 431, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1736, 431, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1737, 431, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1738, 431, '_advice_section_advice_description', 'field_68c13849dadf7'), (1739, 431, 'advice_section_advice_point', '3'), (1740, 431, '_advice_section_advice_point', 'field_68c13873dadf8'), (1741, 431, 'advice_section', ''), (1742, 431, '_advice_section', 'field_68c13825dadf5'), (1743, 431, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (1744, 431, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1745, 431, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (1746, 431, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1747, 431, 'speciality_section_speciality_points', ''), (1748, 431, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1749, 431, 'speciality_section_speciality_button', ''), (1750, 431, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1751, 431, 'speciality_section', ''), (1752, 431, '_speciality_section', 'field_68c1399fdae05'), (1753, 431, 'client_relationships_section_heading', ''), (1754, 431, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1755, 431, 'client_relationships_section_description', ''), (1756, 431, '_client_relationships_section_description', 'field_68c13c78c8230'), (1757, 431, 'client_relationships_section_client_relationships_point', ''), (1758, 431, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1759, 431, 'client_relationships_section_bottom_description', ''), (1760, 431, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1761, 431, 'client_relationships_section', ''), (1762, 431, '_client_relationships_section', 'field_68c13c39c822e'), (1763, 431, 'getting_section_getting_heading', ''), (1764, 431, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1765, 431, 'getting_section_getting_points', ''), (1766, 431, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1767, 431, 'getting_section_schedule_button', ''), (1768, 431, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1769, 431, 'getting_section', ''), (1770, 431, '_getting_section', 'field_68c13d5fc8240'), (1771, 431, 'banner_section_banner_bottom_point_0_image', '419'), (1772, 431, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1773, 431, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1774, 431, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1775, 431, 'banner_section_banner_bottom_point_1_image', '419'), (1776, 431, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1777, 431, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1778, 431, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1779, 431, 'banner_section_banner_bottom_point_2_image', '419'), (1780, 431, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1781, 431, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1782, 431, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1783, 431, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1784, 431, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1785, 431, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1786, 431, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1787, 431, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1788, 431, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1789, 431, 'advice_section_advice_point_0_advice_image', '423'), (1790, 431, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1791, 431, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1792, 431, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1793, 431, 'advice_section_advice_point_0_description', ''), (1794, 431, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1795, 431, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1796, 431, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1797, 431, 'advice_section_advice_point_1_advice_image', '424'), (1798, 431, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1799, 431, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1800, 431, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1801, 431, 'advice_section_advice_point_1_description', ''), (1802, 431, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1803, 431, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1804, 431, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1805, 431, 'advice_section_advice_point_2_advice_image', '425'), (1806, 431, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1807, 431, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1808, 431, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1809, 431, 'advice_section_advice_point_2_description', ''), (1810, 431, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1811, 431, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1812, 431, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1813, 431, 'advice_section_advice_point_0_description_point', '3'), (1814, 431, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1815, 431, 'advice_section_advice_point_1_description_point', '3'), (1816, 431, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1817, 431, 'advice_section_advice_point_2_description_point', '3'), (1818, 431, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1819, 431, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1820, 431, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1821, 431, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1822, 431, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1823, 431, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1824, 431, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1825, 431, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1826, 431, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1827, 431, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1828, 431, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (1829, 431, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1830, 431, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1831, 431, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1832, 431, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1833, 431, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1834, 431, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1835, 431, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1836, 431, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1837, 431, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1838, 431, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1839, 431, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1840, 431, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1841, 431, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1842, 431, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1843, 431, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1844, 431, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1845, 431, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1846, 431, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1847, 431, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1848, 431, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1849, 431, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1850, 431, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1851, 431, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1852, 431, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1853, 431, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1854, 431, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1855, 409, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (1856, 409, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (1857, 409, 'speciality_section_speciality_points_0_image', '435'), (1858, 409, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (1859, 409, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (1860, 409, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (1861, 409, 'speciality_section_speciality_points_0_description_point', '3'), (1862, 409, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (1863, 432, 'banner_section_banner_slider_0_banner_image', '414'), (1864, 432, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1865, 432, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1866, 432, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1867, 432, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1868, 432, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1869, 432, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1870, 432, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1871, 432, 'banner_section_banner_slider_1_banner_image', '416'), (1872, 432, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1873, 432, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1874, 432, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1875, 432, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1876, 432, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1877, 432, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1878, 432, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1879, 432, 'banner_section_banner_slider_2_banner_image', '413'), (1880, 432, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1881, 432, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1882, 432, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1883, 432, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1884, 432, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1885, 432, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1886, 432, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1887, 432, 'banner_section_banner_slider', '3'), (1888, 432, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1889, 432, 'banner_section_banner_bottom_point', '3'), (1890, 432, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1891, 432, 'banner_section', ''), (1892, 432, '_banner_section', 'field_68c1356edade4'), (1893, 432, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1894, 432, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1895, 432, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1896, 432, '_advice_section_advice_description', 'field_68c13849dadf7'), (1897, 432, 'advice_section_advice_point', '3'), (1898, 432, '_advice_section_advice_point', 'field_68c13873dadf8'), (1899, 432, 'advice_section', ''), (1900, 432, '_advice_section', 'field_68c13825dadf5'), (1901, 432, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (1902, 432, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1903, 432, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (1904, 432, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1905, 432, 'speciality_section_speciality_points', '1'), (1906, 432, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1907, 432, 'speciality_section_speciality_button', ''), (1908, 432, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1909, 432, 'speciality_section', ''), (1910, 432, '_speciality_section', 'field_68c1399fdae05'), (1911, 432, 'client_relationships_section_heading', ''), (1912, 432, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1913, 432, 'client_relationships_section_description', ''), (1914, 432, '_client_relationships_section_description', 'field_68c13c78c8230'), (1915, 432, 'client_relationships_section_client_relationships_point', ''), (1916, 432, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1917, 432, 'client_relationships_section_bottom_description', ''), (1918, 432, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1919, 432, 'client_relationships_section', ''), (1920, 432, '_client_relationships_section', 'field_68c13c39c822e'), (1921, 432, 'getting_section_getting_heading', ''), (1922, 432, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1923, 432, 'getting_section_getting_points', ''), (1924, 432, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1925, 432, 'getting_section_schedule_button', ''), (1926, 432, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1927, 432, 'getting_section', ''), (1928, 432, '_getting_section', 'field_68c13d5fc8240'), (1929, 432, 'banner_section_banner_bottom_point_0_image', '419'), (1930, 432, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1931, 432, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1932, 432, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1933, 432, 'banner_section_banner_bottom_point_1_image', '419'), (1934, 432, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1935, 432, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1936, 432, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1937, 432, 'banner_section_banner_bottom_point_2_image', '419'), (1938, 432, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1939, 432, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1940, 432, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1941, 432, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1942, 432, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1943, 432, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1944, 432, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1945, 432, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1946, 432, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1947, 432, 'advice_section_advice_point_0_advice_image', '423'), (1948, 432, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1949, 432, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1950, 432, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1951, 432, 'advice_section_advice_point_0_description', ''), (1952, 432, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1953, 432, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1954, 432, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1955, 432, 'advice_section_advice_point_1_advice_image', '424'), (1956, 432, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1957, 432, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1958, 432, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1959, 432, 'advice_section_advice_point_1_description', ''), (1960, 432, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1961, 432, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1962, 432, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1963, 432, 'advice_section_advice_point_2_advice_image', '425'), (1964, 432, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1965, 432, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1966, 432, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1967, 432, 'advice_section_advice_point_2_description', ''), (1968, 432, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1969, 432, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1970, 432, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1971, 432, 'advice_section_advice_point_0_description_point', '3'), (1972, 432, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1973, 432, 'advice_section_advice_point_1_description_point', '3'), (1974, 432, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1975, 432, 'advice_section_advice_point_2_description_point', '3'), (1976, 432, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1977, 432, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1978, 432, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1979, 432, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1980, 432, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1981, 432, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1982, 432, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1983, 432, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1984, 432, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1985, 432, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1986, 432, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (1987, 432, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1988, 432, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1989, 432, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1990, 432, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1991, 432, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1992, 432, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1993, 432, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1994, 432, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1995, 432, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1996, 432, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1997, 432, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1998, 432, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1999, 432, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2000, 432, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2001, 432, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2002, 432, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2003, 432, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2004, 432, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2005, 432, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2006, 432, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2007, 432, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2008, 432, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2009, 432, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2010, 432, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2011, 432, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2012, 432, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2013, 432, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2014, 432, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2015, 432, 'speciality_section_speciality_points_0_image', ''), (2016, 432, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2017, 432, 'speciality_section_speciality_points_0_description_point_0_description', ''), (2018, 432, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2019, 432, 'speciality_section_speciality_points_0_description_point', '1'), (2020, 432, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2021, 435, '_wp_attached_file', '2025/09/network-image-1.svg'), (2022, 435, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:3121;}'), (2023, 435, '_wp_attachment_image_alt', 'network-image-1'), (2024, 436, '_wp_attached_file', '2025/09/network-image-2.svg'), (2025, 436, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:11433;}'), (2026, 436, '_wp_attachment_image_alt', 'network-image-2'), (2027, 437, '_wp_attached_file', '2025/09/network-image-3.svg'), (2028, 437, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:28224;}'), (2029, 437, '_wp_attachment_image_alt', 'network-image-3'), (2030, 409, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2031, 409, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2032, 409, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2033, 409, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2034, 409, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2035, 409, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2036, 409, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2037, 409, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2038, 409, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2039, 409, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2040, 409, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2041, 409, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2042, 409, 'speciality_section_speciality_points_1_image', '436'), (2043, 409, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2044, 409, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2045, 409, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2046, 409, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2047, 409, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2048, 409, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2049, 409, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2050, 409, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2051, 409, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2052, 409, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2053, 409, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2054, 409, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2055, 409, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2056, 409, 'speciality_section_speciality_points_1_description_point', '3'), (2057, 409, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2058, 409, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2059, 409, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2060, 409, 'speciality_section_speciality_points_2_image', '437'), (2061, 409, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2062, 409, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2063, 409, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2064, 409, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2065, 409, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2066, 409, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2067, 409, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2068, 409, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2069, 409, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2070, 409, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2071, 409, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2072, 409, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2073, 409, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2074, 409, 'speciality_section_speciality_points_2_description_point', '3'), (2075, 409, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2076, 433, 'banner_section_banner_slider_0_banner_image', '414'), (2077, 433, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2078, 433, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2079, 433, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2080, 433, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2081, 433, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2082, 433, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2083, 433, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2084, 433, 'banner_section_banner_slider_1_banner_image', '416'), (2085, 433, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2086, 433, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2087, 433, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2088, 433, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2089, 433, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2090, 433, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2091, 433, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2092, 433, 'banner_section_banner_slider_2_banner_image', '413'), (2093, 433, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2094, 433, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2095, 433, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2096, 433, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2097, 433, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2098, 433, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2099, 433, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (2100, 433, 'banner_section_banner_slider', '3'), (2101, 433, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2102, 433, 'banner_section_banner_bottom_point', '3'), (2103, 433, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2104, 433, 'banner_section', ''), (2105, 433, '_banner_section', 'field_68c1356edade4'), (2106, 433, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2107, 433, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2108, 433, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2109, 433, '_advice_section_advice_description', 'field_68c13849dadf7'), (2110, 433, 'advice_section_advice_point', '3'), (2111, 433, '_advice_section_advice_point', 'field_68c13873dadf8'), (2112, 433, 'advice_section', ''), (2113, 433, '_advice_section', 'field_68c13825dadf5'), (2114, 433, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2115, 433, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2116, 433, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2117, 433, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2118, 433, 'speciality_section_speciality_points', '3'), (2119, 433, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2120, 433, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2121, 433, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2122, 433, 'speciality_section', ''), (2123, 433, '_speciality_section', 'field_68c1399fdae05'), (2124, 433, 'client_relationships_section_heading', ''), (2125, 433, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2126, 433, 'client_relationships_section_description', ''), (2127, 433, '_client_relationships_section_description', 'field_68c13c78c8230'), (2128, 433, 'client_relationships_section_client_relationships_point', ''), (2129, 433, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (2130, 433, 'client_relationships_section_bottom_description', ''), (2131, 433, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2132, 433, 'client_relationships_section', ''), (2133, 433, '_client_relationships_section', 'field_68c13c39c822e'), (2134, 433, 'getting_section_getting_heading', ''), (2135, 433, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2136, 433, 'getting_section_getting_points', ''), (2137, 433, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2138, 433, 'getting_section_schedule_button', ''), (2139, 433, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2140, 433, 'getting_section', ''), (2141, 433, '_getting_section', 'field_68c13d5fc8240'), (2142, 433, 'banner_section_banner_bottom_point_0_image', '419'), (2143, 433, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2144, 433, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2145, 433, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2146, 433, 'banner_section_banner_bottom_point_1_image', '419'), (2147, 433, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2148, 433, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2149, 433, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2150, 433, 'banner_section_banner_bottom_point_2_image', '419'), (2151, 433, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2152, 433, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2153, 433, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2154, 433, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2155, 433, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2156, 433, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2157, 433, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2158, 433, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2159, 433, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2160, 433, 'advice_section_advice_point_0_advice_image', '423'), (2161, 433, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2162, 433, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2163, 433, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2164, 433, 'advice_section_advice_point_0_description', ''), (2165, 433, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2166, 433, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2167, 433, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2168, 433, 'advice_section_advice_point_1_advice_image', '424'), (2169, 433, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2170, 433, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2171, 433, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2172, 433, 'advice_section_advice_point_1_description', ''), (2173, 433, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2174, 433, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2175, 433, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2176, 433, 'advice_section_advice_point_2_advice_image', '425'), (2177, 433, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2178, 433, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 433, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2180, 433, 'advice_section_advice_point_2_description', ''), (2181, 433, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2182, 433, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2183, 433, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2184, 433, 'advice_section_advice_point_0_description_point', '3'), (2185, 433, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2186, 433, 'advice_section_advice_point_1_description_point', '3'), (2187, 433, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2188, 433, 'advice_section_advice_point_2_description_point', '3'), (2189, 433, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2190, 433, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2191, 433, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2192, 433, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2193, 433, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2194, 433, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2195, 433, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2196, 433, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2197, 433, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2198, 433, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2199, 433, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (2200, 433, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2201, 433, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2202, 433, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2203, 433, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2204, 433, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2205, 433, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2206, 433, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2207, 433, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2208, 433, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2209, 433, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2210, 433, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2211, 433, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2212, 433, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2213, 433, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2214, 433, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2215, 433, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2216, 433, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2217, 433, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2218, 433, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2219, 433, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2220, 433, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2221, 433, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2222, 433, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2223, 433, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2224, 433, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2225, 433, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2226, 433, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2227, 433, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2228, 433, 'speciality_section_speciality_points_0_image', '435'), (2229, 433, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2230, 433, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2231, 433, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2232, 433, 'speciality_section_speciality_points_0_description_point', '3'), (2233, 433, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2234, 433, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2235, 433, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2236, 433, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2237, 433, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2238, 433, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2239, 433, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2240, 433, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2241, 433, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2242, 433, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2243, 433, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2244, 433, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2245, 433, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2246, 433, 'speciality_section_speciality_points_1_image', '436'), (2247, 433, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2248, 433, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2249, 433, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2250, 433, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2251, 433, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2252, 433, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2253, 433, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2254, 433, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2255, 433, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2256, 433, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2257, 433, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2258, 433, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2259, 433, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2260, 433, 'speciality_section_speciality_points_1_description_point', '3'), (2261, 433, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2262, 433, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2263, 433, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2264, 433, 'speciality_section_speciality_points_2_image', '437'), (2265, 433, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2266, 433, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2267, 433, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2268, 433, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2269, 433, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2270, 433, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2271, 433, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2272, 433, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2273, 433, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2274, 433, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2275, 433, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2276, 433, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2277, 433, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2278, 433, 'speciality_section_speciality_points_2_description_point', '3') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2279, 433, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2280, 409, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (2281, 409, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2282, 409, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2283, 409, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2284, 409, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2285, 409, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2286, 409, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2287, 409, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2288, 438, 'banner_section_banner_slider_0_banner_image', '414'), (2289, 438, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2290, 438, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2291, 438, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2292, 438, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2293, 438, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2294, 438, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2295, 438, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2296, 438, 'banner_section_banner_slider_1_banner_image', '416'), (2297, 438, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2298, 438, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2299, 438, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2300, 438, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2301, 438, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2302, 438, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2303, 438, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2304, 438, 'banner_section_banner_slider_2_banner_image', '413'), (2305, 438, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2306, 438, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2307, 438, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2308, 438, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2309, 438, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2310, 438, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2311, 438, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (2312, 438, 'banner_section_banner_slider', '3'), (2313, 438, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2314, 438, 'banner_section_banner_bottom_point', '3'), (2315, 438, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2316, 438, 'banner_section', ''), (2317, 438, '_banner_section', 'field_68c1356edade4'), (2318, 438, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2319, 438, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2320, 438, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2321, 438, '_advice_section_advice_description', 'field_68c13849dadf7'), (2322, 438, 'advice_section_advice_point', '3'), (2323, 438, '_advice_section_advice_point', 'field_68c13873dadf8'), (2324, 438, 'advice_section', ''), (2325, 438, '_advice_section', 'field_68c13825dadf5'), (2326, 438, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2327, 438, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2328, 438, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2329, 438, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2330, 438, 'speciality_section_speciality_points', '3'), (2331, 438, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2332, 438, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2333, 438, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2334, 438, 'speciality_section', ''), (2335, 438, '_speciality_section', 'field_68c1399fdae05'), (2336, 438, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (2337, 438, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2338, 438, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (2339, 438, '_client_relationships_section_description', 'field_68c13c78c8230'), (2340, 438, 'client_relationships_section_client_relationships_point', '1'), (2341, 438, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (2342, 438, 'client_relationships_section_bottom_description', ''), (2343, 438, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2344, 438, 'client_relationships_section', ''), (2345, 438, '_client_relationships_section', 'field_68c13c39c822e'), (2346, 438, 'getting_section_getting_heading', ''), (2347, 438, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2348, 438, 'getting_section_getting_points', ''), (2349, 438, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2350, 438, 'getting_section_schedule_button', ''), (2351, 438, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2352, 438, 'getting_section', ''), (2353, 438, '_getting_section', 'field_68c13d5fc8240'), (2354, 438, 'banner_section_banner_bottom_point_0_image', '419'), (2355, 438, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2356, 438, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2357, 438, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2358, 438, 'banner_section_banner_bottom_point_1_image', '419'), (2359, 438, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2360, 438, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2361, 438, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2362, 438, 'banner_section_banner_bottom_point_2_image', '419'), (2363, 438, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2364, 438, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2365, 438, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2366, 438, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2367, 438, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2368, 438, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2369, 438, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2370, 438, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2371, 438, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2372, 438, 'advice_section_advice_point_0_advice_image', '423'), (2373, 438, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2374, 438, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2375, 438, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2376, 438, 'advice_section_advice_point_0_description', ''), (2377, 438, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2378, 438, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 438, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2380, 438, 'advice_section_advice_point_1_advice_image', '424'), (2381, 438, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2382, 438, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2383, 438, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2384, 438, 'advice_section_advice_point_1_description', ''), (2385, 438, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2386, 438, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2387, 438, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2388, 438, 'advice_section_advice_point_2_advice_image', '425'), (2389, 438, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2390, 438, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (2391, 438, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2392, 438, 'advice_section_advice_point_2_description', ''), (2393, 438, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2394, 438, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2395, 438, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2396, 438, 'advice_section_advice_point_0_description_point', '3'), (2397, 438, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2398, 438, 'advice_section_advice_point_1_description_point', '3'), (2399, 438, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2400, 438, 'advice_section_advice_point_2_description_point', '3'), (2401, 438, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2402, 438, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2403, 438, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2404, 438, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2405, 438, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2406, 438, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2407, 438, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2408, 438, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2409, 438, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2410, 438, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2411, 438, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (2412, 438, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2413, 438, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2414, 438, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2415, 438, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2416, 438, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2417, 438, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2418, 438, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2419, 438, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2420, 438, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2421, 438, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2422, 438, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2423, 438, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2424, 438, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2425, 438, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2426, 438, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2427, 438, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2428, 438, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2429, 438, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2430, 438, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2431, 438, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2432, 438, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2433, 438, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2434, 438, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2435, 438, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2436, 438, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2437, 438, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2438, 438, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2439, 438, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2440, 438, 'speciality_section_speciality_points_0_image', '435'), (2441, 438, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2442, 438, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2443, 438, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2444, 438, 'speciality_section_speciality_points_0_description_point', '3'), (2445, 438, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2446, 438, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2447, 438, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2448, 438, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2449, 438, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2450, 438, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2451, 438, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2452, 438, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2453, 438, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2454, 438, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2455, 438, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2456, 438, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2457, 438, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2458, 438, 'speciality_section_speciality_points_1_image', '436'), (2459, 438, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2460, 438, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2461, 438, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2462, 438, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2463, 438, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2464, 438, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2465, 438, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2466, 438, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2467, 438, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2468, 438, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2469, 438, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2470, 438, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2471, 438, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2472, 438, 'speciality_section_speciality_points_1_description_point', '3'), (2473, 438, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2474, 438, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2475, 438, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2476, 438, 'speciality_section_speciality_points_2_image', '437'), (2477, 438, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2478, 438, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2479, 438, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2480, 438, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2481, 438, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2482, 438, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2483, 438, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2484, 438, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2485, 438, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2486, 438, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2487, 438, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2488, 438, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2489, 438, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2490, 438, 'speciality_section_speciality_points_2_description_point', '3'), (2491, 438, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2492, 438, 'client_relationships_section_client_relationships_point_0_point_image', ''), (2493, 438, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2494, 438, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2495, 438, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2496, 438, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2497, 438, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2498, 438, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2499, 438, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2500, 440, '_wp_attached_file', '2025/09/growth-image-1.svg'), (2501, 440, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:5946;}'), (2502, 441, '_wp_attached_file', '2025/09/growth-image-2.svg'), (2503, 441, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2827;}'), (2504, 442, '_wp_attached_file', '2025/09/growth-image-3.svg'), (2505, 442, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:8112;}'), (2506, 440, '_wp_attachment_image_alt', 'growth-image-1'), (2507, 441, '_wp_attachment_image_alt', 'growth-image-2'), (2508, 442, '_wp_attachment_image_alt', 'growth-image-3'), (2509, 409, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (2510, 409, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (2511, 409, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (2512, 409, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (2513, 409, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (2514, 409, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (2515, 409, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2516, 409, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (2517, 409, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (2518, 409, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (2519, 409, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (2520, 409, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (2521, 409, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (2522, 409, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (2523, 409, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2524, 409, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (2525, 439, 'banner_section_banner_slider_0_banner_image', '414'), (2526, 439, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2527, 439, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2528, 439, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2529, 439, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2530, 439, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2531, 439, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2532, 439, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2533, 439, 'banner_section_banner_slider_1_banner_image', '416'), (2534, 439, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2535, 439, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2536, 439, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2537, 439, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2538, 439, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2539, 439, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2540, 439, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2541, 439, 'banner_section_banner_slider_2_banner_image', '413'), (2542, 439, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2543, 439, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2544, 439, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2545, 439, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2546, 439, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2547, 439, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2548, 439, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (2549, 439, 'banner_section_banner_slider', '3'), (2550, 439, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2551, 439, 'banner_section_banner_bottom_point', '3'), (2552, 439, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2553, 439, 'banner_section', ''), (2554, 439, '_banner_section', 'field_68c1356edade4'), (2555, 439, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2556, 439, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2557, 439, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2558, 439, '_advice_section_advice_description', 'field_68c13849dadf7'), (2559, 439, 'advice_section_advice_point', '3'), (2560, 439, '_advice_section_advice_point', 'field_68c13873dadf8'), (2561, 439, 'advice_section', ''), (2562, 439, '_advice_section', 'field_68c13825dadf5'), (2563, 439, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2564, 439, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2565, 439, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2566, 439, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2567, 439, 'speciality_section_speciality_points', '3'), (2568, 439, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2569, 439, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2570, 439, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2571, 439, 'speciality_section', ''), (2572, 439, '_speciality_section', 'field_68c1399fdae05'), (2573, 439, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (2574, 439, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2575, 439, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (2576, 439, '_client_relationships_section_description', 'field_68c13c78c8230'), (2577, 439, 'client_relationships_section_client_relationships_point', '3'), (2578, 439, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2579, 439, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (2580, 439, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2581, 439, 'client_relationships_section', ''), (2582, 439, '_client_relationships_section', 'field_68c13c39c822e'), (2583, 439, 'getting_section_getting_heading', ''), (2584, 439, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2585, 439, 'getting_section_getting_points', ''), (2586, 439, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2587, 439, 'getting_section_schedule_button', ''), (2588, 439, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2589, 439, 'getting_section', ''), (2590, 439, '_getting_section', 'field_68c13d5fc8240'), (2591, 439, 'banner_section_banner_bottom_point_0_image', '419'), (2592, 439, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2593, 439, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2594, 439, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2595, 439, 'banner_section_banner_bottom_point_1_image', '419'), (2596, 439, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2597, 439, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2598, 439, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2599, 439, 'banner_section_banner_bottom_point_2_image', '419'), (2600, 439, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2601, 439, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2602, 439, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2603, 439, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2604, 439, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2605, 439, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2606, 439, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2607, 439, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2608, 439, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2609, 439, 'advice_section_advice_point_0_advice_image', '423'), (2610, 439, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2611, 439, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2612, 439, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2613, 439, 'advice_section_advice_point_0_description', ''), (2614, 439, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2615, 439, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2616, 439, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2617, 439, 'advice_section_advice_point_1_advice_image', '424'), (2618, 439, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2619, 439, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2620, 439, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2621, 439, 'advice_section_advice_point_1_description', ''), (2622, 439, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2623, 439, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2624, 439, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2625, 439, 'advice_section_advice_point_2_advice_image', '425'), (2626, 439, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2627, 439, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (2628, 439, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2629, 439, 'advice_section_advice_point_2_description', ''), (2630, 439, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2631, 439, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2632, 439, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2633, 439, 'advice_section_advice_point_0_description_point', '3'), (2634, 439, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2635, 439, 'advice_section_advice_point_1_description_point', '3'), (2636, 439, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2637, 439, 'advice_section_advice_point_2_description_point', '3'), (2638, 439, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2639, 439, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2640, 439, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2641, 439, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2642, 439, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2643, 439, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2644, 439, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2645, 439, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2646, 439, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2647, 439, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2648, 439, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (2649, 439, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2650, 439, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2651, 439, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2652, 439, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2653, 439, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2654, 439, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2655, 439, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2656, 439, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2657, 439, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2658, 439, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2659, 439, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2660, 439, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2661, 439, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2662, 439, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2663, 439, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2664, 439, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2665, 439, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2666, 439, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2667, 439, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2668, 439, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2669, 439, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2670, 439, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2671, 439, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2672, 439, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2673, 439, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2674, 439, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2675, 439, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2676, 439, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2677, 439, 'speciality_section_speciality_points_0_image', '435'), (2678, 439, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2679, 439, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2680, 439, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2681, 439, 'speciality_section_speciality_points_0_description_point', '3'), (2682, 439, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2683, 439, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2684, 439, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2685, 439, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2686, 439, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2687, 439, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2688, 439, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2689, 439, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2690, 439, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2691, 439, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2692, 439, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2693, 439, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2694, 439, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2695, 439, 'speciality_section_speciality_points_1_image', '436'), (2696, 439, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2697, 439, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2698, 439, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2699, 439, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2700, 439, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2701, 439, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2702, 439, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2703, 439, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2704, 439, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2705, 439, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2706, 439, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2707, 439, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2708, 439, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2709, 439, 'speciality_section_speciality_points_1_description_point', '3'), (2710, 439, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2711, 439, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2712, 439, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2713, 439, 'speciality_section_speciality_points_2_image', '437'), (2714, 439, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2715, 439, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2716, 439, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2717, 439, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2718, 439, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2719, 439, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2720, 439, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2721, 439, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2722, 439, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2723, 439, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2724, 439, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2725, 439, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2726, 439, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2727, 439, 'speciality_section_speciality_points_2_description_point', '3'), (2728, 439, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2729, 439, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (2730, 439, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2731, 439, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2732, 439, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2733, 439, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2734, 439, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2735, 439, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2736, 439, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2737, 439, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (2738, 439, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (2739, 439, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (2740, 439, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (2741, 439, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (2742, 439, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (2743, 439, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2744, 439, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (2745, 439, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (2746, 439, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (2747, 439, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (2748, 439, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (2749, 439, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (2750, 439, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (2751, 439, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2752, 439, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (2753, 409, 'getting_section_getting_points_0_point', 'Let’s discuss your specific needs and goals.'), (2754, 409, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (2755, 443, 'banner_section_banner_slider_0_banner_image', '414'), (2756, 443, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2757, 443, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2758, 443, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2759, 443, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2760, 443, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2761, 443, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2762, 443, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2763, 443, 'banner_section_banner_slider_1_banner_image', '416'), (2764, 443, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2765, 443, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2766, 443, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2767, 443, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2768, 443, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2769, 443, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2770, 443, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2771, 443, 'banner_section_banner_slider_2_banner_image', '413'), (2772, 443, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2773, 443, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2774, 443, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2775, 443, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2776, 443, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2777, 443, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2778, 443, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2779, 443, 'banner_section_banner_slider', '3'), (2780, 443, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2781, 443, 'banner_section_banner_bottom_point', '3'), (2782, 443, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2783, 443, 'banner_section', ''), (2784, 443, '_banner_section', 'field_68c1356edade4'), (2785, 443, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2786, 443, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2787, 443, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2788, 443, '_advice_section_advice_description', 'field_68c13849dadf7'), (2789, 443, 'advice_section_advice_point', '3'), (2790, 443, '_advice_section_advice_point', 'field_68c13873dadf8'), (2791, 443, 'advice_section', ''), (2792, 443, '_advice_section', 'field_68c13825dadf5'), (2793, 443, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2794, 443, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2795, 443, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2796, 443, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2797, 443, 'speciality_section_speciality_points', '3'), (2798, 443, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2799, 443, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2800, 443, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2801, 443, 'speciality_section', ''), (2802, 443, '_speciality_section', 'field_68c1399fdae05'), (2803, 443, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (2804, 443, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2805, 443, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (2806, 443, '_client_relationships_section_description', 'field_68c13c78c8230'), (2807, 443, 'client_relationships_section_client_relationships_point', '3'), (2808, 443, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (2809, 443, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (2810, 443, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2811, 443, 'client_relationships_section', ''), (2812, 443, '_client_relationships_section', 'field_68c13c39c822e'), (2813, 443, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (2814, 443, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2815, 443, 'getting_section_getting_points', '1'), (2816, 443, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2817, 443, 'getting_section_schedule_button', ''), (2818, 443, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2819, 443, 'getting_section', ''), (2820, 443, '_getting_section', 'field_68c13d5fc8240'), (2821, 443, 'banner_section_banner_bottom_point_0_image', '419'), (2822, 443, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2823, 443, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2824, 443, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2825, 443, 'banner_section_banner_bottom_point_1_image', '419'), (2826, 443, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2827, 443, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2828, 443, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2829, 443, 'banner_section_banner_bottom_point_2_image', '419'), (2830, 443, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2831, 443, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2832, 443, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2833, 443, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2834, 443, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2835, 443, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2836, 443, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2837, 443, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2838, 443, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2839, 443, 'advice_section_advice_point_0_advice_image', '423'), (2840, 443, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2841, 443, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2842, 443, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2843, 443, 'advice_section_advice_point_0_description', ''), (2844, 443, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2845, 443, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2846, 443, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2847, 443, 'advice_section_advice_point_1_advice_image', '424'), (2848, 443, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2849, 443, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2850, 443, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2851, 443, 'advice_section_advice_point_1_description', ''), (2852, 443, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2853, 443, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2854, 443, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2855, 443, 'advice_section_advice_point_2_advice_image', '425'), (2856, 443, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2857, 443, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (2858, 443, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2859, 443, 'advice_section_advice_point_2_description', ''), (2860, 443, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2861, 443, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2862, 443, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2863, 443, 'advice_section_advice_point_0_description_point', '3'), (2864, 443, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2865, 443, 'advice_section_advice_point_1_description_point', '3'), (2866, 443, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2867, 443, 'advice_section_advice_point_2_description_point', '3'), (2868, 443, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2869, 443, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2870, 443, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2871, 443, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2872, 443, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2873, 443, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2874, 443, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2875, 443, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2876, 443, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2877, 443, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2878, 443, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2879, 443, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2880, 443, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2881, 443, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2882, 443, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2883, 443, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2884, 443, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2885, 443, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2886, 443, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2887, 443, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2888, 443, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2889, 443, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2890, 443, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2891, 443, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2892, 443, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2893, 443, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2894, 443, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2895, 443, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2896, 443, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2897, 443, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2898, 443, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2899, 443, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2900, 443, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2901, 443, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2902, 443, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2903, 443, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2904, 443, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2905, 443, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2906, 443, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2907, 443, 'speciality_section_speciality_points_0_image', '435'), (2908, 443, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2909, 443, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2910, 443, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2911, 443, 'speciality_section_speciality_points_0_description_point', '3'), (2912, 443, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2913, 443, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2914, 443, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2915, 443, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2916, 443, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2917, 443, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2918, 443, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2919, 443, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2920, 443, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2921, 443, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2922, 443, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2923, 443, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2924, 443, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2925, 443, 'speciality_section_speciality_points_1_image', '436'), (2926, 443, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2927, 443, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2928, 443, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2929, 443, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2930, 443, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2931, 443, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2932, 443, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2933, 443, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2934, 443, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2935, 443, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2936, 443, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2937, 443, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2938, 443, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2939, 443, 'speciality_section_speciality_points_1_description_point', '3'), (2940, 443, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2941, 443, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2942, 443, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2943, 443, 'speciality_section_speciality_points_2_image', '437'), (2944, 443, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2945, 443, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2946, 443, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2947, 443, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2948, 443, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2949, 443, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2950, 443, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2951, 443, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2952, 443, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2953, 443, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2954, 443, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2955, 443, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2956, 443, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2957, 443, 'speciality_section_speciality_points_2_description_point', '3'), (2958, 443, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2959, 443, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (2960, 443, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2961, 443, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2962, 443, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2963, 443, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2964, 443, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2965, 443, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2966, 443, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2967, 443, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (2968, 443, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (2969, 443, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (2970, 443, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (2971, 443, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (2972, 443, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (2973, 443, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2974, 443, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (2975, 443, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (2976, 443, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (2977, 443, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (2978, 443, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2979, 443, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (2980, 443, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (2981, 443, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2982, 443, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (2983, 443, 'getting_section_getting_points_0_point', 'Schedule an Appointment'), (2984, 443, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (2985, 409, 'getting_section_getting_points_0_point_heading', 'Schedule an Appointment'), (2986, 409, '_getting_section_getting_points_0_point_heading', 'field_68c7d0421ba83'), (2987, 409, 'getting_section_getting_points_1_point_heading', 'Partner with Bombora'), (2988, 409, '_getting_section_getting_points_1_point_heading', 'field_68c7d0421ba83'), (2989, 409, 'getting_section_getting_points_1_point', 'Join our specialised licensee network.'), (2990, 409, '_getting_section_getting_points_1_point', 'field_68c13d8bc8243'), (2991, 409, 'getting_section_getting_points_2_point_heading', 'Grow Your Business'), (2992, 409, '_getting_section_getting_points_2_point_heading', 'field_68c7d0421ba83'), (2993, 409, 'getting_section_getting_points_2_point', 'Benefit from our support to expand your practice.'), (2994, 409, '_getting_section_getting_points_2_point', 'field_68c13d8bc8243'), (2995, 444, 'banner_section_banner_slider_0_banner_image', '414'), (2996, 444, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2997, 444, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2998, 444, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2999, 444, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (3000, 444, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (3001, 444, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3002, 444, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (3003, 444, 'banner_section_banner_slider_1_banner_image', '416'), (3004, 444, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (3005, 444, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (3006, 444, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (3007, 444, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (3008, 444, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (3009, 444, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3010, 444, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (3011, 444, 'banner_section_banner_slider_2_banner_image', '413'), (3012, 444, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (3013, 444, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (3014, 444, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (3015, 444, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (3016, 444, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (3017, 444, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3018, 444, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (3019, 444, 'banner_section_banner_slider', '3'), (3020, 444, '_banner_section_banner_slider', 'field_68c1358fdade5'), (3021, 444, 'banner_section_banner_bottom_point', '3'), (3022, 444, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (3023, 444, 'banner_section', ''), (3024, 444, '_banner_section', 'field_68c1356edade4'), (3025, 444, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (3026, 444, '_advice_section_advice_heading', 'field_68c13840dadf6'), (3027, 444, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (3028, 444, '_advice_section_advice_description', 'field_68c13849dadf7'), (3029, 444, 'advice_section_advice_point', '3'), (3030, 444, '_advice_section_advice_point', 'field_68c13873dadf8'), (3031, 444, 'advice_section', ''), (3032, 444, '_advice_section', 'field_68c13825dadf5'), (3033, 444, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (3034, 444, '_speciality_section_speciality_heading', 'field_68c139badae06'), (3035, 444, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (3036, 444, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (3037, 444, 'speciality_section_speciality_points', '3'), (3038, 444, '_speciality_section_speciality_points', 'field_68c139dadae08'), (3039, 444, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3040, 444, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (3041, 444, 'speciality_section', ''), (3042, 444, '_speciality_section', 'field_68c1399fdae05'), (3043, 444, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (3044, 444, '_client_relationships_section_heading', 'field_68c13c53c822f'), (3045, 444, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (3046, 444, '_client_relationships_section_description', 'field_68c13c78c8230'), (3047, 444, 'client_relationships_section_client_relationships_point', '3'), (3048, 444, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (3049, 444, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (3050, 444, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (3051, 444, 'client_relationships_section', ''), (3052, 444, '_client_relationships_section', 'field_68c13c39c822e'), (3053, 444, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (3054, 444, '_getting_section_getting_heading', 'field_68c13d75c8241'), (3055, 444, 'getting_section_getting_points', '3'), (3056, 444, '_getting_section_getting_points', 'field_68c13d7fc8242'), (3057, 444, 'getting_section_schedule_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3058, 444, '_getting_section_schedule_button', 'field_68c13db5c8248'), (3059, 444, 'getting_section', ''), (3060, 444, '_getting_section', 'field_68c13d5fc8240'), (3061, 444, 'banner_section_banner_bottom_point_0_image', '419'), (3062, 444, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (3063, 444, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (3064, 444, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (3065, 444, 'banner_section_banner_bottom_point_1_image', '419'), (3066, 444, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (3067, 444, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (3068, 444, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (3069, 444, 'banner_section_banner_bottom_point_2_image', '419'), (3070, 444, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (3071, 444, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (3072, 444, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (3073, 444, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (3074, 444, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (3075, 444, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (3076, 444, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (3077, 444, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (3078, 444, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3079, 444, 'advice_section_advice_point_0_advice_image', '423'), (3080, 444, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (3081, 444, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (3082, 444, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (3083, 444, 'advice_section_advice_point_0_description', ''), (3084, 444, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (3085, 444, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3086, 444, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (3087, 444, 'advice_section_advice_point_1_advice_image', '424'), (3088, 444, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (3089, 444, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (3090, 444, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (3091, 444, 'advice_section_advice_point_1_description', ''), (3092, 444, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (3093, 444, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3094, 444, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (3095, 444, 'advice_section_advice_point_2_advice_image', '425'), (3096, 444, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (3097, 444, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (3098, 444, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (3099, 444, 'advice_section_advice_point_2_description', ''), (3100, 444, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (3101, 444, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3102, 444, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (3103, 444, 'advice_section_advice_point_0_description_point', '3'), (3104, 444, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (3105, 444, 'advice_section_advice_point_1_description_point', '3'), (3106, 444, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (3107, 444, 'advice_section_advice_point_2_description_point', '3'), (3108, 444, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (3109, 444, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (3110, 444, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (3111, 444, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (3112, 444, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (3113, 444, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (3114, 444, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (3115, 444, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (3116, 444, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (3117, 444, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (3118, 444, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (3119, 444, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (3120, 444, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (3121, 444, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (3122, 444, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (3123, 444, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (3124, 444, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (3125, 444, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (3126, 444, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (3127, 444, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (3128, 444, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (3129, 444, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (3130, 444, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (3131, 444, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (3132, 444, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (3133, 444, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (3134, 444, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (3135, 444, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (3136, 444, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (3137, 444, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (3138, 444, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (3139, 444, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (3140, 444, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (3141, 444, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (3142, 444, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (3143, 444, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (3144, 444, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (3145, 444, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (3146, 444, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (3147, 444, 'speciality_section_speciality_points_0_image', '435'), (3148, 444, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (3149, 444, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (3150, 444, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (3151, 444, 'speciality_section_speciality_points_0_description_point', '3'), (3152, 444, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (3153, 444, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (3154, 444, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (3155, 444, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (3156, 444, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (3157, 444, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (3158, 444, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (3159, 444, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (3160, 444, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (3161, 444, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (3162, 444, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (3163, 444, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (3164, 444, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (3165, 444, 'speciality_section_speciality_points_1_image', '436'), (3166, 444, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (3167, 444, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (3168, 444, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (3169, 444, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (3170, 444, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (3171, 444, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (3172, 444, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (3173, 444, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (3174, 444, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (3175, 444, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (3176, 444, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (3177, 444, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (3178, 444, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3179, 444, 'speciality_section_speciality_points_1_description_point', '3'), (3180, 444, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (3181, 444, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (3182, 444, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (3183, 444, 'speciality_section_speciality_points_2_image', '437'), (3184, 444, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (3185, 444, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (3186, 444, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (3187, 444, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (3188, 444, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (3189, 444, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (3190, 444, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (3191, 444, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (3192, 444, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (3193, 444, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (3194, 444, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (3195, 444, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (3196, 444, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (3197, 444, 'speciality_section_speciality_points_2_description_point', '3'), (3198, 444, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (3199, 444, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (3200, 444, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (3201, 444, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (3202, 444, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (3203, 444, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (3204, 444, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (3205, 444, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3206, 444, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (3207, 444, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (3208, 444, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (3209, 444, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (3210, 444, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (3211, 444, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (3212, 444, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (3213, 444, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3214, 444, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (3215, 444, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (3216, 444, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (3217, 444, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (3218, 444, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (3219, 444, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (3220, 444, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (3221, 444, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3222, 444, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (3223, 444, 'getting_section_getting_points_0_point', 'Let’s discuss your specific needs and goals.'), (3224, 444, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (3225, 444, 'getting_section_getting_points_0_point_heading', 'Schedule an Appointment'), (3226, 444, '_getting_section_getting_points_0_point_heading', 'field_68c7d0421ba83'), (3227, 444, 'getting_section_getting_points_1_point_heading', 'Partner with Bombora'), (3228, 444, '_getting_section_getting_points_1_point_heading', 'field_68c7d0421ba83'), (3229, 444, 'getting_section_getting_points_1_point', 'Join our specialised licensee network.'), (3230, 444, '_getting_section_getting_points_1_point', 'field_68c13d8bc8243'), (3231, 444, 'getting_section_getting_points_2_point_heading', 'Grow Your Business'), (3232, 444, '_getting_section_getting_points_2_point_heading', 'field_68c7d0421ba83'), (3233, 444, 'getting_section_getting_points_2_point', 'Benefit from our support to expand your practice.'), (3234, 444, '_getting_section_getting_points_2_point', 'field_68c13d8bc8243'), (3235, 446, 'banner_section_banner_slider_0_banner_image', '414'), (3236, 446, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (3237, 446, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (3238, 446, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (3239, 446, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (3240, 446, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (3241, 446, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3242, 446, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (3243, 446, 'banner_section_banner_slider_1_banner_image', '416'), (3244, 446, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (3245, 446, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (3246, 446, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (3247, 446, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (3248, 446, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (3249, 446, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3250, 446, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (3251, 446, 'banner_section_banner_slider_2_banner_image', '413'), (3252, 446, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (3253, 446, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (3254, 446, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (3255, 446, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (3256, 446, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (3257, 446, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3258, 446, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (3259, 446, 'banner_section_banner_slider', '3'), (3260, 446, '_banner_section_banner_slider', 'field_68c1358fdade5'), (3261, 446, 'banner_section_banner_bottom_point', '3'), (3262, 446, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (3263, 446, 'banner_section', ''), (3264, 446, '_banner_section', 'field_68c1356edade4'), (3265, 446, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (3266, 446, '_advice_section_advice_heading', 'field_68c13840dadf6'), (3267, 446, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (3268, 446, '_advice_section_advice_description', 'field_68c13849dadf7'), (3269, 446, 'advice_section_advice_point', '3'), (3270, 446, '_advice_section_advice_point', 'field_68c13873dadf8'), (3271, 446, 'advice_section', ''), (3272, 446, '_advice_section', 'field_68c13825dadf5'), (3273, 446, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (3274, 446, '_speciality_section_speciality_heading', 'field_68c139badae06'), (3275, 446, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (3276, 446, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (3277, 446, 'speciality_section_speciality_points', '3'), (3278, 446, '_speciality_section_speciality_points', 'field_68c139dadae08') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3279, 446, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3280, 446, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (3281, 446, 'speciality_section', ''), (3282, 446, '_speciality_section', 'field_68c1399fdae05'), (3283, 446, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (3284, 446, '_client_relationships_section_heading', 'field_68c13c53c822f'), (3285, 446, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (3286, 446, '_client_relationships_section_description', 'field_68c13c78c8230'), (3287, 446, 'client_relationships_section_client_relationships_point', '3'), (3288, 446, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (3289, 446, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (3290, 446, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (3291, 446, 'client_relationships_section', ''), (3292, 446, '_client_relationships_section', 'field_68c13c39c822e'), (3293, 446, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (3294, 446, '_getting_section_getting_heading', 'field_68c13d75c8241'), (3295, 446, 'getting_section_getting_points', '3'), (3296, 446, '_getting_section_getting_points', 'field_68c13d7fc8242'), (3297, 446, 'getting_section_schedule_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3298, 446, '_getting_section_schedule_button', 'field_68c13db5c8248'), (3299, 446, 'getting_section', ''), (3300, 446, '_getting_section', 'field_68c13d5fc8240'), (3301, 446, 'banner_section_banner_bottom_point_0_image', '419'), (3302, 446, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (3303, 446, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (3304, 446, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (3305, 446, 'banner_section_banner_bottom_point_1_image', '419'), (3306, 446, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (3307, 446, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (3308, 446, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (3309, 446, 'banner_section_banner_bottom_point_2_image', '419'), (3310, 446, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (3311, 446, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (3312, 446, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (3313, 446, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (3314, 446, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (3315, 446, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (3316, 446, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (3317, 446, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (3318, 446, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (3319, 446, 'advice_section_advice_point_0_advice_image', '423'), (3320, 446, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (3321, 446, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (3322, 446, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (3323, 446, 'advice_section_advice_point_0_description', ''), (3324, 446, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (3325, 446, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3326, 446, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (3327, 446, 'advice_section_advice_point_1_advice_image', '424'), (3328, 446, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (3329, 446, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (3330, 446, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (3331, 446, 'advice_section_advice_point_1_description', ''), (3332, 446, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (3333, 446, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3334, 446, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (3335, 446, 'advice_section_advice_point_2_advice_image', '425'), (3336, 446, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (3337, 446, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (3338, 446, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (3339, 446, 'advice_section_advice_point_2_description', ''), (3340, 446, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (3341, 446, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3342, 446, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (3343, 446, 'advice_section_advice_point_0_description_point', '3'), (3344, 446, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (3345, 446, 'advice_section_advice_point_1_description_point', '3'), (3346, 446, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (3347, 446, 'advice_section_advice_point_2_description_point', '3'), (3348, 446, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (3349, 446, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (3350, 446, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (3351, 446, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (3352, 446, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (3353, 446, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (3354, 446, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (3355, 446, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (3356, 446, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (3357, 446, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (3358, 446, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (3359, 446, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (3360, 446, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (3361, 446, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (3362, 446, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (3363, 446, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (3364, 446, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (3365, 446, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (3366, 446, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (3367, 446, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (3368, 446, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (3369, 446, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (3370, 446, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (3371, 446, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (3372, 446, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (3373, 446, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (3374, 446, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (3375, 446, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (3376, 446, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (3377, 446, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (3378, 446, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3379, 446, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (3380, 446, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (3381, 446, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (3382, 446, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (3383, 446, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (3384, 446, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (3385, 446, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (3386, 446, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (3387, 446, 'speciality_section_speciality_points_0_image', '435'), (3388, 446, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (3389, 446, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (3390, 446, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (3391, 446, 'speciality_section_speciality_points_0_description_point', '3'), (3392, 446, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (3393, 446, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (3394, 446, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (3395, 446, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (3396, 446, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (3397, 446, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (3398, 446, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (3399, 446, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (3400, 446, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (3401, 446, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (3402, 446, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (3403, 446, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (3404, 446, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (3405, 446, 'speciality_section_speciality_points_1_image', '436'), (3406, 446, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (3407, 446, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (3408, 446, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (3409, 446, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (3410, 446, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (3411, 446, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (3412, 446, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (3413, 446, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (3414, 446, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (3415, 446, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (3416, 446, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (3417, 446, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (3418, 446, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (3419, 446, 'speciality_section_speciality_points_1_description_point', '3'), (3420, 446, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (3421, 446, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (3422, 446, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (3423, 446, 'speciality_section_speciality_points_2_image', '437'), (3424, 446, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (3425, 446, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (3426, 446, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (3427, 446, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (3428, 446, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (3429, 446, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (3430, 446, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (3431, 446, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (3432, 446, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (3433, 446, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (3434, 446, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (3435, 446, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (3436, 446, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (3437, 446, 'speciality_section_speciality_points_2_description_point', '3'), (3438, 446, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (3439, 446, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (3440, 446, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (3441, 446, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (3442, 446, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (3443, 446, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (3444, 446, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (3445, 446, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3446, 446, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (3447, 446, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (3448, 446, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (3449, 446, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (3450, 446, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (3451, 446, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (3452, 446, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (3453, 446, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3454, 446, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (3455, 446, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (3456, 446, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (3457, 446, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (3458, 446, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (3459, 446, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (3460, 446, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (3461, 446, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3462, 446, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (3463, 446, 'getting_section_getting_points_0_point', 'Let’s discuss your specific needs and goals.'), (3464, 446, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (3465, 446, 'getting_section_getting_points_0_point_heading', 'Schedule an Appointment'), (3466, 446, '_getting_section_getting_points_0_point_heading', 'field_68c7d0421ba83'), (3467, 446, 'getting_section_getting_points_1_point_heading', 'Partner with Bombora'), (3468, 446, '_getting_section_getting_points_1_point_heading', 'field_68c7d0421ba83'), (3469, 446, 'getting_section_getting_points_1_point', 'Join our specialised licensee network.'), (3470, 446, '_getting_section_getting_points_1_point', 'field_68c13d8bc8243'), (3471, 446, 'getting_section_getting_points_2_point_heading', 'Grow Your Business'), (3472, 446, '_getting_section_getting_points_2_point_heading', 'field_68c7d0421ba83'), (3473, 446, 'getting_section_getting_points_2_point', 'Benefit from our support to expand your practice.'), (3474, 446, '_getting_section_getting_points_2_point', 'field_68c13d8bc8243'), (3475, 65, '_wp_page_template', 'templates/advice-solutions.php'), (3476, 6, '_config_validation', 'a:1:{s:23:"mail.additional_headers";a:1:{i:0;a:2:{s:4:"code";s:22:"invalid_mailbox_syntax";s:4:"args";a:3:{s:7:"message";s:51:"Invalid mailbox syntax is used in the %name% field.";s:6:"params";a:1:{s:4:"name";s:8:"Reply-To";}s:4:"link";s:68:"https://contactform7.com/configuration-errors/invalid-mailbox-syntax";}}}}'), (3478, 378, '_edit_lock', '1758083116:1'), (3479, 378, '_edit_last', '1') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3480, 111, '_edit_lock', '1758025587:1'), (3481, 111, '_edit_last', '1'), (3482, 62, '_edit_last', '1'), (3483, 62, 'banner_section_banner_image', '415'), (3484, 62, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3485, 62, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3486, 62, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3487, 62, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3488, 62, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3489, 62, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3490, 62, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3491, 62, 'banner_section', ''), (3492, 62, '_banner_section', 'field_68c13ec8a2c3d'), (3493, 62, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3494, 62, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3495, 62, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3496, 62, '_risk_advice_section_description', 'field_68c1416242cf6'), (3497, 62, 'risk_advice_section_risk_advice_points_0_image', '461'), (3498, 62, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3499, 62, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3500, 62, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3501, 62, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3502, 62, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3503, 62, 'risk_advice_section_risk_advice_points', '2'), (3504, 62, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3505, 62, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3506, 62, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3507, 62, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3508, 62, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3509, 62, 'risk_advice_section', ''), (3510, 62, '_risk_advice_section', 'field_68c1413942cf4'), (3511, 62, 'vision_section_heading', 'From Vision to Reality'), (3512, 62, '_vision_section_heading', 'field_68c142d342d05'), (3513, 62, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (3514, 62, '_vision_section_description', 'field_68c142da42d06'), (3515, 62, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3516, 62, '_vision_section_button', 'field_68c142e842d07'), (3517, 62, 'vision_section', ''), (3518, 62, '_vision_section', 'field_68c142ba42d04'), (3519, 62, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (3520, 62, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3521, 62, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (3522, 62, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3523, 62, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (3524, 62, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3525, 62, 'contact_us_section', ''), (3526, 62, '_contact_us_section', 'field_68c14313784d9'), (3571, 449, 'banner_section_banner_image', ''), (3572, 449, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3573, 449, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3574, 449, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3575, 449, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3576, 449, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3577, 449, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3578, 449, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3579, 449, 'banner_section', ''), (3580, 449, '_banner_section', 'field_68c13ec8a2c3d'), (3581, 449, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3582, 449, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3583, 449, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3584, 449, '_risk_advice_section_description', 'field_68c1416242cf6'), (3585, 449, 'risk_advice_section_risk_advice_points_0_image', ''), (3586, 449, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3587, 449, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3588, 449, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3589, 449, 'risk_advice_section_risk_advice_points_0_description', ''), (3590, 449, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3591, 449, 'risk_advice_section_risk_advice_points', '1'), (3592, 449, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3593, 449, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3594, 449, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3595, 449, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3596, 449, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3597, 449, 'risk_advice_section', ''), (3598, 449, '_risk_advice_section', 'field_68c1413942cf4'), (3599, 449, 'vision_section_heading', ''), (3600, 449, '_vision_section_heading', 'field_68c142d342d05'), (3601, 449, 'vision_section_description', ''), (3602, 449, '_vision_section_description', 'field_68c142da42d06'), (3603, 449, 'vision_section_button', ''), (3604, 449, '_vision_section_button', 'field_68c142e842d07'), (3605, 449, 'vision_section', ''), (3606, 449, '_vision_section', 'field_68c142ba42d04'), (3607, 449, 'contact_us_section_contact_us_heading', ''), (3608, 449, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3609, 449, 'contact_us_section_contact_us_description', ''), (3610, 449, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3611, 449, 'contact_us_section_contact_us_form_shotcode', ''), (3612, 449, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3613, 449, 'contact_us_section', ''), (3614, 449, '_contact_us_section', 'field_68c14313784d9'), (3615, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3616, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3617, 450, 'banner_section_banner_image', ''), (3618, 450, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3619, 450, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3620, 450, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3621, 450, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3622, 450, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3623, 450, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3624, 450, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3625, 450, 'banner_section', ''), (3626, 450, '_banner_section', 'field_68c13ec8a2c3d'), (3627, 450, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3628, 450, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3629, 450, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3630, 450, '_risk_advice_section_description', 'field_68c1416242cf6'), (3631, 450, 'risk_advice_section_risk_advice_points_0_image', ''), (3632, 450, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3633, 450, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3634, 450, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3635, 450, 'risk_advice_section_risk_advice_points_0_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3636, 450, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3637, 450, 'risk_advice_section_risk_advice_points', '1'), (3638, 450, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3639, 450, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3640, 450, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3641, 450, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3642, 450, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3643, 450, 'risk_advice_section', ''), (3644, 450, '_risk_advice_section', 'field_68c1413942cf4'), (3645, 450, 'vision_section_heading', ''), (3646, 450, '_vision_section_heading', 'field_68c142d342d05'), (3647, 450, 'vision_section_description', ''), (3648, 450, '_vision_section_description', 'field_68c142da42d06'), (3649, 450, 'vision_section_button', ''), (3650, 450, '_vision_section_button', 'field_68c142e842d07'), (3651, 450, 'vision_section', ''), (3652, 450, '_vision_section', 'field_68c142ba42d04'), (3653, 450, 'contact_us_section_contact_us_heading', ''), (3654, 450, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3655, 450, 'contact_us_section_contact_us_description', ''), (3656, 450, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3657, 450, 'contact_us_section_contact_us_form_shotcode', ''), (3658, 450, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3659, 450, 'contact_us_section', ''), (3660, 450, '_contact_us_section', 'field_68c14313784d9'), (3661, 450, 'risk_advice_section_risk_advice_points_0_partner_benefit', ''), (3662, 450, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3665, 456, '_wp_attached_file', '2025/09/advisor-check-icon.svg'), (3666, 456, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:239;}'), (3667, 457, '_wp_attached_file', '2025/09/capability-uplift.svg'), (3668, 457, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1612;}'), (3669, 458, '_wp_attached_file', '2025/09/compliance-clarity.svg'), (3670, 458, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:4298;}'), (3671, 459, '_wp_attached_file', '2025/09/contact-form-bg-pattern.svg'), (3672, 459, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:24867;}'), (3673, 460, '_wp_attached_file', '2025/09/growth-collective.svg'), (3674, 460, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:8944;}'), (3675, 461, '_wp_attached_file', '2025/09/light-icon.svg'), (3676, 461, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:6494;}'), (3677, 462, '_wp_attached_file', '2025/09/msg-icon.svg'), (3678, 462, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2556;}'), (3686, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3687, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3688, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3689, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3690, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3691, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3692, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3693, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3694, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3695, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3696, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3697, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3698, 453, 'banner_section_banner_image', ''), (3699, 453, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3700, 453, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3701, 453, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3702, 453, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3703, 453, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3704, 453, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3705, 453, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3706, 453, 'banner_section', ''), (3707, 453, '_banner_section', 'field_68c13ec8a2c3d'), (3708, 453, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3709, 453, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3710, 453, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3711, 453, '_risk_advice_section_description', 'field_68c1416242cf6'), (3712, 453, 'risk_advice_section_risk_advice_points_0_image', '461'), (3713, 453, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3714, 453, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3715, 453, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3716, 453, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3717, 453, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3718, 453, 'risk_advice_section_risk_advice_points', '1'), (3719, 453, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3720, 453, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3721, 453, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3722, 453, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3723, 453, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3724, 453, 'risk_advice_section', ''), (3725, 453, '_risk_advice_section', 'field_68c1413942cf4'), (3726, 453, 'vision_section_heading', ''), (3727, 453, '_vision_section_heading', 'field_68c142d342d05'), (3728, 453, 'vision_section_description', ''), (3729, 453, '_vision_section_description', 'field_68c142da42d06'), (3730, 453, 'vision_section_button', ''), (3731, 453, '_vision_section_button', 'field_68c142e842d07'), (3732, 453, 'vision_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3733, 453, '_vision_section', 'field_68c142ba42d04'), (3734, 453, 'contact_us_section_contact_us_heading', ''), (3735, 453, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3736, 453, 'contact_us_section_contact_us_description', ''), (3737, 453, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3738, 453, 'contact_us_section_contact_us_form_shotcode', ''), (3739, 453, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3740, 453, 'contact_us_section', ''), (3741, 453, '_contact_us_section', 'field_68c14313784d9'), (3742, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3743, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3744, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3745, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3746, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3747, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3748, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3749, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3750, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3751, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3752, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3753, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3754, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3755, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3756, 462, '_wp_attachment_image_alt', 'msg-icon'), (3757, 62, 'risk_advice_section_risk_advice_points_1_image', '462'), (3758, 62, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3759, 62, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3760, 62, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3761, 62, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3762, 62, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3763, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3764, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3765, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (3766, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3767, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (3768, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3769, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (3770, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3771, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (3772, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3773, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (3774, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3775, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (3776, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (3777, 465, 'banner_section_banner_image', ''), (3778, 465, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3779, 465, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3780, 465, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3781, 465, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3782, 465, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3783, 465, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3784, 465, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3785, 465, 'banner_section', ''), (3786, 465, '_banner_section', 'field_68c13ec8a2c3d'), (3787, 465, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3788, 465, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3789, 465, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3790, 465, '_risk_advice_section_description', 'field_68c1416242cf6'), (3791, 465, 'risk_advice_section_risk_advice_points_0_image', '461'), (3792, 465, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3793, 465, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3794, 465, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3795, 465, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3796, 465, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3797, 465, 'risk_advice_section_risk_advice_points', '2'), (3798, 465, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3799, 465, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3800, 465, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3801, 465, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3802, 465, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3803, 465, 'risk_advice_section', ''), (3804, 465, '_risk_advice_section', 'field_68c1413942cf4'), (3805, 465, 'vision_section_heading', ''), (3806, 465, '_vision_section_heading', 'field_68c142d342d05'), (3807, 465, 'vision_section_description', ''), (3808, 465, '_vision_section_description', 'field_68c142da42d06'), (3809, 465, 'vision_section_button', ''), (3810, 465, '_vision_section_button', 'field_68c142e842d07'), (3811, 465, 'vision_section', ''), (3812, 465, '_vision_section', 'field_68c142ba42d04'), (3813, 465, 'contact_us_section_contact_us_heading', ''), (3814, 465, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3815, 465, 'contact_us_section_contact_us_description', ''), (3816, 465, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3817, 465, 'contact_us_section_contact_us_form_shotcode', ''), (3818, 465, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3819, 465, 'contact_us_section', ''), (3820, 465, '_contact_us_section', 'field_68c14313784d9'), (3821, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3822, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3823, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3824, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3825, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3826, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3827, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3828, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3829, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3830, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3831, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3832, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3833, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3834, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3835, 465, 'risk_advice_section_risk_advice_points_1_image', '462'), (3836, 465, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3837, 465, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3838, 465, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3839, 465, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3840, 465, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3841, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3842, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3843, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (3844, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3845, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (3846, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3847, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (3848, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3849, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (3850, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3851, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (3852, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3853, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (3854, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (3855, 466, 'banner_section_banner_image', ''), (3856, 466, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3857, 466, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3858, 466, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3859, 466, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3860, 466, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3861, 466, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3862, 466, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3863, 466, 'banner_section', ''), (3864, 466, '_banner_section', 'field_68c13ec8a2c3d'), (3865, 466, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3866, 466, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3867, 466, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3868, 466, '_risk_advice_section_description', 'field_68c1416242cf6'), (3869, 466, 'risk_advice_section_risk_advice_points_0_image', '461'), (3870, 466, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3871, 466, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3872, 466, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3873, 466, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3874, 466, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3875, 466, 'risk_advice_section_risk_advice_points', '2'), (3876, 466, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3877, 466, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3878, 466, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3879, 466, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3880, 466, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3881, 466, 'risk_advice_section', ''), (3882, 466, '_risk_advice_section', 'field_68c1413942cf4'), (3883, 466, 'vision_section_heading', 'From Vision to Reality'), (3884, 466, '_vision_section_heading', 'field_68c142d342d05'), (3885, 466, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (3886, 466, '_vision_section_description', 'field_68c142da42d06'), (3887, 466, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3888, 466, '_vision_section_button', 'field_68c142e842d07'), (3889, 466, 'vision_section', ''), (3890, 466, '_vision_section', 'field_68c142ba42d04'), (3891, 466, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (3892, 466, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3893, 466, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (3894, 466, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3895, 466, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (3896, 466, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3897, 466, 'contact_us_section', ''), (3898, 466, '_contact_us_section', 'field_68c14313784d9'), (3899, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3900, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3901, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3902, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3903, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3904, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3905, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3906, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3907, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3908, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3909, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3910, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3911, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3912, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3913, 466, 'risk_advice_section_risk_advice_points_1_image', '462'), (3914, 466, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3915, 466, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3916, 466, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3917, 466, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3918, 466, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3919, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3920, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3921, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (3922, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3923, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (3924, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3925, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (3926, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3927, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (3928, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3929, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (3930, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3931, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (3932, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3933, 467, 'banner_section_banner_image', ''), (3934, 467, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3935, 467, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3936, 467, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3937, 467, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3938, 467, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3939, 467, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3940, 467, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3941, 467, 'banner_section', ''), (3942, 467, '_banner_section', 'field_68c13ec8a2c3d'), (3943, 467, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3944, 467, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3945, 467, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3946, 467, '_risk_advice_section_description', 'field_68c1416242cf6'), (3947, 467, 'risk_advice_section_risk_advice_points_0_image', '461'), (3948, 467, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3949, 467, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3950, 467, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3951, 467, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3952, 467, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3953, 467, 'risk_advice_section_risk_advice_points', '2'), (3954, 467, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3955, 467, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3956, 467, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3957, 467, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3958, 467, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3959, 467, 'risk_advice_section', ''), (3960, 467, '_risk_advice_section', 'field_68c1413942cf4'), (3961, 467, 'vision_section_heading', 'From Vision to Reality'), (3962, 467, '_vision_section_heading', 'field_68c142d342d05'), (3963, 467, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (3964, 467, '_vision_section_description', 'field_68c142da42d06'), (3965, 467, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3966, 467, '_vision_section_button', 'field_68c142e842d07'), (3967, 467, 'vision_section', ''), (3968, 467, '_vision_section', 'field_68c142ba42d04'), (3969, 467, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (3970, 467, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3971, 467, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (3972, 467, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3973, 467, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (3974, 467, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3975, 467, 'contact_us_section', ''), (3976, 467, '_contact_us_section', 'field_68c14313784d9'), (3977, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3978, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3979, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3980, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3981, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3982, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3983, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3984, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3985, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3986, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3987, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3988, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3989, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3990, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3991, 467, 'risk_advice_section_risk_advice_points_1_image', '462'), (3992, 467, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3993, 467, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3994, 467, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3995, 467, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3996, 467, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3997, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3998, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3999, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4000, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4001, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4002, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4003, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4004, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4005, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4006, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4007, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4008, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4009, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4010, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4011, 469, '_wp_attached_file', '2025/09/advise-solution-banner-bg.webp'), (4012, 469, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:1119;s:4:"file";s:38:"2025/09/advise-solution-banner-bg.webp";s:8:"filesize";i:259610;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:38:"advise-solution-banner-bg-300x168.webp";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:8014;}s:5:"large";a:5:{s:4:"file";s:39:"advise-solution-banner-bg-1024x573.webp";s:5:"width";i:1024;s:6:"height";i:573;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:60638;}s:9:"thumbnail";a:5:{s:4:"file";s:38:"advise-solution-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4344;}s:12:"medium_large";a:5:{s:4:"file";s:38:"advise-solution-banner-bg-768x430.webp";s:5:"width";i:768;s:6:"height";i:430;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:36818;}s:9:"1536x1536";a:5:{s:4:"file";s:39:"advise-solution-banner-bg-1536x859.webp";s:5:"width";i:1536;s:6:"height";i:859;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:128474;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (4013, 470, '_wp_attached_file', '2025/09/vision-bg-image-scaled.webp'), (4014, 470, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:35:"2025/09/vision-bg-image-scaled.webp";s:8:"filesize";i:554764;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:28:"vision-bg-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:14170;}s:5:"large";a:5:{s:4:"file";s:29:"vision-bg-image-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:134926;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"vision-bg-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5770;}s:12:"medium_large";a:5:{s:4:"file";s:28:"vision-bg-image-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:80484;}s:9:"1536x1536";a:5:{s:4:"file";s:30:"vision-bg-image-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:263016;}s:9:"2048x2048";a:5:{s:4:"file";s:30:"vision-bg-image-2048x1365.webp";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:407320;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:20:"vision-bg-image.webp";}'), (4017, 472, '_wp_attached_file', '2025/09/successful-bg-image.jpg'), (4018, 472, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1642;s:6:"height";i:673;s:4:"file";s:31:"2025/09/successful-bg-image.jpg";s:8:"filesize";i:957598;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:31:"successful-bg-image-300x123.jpg";s:5:"width";i:300;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15383;}s:5:"large";a:5:{s:4:"file";s:32:"successful-bg-image-1024x420.jpg";s:5:"width";i:1024;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:85001;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"successful-bg-image-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13465;}s:12:"medium_large";a:5:{s:4:"file";s:31:"successful-bg-image-768x315.jpg";s:5:"width";i:768;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:50099;}s:9:"1536x1536";a:5:{s:4:"file";s:32:"successful-bg-image-1536x630.jpg";s:5:"width";i:1536;s:6:"height";i:630;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:187112;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Shutterstock";s:6:"camera";s:0:"";s:7:"caption";s:143:"Beach and waves from top view. Turquoise water background from top view. Summer seascape from air. Top view from drone. Travel concept and idea";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:81:"Copyright (c) 2018 biletskiyevgeniy.com/Shutterstock. No use without permission.";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:62:"Beach,And,Waves,From,Top,View.,Turquoise,Water,Background,From";s:11:"orientation";s:1:"1";s:8:"keywords";a:1:{i:0;s:64:"destination,tourism,turquoise,aerial,sun,sea,summer,transparent,";}}}'), (4019, 472, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:4:"time";d:0.11000000000000001;s:5:"bytes";i:46276;s:7:"percent";d:13.18;s:11:"size_before";i:351060;s:10:"size_after";i:304784;s:5:"lossy";i:0;s:9:"keep_exif";i:0;s:11:"api_version";s:3:"1.0";}s:5:"sizes";a:5:{s:9:"thumbnail";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:8006;s:7:"percent";d:59.46;s:11:"size_before";i:13465;s:10:"size_after";i:5459;}s:12:"medium_large";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:8478;s:7:"percent";d:16.92;s:11:"size_before";i:50099;s:10:"size_after";i:41621;}s:5:"large";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:9417;s:7:"percent";d:11.08;s:11:"size_before";i:85001;s:10:"size_after";i:75584;}s:6:"medium";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:7990;s:7:"percent";d:51.94;s:11:"size_before";i:15383;s:10:"size_after";i:7393;}s:9:"1536x1536";O:8:"stdClass":5:{s:4:"time";d:0.05;s:5:"bytes";i:12385;s:7:"percent";d:6.62;s:11:"size_before";i:187112;s:10:"size_after";i:174727;}}}'), (4020, 471, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:4:"time";d:0.58;s:5:"bytes";i:63854;s:7:"percent";d:3.82;s:11:"size_before";i:1673686;s:10:"size_after";i:1609832;s:5:"lossy";i:0;s:9:"keep_exif";i:0;s:11:"api_version";s:3:"1.0";}s:5:"sizes";a:7:{s:9:"thumbnail";O:8:"stdClass":5:{s:4:"time";d:0;s:5:"bytes";i:174;s:7:"percent";d:2.92;s:11:"size_before";i:5953;s:10:"size_after";i:5779;}s:12:"medium_large";O:8:"stdClass":5:{s:4:"time";d:0.05;s:5:"bytes";i:3117;s:7:"percent";d:3.85;s:11:"size_before";i:81032;s:10:"size_after";i:77915;}s:5:"large";O:8:"stdClass":5:{s:4:"time";d:0.04;s:5:"bytes";i:5474;s:7:"percent";d:3.97;s:11:"size_before";i:137961;s:10:"size_after";i:132487;}s:6:"medium";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:492;s:7:"percent";d:3.44;s:11:"size_before";i:14323;s:10:"size_after";i:13831;}s:9:"1536x1536";O:8:"stdClass":5:{s:4:"time";d:0.11;s:5:"bytes";i:11451;s:7:"percent";d:4.02;s:11:"size_before";i:284540;s:10:"size_after";i:273089;}s:9:"wp_scaled";O:8:"stdClass":5:{s:4:"time";d:0.22;s:5:"bytes";i:25406;s:7:"percent";d:3.72;s:11:"size_before";i:682364;s:10:"size_after";i:656958;}s:9:"2048x2048";O:8:"stdClass":5:{s:4:"time";d:0.15;s:5:"bytes";i:17740;s:7:"percent";d:3.79;s:11:"size_before";i:467513;s:10:"size_after";i:449773;}}}'), (4023, 415, '_wp_attachment_image_alt', 'specialised-licensee-banner-bg'), (4024, 468, 'banner_section_banner_image', '415'), (4025, 468, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4026, 468, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4027, 468, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4028, 468, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4029, 468, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4030, 468, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4031, 468, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4032, 468, 'banner_section', ''), (4033, 468, '_banner_section', 'field_68c13ec8a2c3d'), (4034, 468, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4035, 468, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4036, 468, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4037, 468, '_risk_advice_section_description', 'field_68c1416242cf6'), (4038, 468, 'risk_advice_section_risk_advice_points_0_image', '461'), (4039, 468, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4040, 468, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4041, 468, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4042, 468, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4043, 468, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4044, 468, 'risk_advice_section_risk_advice_points', '2'), (4045, 468, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4046, 468, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4047, 468, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4048, 468, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4049, 468, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4050, 468, 'risk_advice_section', ''), (4051, 468, '_risk_advice_section', 'field_68c1413942cf4'), (4052, 468, 'vision_section_heading', 'From Vision to Reality'), (4053, 468, '_vision_section_heading', 'field_68c142d342d05'), (4054, 468, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4055, 468, '_vision_section_description', 'field_68c142da42d06'), (4056, 468, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4057, 468, '_vision_section_button', 'field_68c142e842d07'), (4058, 468, 'vision_section', ''), (4059, 468, '_vision_section', 'field_68c142ba42d04'), (4060, 468, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4061, 468, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4062, 468, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4063, 468, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4064, 468, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4065, 468, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4066, 468, 'contact_us_section', ''), (4067, 468, '_contact_us_section', 'field_68c14313784d9'), (4068, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4069, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4070, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4071, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4072, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4073, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4074, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4075, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4076, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4077, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4078, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4079, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4080, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4081, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4082, 468, 'risk_advice_section_risk_advice_points_1_image', '462'), (4083, 468, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4084, 468, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4085, 468, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4086, 468, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4087, 468, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4088, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4089, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4090, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4091, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4092, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4093, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4094, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4095, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4096, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4097, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4098, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4099, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4100, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4101, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4102, 474, 'banner_section_banner_image', '415'), (4103, 474, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4104, 474, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4105, 474, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4106, 474, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4107, 474, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4108, 474, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4109, 474, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4110, 474, 'banner_section', ''), (4111, 474, '_banner_section', 'field_68c13ec8a2c3d'), (4112, 474, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4113, 474, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4114, 474, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4115, 474, '_risk_advice_section_description', 'field_68c1416242cf6'), (4116, 474, 'risk_advice_section_risk_advice_points_0_image', '461'), (4117, 474, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4118, 474, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4119, 474, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4120, 474, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4121, 474, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4122, 474, 'risk_advice_section_risk_advice_points', '2'), (4123, 474, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4124, 474, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4125, 474, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4126, 474, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4127, 474, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4128, 474, 'risk_advice_section', ''), (4129, 474, '_risk_advice_section', 'field_68c1413942cf4'), (4130, 474, 'vision_section_heading', 'From Vision to Reality'), (4131, 474, '_vision_section_heading', 'field_68c142d342d05'), (4132, 474, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4133, 474, '_vision_section_description', 'field_68c142da42d06'), (4134, 474, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4135, 474, '_vision_section_button', 'field_68c142e842d07'), (4136, 474, 'vision_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4137, 474, '_vision_section', 'field_68c142ba42d04'), (4138, 474, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4139, 474, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4140, 474, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4141, 474, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4142, 474, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4143, 474, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4144, 474, 'contact_us_section', ''), (4145, 474, '_contact_us_section', 'field_68c14313784d9'), (4146, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4147, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4148, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4149, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4150, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4151, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4152, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4153, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4154, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4155, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4156, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4157, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4158, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4159, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4160, 474, 'risk_advice_section_risk_advice_points_1_image', '462'), (4161, 474, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4162, 474, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4163, 474, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4164, 474, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4165, 474, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4166, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4167, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4168, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4169, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4170, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4171, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4172, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4173, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4174, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4175, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4176, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4177, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4178, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4179, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4180, 476, '_edit_lock', '1758000324:1'), (4181, 476, '_wp_page_template', 'templates/specialised-licensee-dev.php'), (4182, 476, '_edit_last', '1'), (4183, 476, 'banner_section_banner_image', '415'), (4184, 476, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4185, 476, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4186, 476, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4187, 476, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4188, 476, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4189, 476, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4190, 476, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4191, 476, 'banner_section', ''), (4192, 476, '_banner_section', 'field_68c13ec8a2c3d'), (4193, 476, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4194, 476, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4195, 476, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4196, 476, '_risk_advice_section_description', 'field_68c1416242cf6'), (4197, 476, 'risk_advice_section_risk_advice_points', '2'), (4198, 476, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4199, 476, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4200, 476, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4201, 476, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4202, 476, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4203, 476, 'risk_advice_section', ''), (4204, 476, '_risk_advice_section', 'field_68c1413942cf4'), (4205, 476, 'vision_section_heading', 'From Vision to Reality'), (4206, 476, '_vision_section_heading', 'field_68c142d342d05'), (4207, 476, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4208, 476, '_vision_section_description', 'field_68c142da42d06'), (4209, 476, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4210, 476, '_vision_section_button', 'field_68c142e842d07'), (4211, 476, 'vision_section', ''), (4212, 476, '_vision_section', 'field_68c142ba42d04'), (4213, 476, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4214, 476, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4215, 476, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4216, 476, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4217, 476, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4218, 476, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4219, 476, 'contact_us_section', ''), (4220, 476, '_contact_us_section', 'field_68c14313784d9'), (4221, 477, 'banner_section_banner_image', '415'), (4222, 477, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4223, 477, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4224, 477, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4225, 477, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4226, 477, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4227, 477, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4228, 477, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4229, 477, 'banner_section', ''), (4230, 477, '_banner_section', 'field_68c13ec8a2c3d'), (4231, 477, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4232, 477, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4233, 477, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4234, 477, '_risk_advice_section_description', 'field_68c1416242cf6'), (4235, 477, 'risk_advice_section_risk_advice_points', '2'), (4236, 477, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4237, 477, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4238, 477, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4239, 477, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4240, 477, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4241, 477, 'risk_advice_section', ''), (4242, 477, '_risk_advice_section', 'field_68c1413942cf4'), (4243, 477, 'vision_section_heading', 'From Vision to Reality'), (4244, 477, '_vision_section_heading', 'field_68c142d342d05'), (4245, 477, 'vision_section_description', ''), (4246, 477, '_vision_section_description', 'field_68c142da42d06'), (4247, 477, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4248, 477, '_vision_section_button', 'field_68c142e842d07'), (4249, 477, 'vision_section', ''), (4250, 477, '_vision_section', 'field_68c142ba42d04'), (4251, 477, 'contact_us_section_contact_us_heading', ''), (4252, 477, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4253, 477, 'contact_us_section_contact_us_description', ''), (4254, 477, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4255, 477, 'contact_us_section_contact_us_form_shotcode', ''), (4256, 477, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4257, 477, 'contact_us_section', ''), (4258, 477, '_contact_us_section', 'field_68c14313784d9'), (4259, 476, 'risk_advice_section_risk_advice_points_0_image', '461'), (4260, 476, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4261, 476, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4262, 476, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4263, 476, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4264, 476, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4265, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4266, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4267, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4268, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4269, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4270, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4271, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4272, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4273, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4274, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4275, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4276, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4277, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4278, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4279, 476, 'risk_advice_section_risk_advice_points_1_image', '462'), (4280, 476, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4281, 476, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4282, 476, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4283, 476, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4284, 476, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4285, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4286, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4287, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4288, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4289, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4290, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4291, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4292, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4293, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4294, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4295, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4296, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4297, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4298, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4299, 477, 'risk_advice_section_risk_advice_points_0_image', '461'), (4300, 477, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4301, 477, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4302, 477, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4303, 477, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4304, 477, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4305, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4306, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4307, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4308, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4309, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4310, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4311, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4312, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4313, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4314, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4315, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4316, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4317, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4318, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4319, 477, 'risk_advice_section_risk_advice_points_1_image', '462'), (4320, 477, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4321, 477, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4322, 477, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4323, 477, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4324, 477, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4325, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4326, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4327, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4328, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4329, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4330, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4331, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4332, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4333, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4334, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4335, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4336, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4337, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4338, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4339, 478, 'banner_section_banner_image', '415'), (4340, 478, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4341, 478, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4342, 478, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4343, 478, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4344, 478, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4345, 478, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4346, 478, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4347, 478, 'banner_section', ''), (4348, 478, '_banner_section', 'field_68c13ec8a2c3d'), (4349, 478, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4350, 478, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4351, 478, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4352, 478, '_risk_advice_section_description', 'field_68c1416242cf6'), (4353, 478, 'risk_advice_section_risk_advice_points', '2'), (4354, 478, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4355, 478, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4356, 478, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4357, 478, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4358, 478, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4359, 478, 'risk_advice_section', ''), (4360, 478, '_risk_advice_section', 'field_68c1413942cf4'), (4361, 478, 'vision_section_heading', 'From Vision to Reality'), (4362, 478, '_vision_section_heading', 'field_68c142d342d05'), (4363, 478, 'vision_section_description', ''), (4364, 478, '_vision_section_description', 'field_68c142da42d06'), (4365, 478, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4366, 478, '_vision_section_button', 'field_68c142e842d07'), (4367, 478, 'vision_section', ''), (4368, 478, '_vision_section', 'field_68c142ba42d04'), (4369, 478, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4370, 478, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4371, 478, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4372, 478, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4373, 478, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4374, 478, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4375, 478, 'contact_us_section', ''), (4376, 478, '_contact_us_section', 'field_68c14313784d9'), (4377, 478, 'risk_advice_section_risk_advice_points_0_image', '461'), (4378, 478, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4379, 478, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4380, 478, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4381, 478, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4382, 478, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4383, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4384, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4385, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4386, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4387, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4388, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4389, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4390, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4391, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4392, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4393, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4394, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4395, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4396, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4397, 478, 'risk_advice_section_risk_advice_points_1_image', '462'), (4398, 478, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4399, 478, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4400, 478, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4401, 478, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4402, 478, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4403, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4404, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4405, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4406, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4407, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4408, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4409, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4410, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4411, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4412, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4413, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4414, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4415, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4416, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4417, 479, 'banner_section_banner_image', '415'), (4418, 479, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4419, 479, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4420, 479, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4421, 479, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4422, 479, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4423, 479, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4424, 479, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4425, 479, 'banner_section', ''), (4426, 479, '_banner_section', 'field_68c13ec8a2c3d'), (4427, 479, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4428, 479, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4429, 479, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4430, 479, '_risk_advice_section_description', 'field_68c1416242cf6'), (4431, 479, 'risk_advice_section_risk_advice_points', '2'), (4432, 479, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4433, 479, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4434, 479, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4435, 479, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4436, 479, '_risk_advice_section_risk_button', 'field_68c1424a42d03') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4437, 479, 'risk_advice_section', ''), (4438, 479, '_risk_advice_section', 'field_68c1413942cf4'), (4439, 479, 'vision_section_heading', 'From Vision to Reality'), (4440, 479, '_vision_section_heading', 'field_68c142d342d05'), (4441, 479, 'vision_section_description', ''), (4442, 479, '_vision_section_description', 'field_68c142da42d06'), (4443, 479, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4444, 479, '_vision_section_button', 'field_68c142e842d07'), (4445, 479, 'vision_section', ''), (4446, 479, '_vision_section', 'field_68c142ba42d04'), (4447, 479, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4448, 479, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4449, 479, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4450, 479, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4451, 479, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4452, 479, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4453, 479, 'contact_us_section', ''), (4454, 479, '_contact_us_section', 'field_68c14313784d9'), (4455, 479, 'risk_advice_section_risk_advice_points_0_image', '461'), (4456, 479, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4457, 479, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4458, 479, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4459, 479, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4460, 479, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4461, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4462, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4463, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4464, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4465, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4466, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4467, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4468, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4469, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4470, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4471, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4472, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4473, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4474, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4475, 479, 'risk_advice_section_risk_advice_points_1_image', '462'), (4476, 479, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4477, 479, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4478, 479, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4479, 479, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4480, 479, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4481, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4482, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4483, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4484, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4485, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4486, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4487, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4488, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4489, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4490, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4491, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4492, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4493, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4494, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4495, 480, 'banner_section_banner_image', '415'), (4496, 480, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4497, 480, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4498, 480, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4499, 480, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4500, 480, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4501, 480, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4502, 480, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4503, 480, 'banner_section', ''), (4504, 480, '_banner_section', 'field_68c13ec8a2c3d'), (4505, 480, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4506, 480, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4507, 480, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4508, 480, '_risk_advice_section_description', 'field_68c1416242cf6'), (4509, 480, 'risk_advice_section_risk_advice_points', '2'), (4510, 480, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4511, 480, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4512, 480, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4513, 480, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4514, 480, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4515, 480, 'risk_advice_section', ''), (4516, 480, '_risk_advice_section', 'field_68c1413942cf4'), (4517, 480, 'vision_section_heading', 'From Vision to Reality'), (4518, 480, '_vision_section_heading', 'field_68c142d342d05'), (4519, 480, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4520, 480, '_vision_section_description', 'field_68c142da42d06'), (4521, 480, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4522, 480, '_vision_section_button', 'field_68c142e842d07'), (4523, 480, 'vision_section', ''), (4524, 480, '_vision_section', 'field_68c142ba42d04'), (4525, 480, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4526, 480, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4527, 480, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4528, 480, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4529, 480, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4530, 480, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4531, 480, 'contact_us_section', ''), (4532, 480, '_contact_us_section', 'field_68c14313784d9'), (4533, 480, 'risk_advice_section_risk_advice_points_0_image', '461'), (4534, 480, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4535, 480, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4536, 480, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4537, 480, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4538, 480, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4539, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4540, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4541, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4542, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4543, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4544, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4545, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4546, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4547, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4548, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4549, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4550, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4551, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4552, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4553, 480, 'risk_advice_section_risk_advice_points_1_image', '462'), (4554, 480, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4555, 480, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4556, 480, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4557, 480, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4558, 480, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4559, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4560, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4561, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4562, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4563, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4564, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4565, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4566, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4567, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4568, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4569, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4570, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4571, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4572, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4573, 482, '_edit_lock', '1758008523:1'), (4574, 482, '_wp_page_template', 'templates/advice-solutions-dev.php'), (4575, 458, '_wp_attachment_image_alt', 'compliance-clarity'), (4576, 482, '_edit_last', '1'), (4577, 482, 'banner_section_banner_image', '469'), (4578, 482, '_banner_section_banner_image', 'field_68c144ad444c6'), (4579, 482, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4580, 482, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4581, 482, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4582, 482, '_banner_section_banner_description', 'field_68c144ad444c8'), (4583, 482, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4584, 482, '_banner_section_banner_button', 'field_68c144ad444c9'), (4585, 482, 'banner_section', ''), (4586, 482, '_banner_section', 'field_68c144ad444c5'), (4587, 482, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4588, 482, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4589, 482, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4590, 482, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4591, 482, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4592, 482, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4593, 482, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4594, 482, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4595, 482, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4596, 482, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4597, 482, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (4598, 482, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4599, 482, 'advice_specialist_section_advisors_feature_0_feature_points', '6'), (4600, 482, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4601, 482, 'advice_specialist_section_advisors_feature', '3'), (4602, 482, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4603, 482, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (4604, 482, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4605, 482, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4606, 482, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4607, 482, 'advice_specialist_section', ''), (4608, 482, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4609, 482, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (4610, 482, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4611, 482, 'bombora_info_section_imgae', '472'), (4612, 482, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4613, 482, 'bombora_info_section', ''), (4614, 482, '_bombora_info_section', 'field_68c25d3346dcc'), (4615, 483, 'banner_section_banner_image', '469'), (4616, 483, '_banner_section_banner_image', 'field_68c144ad444c6'), (4617, 483, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4618, 483, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4619, 483, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4620, 483, '_banner_section_banner_description', 'field_68c144ad444c8'), (4621, 483, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4622, 483, '_banner_section_banner_button', 'field_68c144ad444c9'), (4623, 483, 'banner_section', ''), (4624, 483, '_banner_section', 'field_68c144ad444c5'), (4625, 483, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4626, 483, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4627, 483, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4628, 483, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4629, 483, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4630, 483, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4631, 483, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4632, 483, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4633, 483, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4634, 483, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4635, 483, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', ''), (4636, 483, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4637, 483, 'advice_specialist_section_advisors_feature_0_feature_points', '1'), (4638, 483, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4639, 483, 'advice_specialist_section_advisors_feature', '1'), (4640, 483, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4641, 483, 'advice_specialist_section_advice_specialist_footer', ''), (4642, 483, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4643, 483, 'advice_specialist_section_advice_specialist__button', ''), (4644, 483, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4645, 483, 'advice_specialist_section', ''), (4646, 483, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4647, 483, 'bombora_info_section_heading', ''), (4648, 483, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4649, 483, 'bombora_info_section_imgae', ''), (4650, 483, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4651, 483, 'bombora_info_section', ''), (4652, 483, '_bombora_info_section', 'field_68c25d3346dcc'), (4653, 484, 'banner_section_banner_image', '469'), (4654, 484, '_banner_section_banner_image', 'field_68c144ad444c6'), (4655, 484, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4656, 484, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4657, 484, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4658, 484, '_banner_section_banner_description', 'field_68c144ad444c8'), (4659, 484, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4660, 484, '_banner_section_banner_button', 'field_68c144ad444c9'), (4661, 484, 'banner_section', ''), (4662, 484, '_banner_section', 'field_68c144ad444c5'), (4663, 484, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4664, 484, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4665, 484, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4666, 484, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4667, 484, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4668, 484, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4669, 484, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4670, 484, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4671, 484, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4672, 484, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4673, 484, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', ''), (4674, 484, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4675, 484, 'advice_specialist_section_advisors_feature_0_feature_points', '1'), (4676, 484, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4677, 484, 'advice_specialist_section_advisors_feature', '1'), (4678, 484, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4679, 484, 'advice_specialist_section_advice_specialist_footer', ''), (4680, 484, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4681, 484, 'advice_specialist_section_advice_specialist__button', ''), (4682, 484, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4683, 484, 'advice_specialist_section', ''), (4684, 484, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4685, 484, 'bombora_info_section_heading', ''), (4686, 484, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4687, 484, 'bombora_info_section_imgae', ''), (4688, 484, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4689, 484, 'bombora_info_section', ''), (4690, 484, '_bombora_info_section', 'field_68c25d3346dcc'), (4691, 482, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (4692, 482, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4693, 482, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (4694, 482, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4695, 482, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (4696, 482, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (4697, 482, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (4698, 482, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4699, 482, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (4700, 482, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (4701, 482, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (4702, 482, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4703, 482, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (4704, 482, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (4705, 482, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (4706, 482, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (4707, 482, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (4708, 482, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (4709, 482, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (4710, 482, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (4711, 482, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (4712, 482, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (4713, 482, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (4714, 482, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (4715, 482, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (4716, 482, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (4717, 482, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (4718, 482, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (4719, 482, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (4720, 482, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4721, 482, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (4722, 482, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (4723, 482, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (4724, 482, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4725, 482, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.'), (4726, 482, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff'), (4727, 482, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (4728, 482, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4729, 482, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.'), (4730, 482, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (4731, 482, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (4732, 482, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4733, 482, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (4734, 482, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (4735, 482, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (4736, 482, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4737, 482, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective'), (4738, 482, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb'), (4739, 482, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (4740, 482, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (4741, 482, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (4742, 482, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (4743, 482, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (4744, 482, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4745, 482, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (4746, 482, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (4747, 482, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (4748, 482, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4749, 482, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (4750, 482, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (4751, 482, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (4752, 482, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4753, 482, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (4754, 482, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (4755, 482, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (4756, 482, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4757, 482, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (4758, 482, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (4759, 482, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (4760, 482, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (4761, 486, 'banner_section_banner_image', '469'), (4762, 486, '_banner_section_banner_image', 'field_68c144ad444c6'), (4763, 486, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4764, 486, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4765, 486, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4766, 486, '_banner_section_banner_description', 'field_68c144ad444c8'), (4767, 486, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4768, 486, '_banner_section_banner_button', 'field_68c144ad444c9'), (4769, 486, 'banner_section', ''), (4770, 486, '_banner_section', 'field_68c144ad444c5'), (4771, 486, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4772, 486, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4773, 486, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4774, 486, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4775, 486, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4776, 486, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4777, 486, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4778, 486, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4779, 486, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4780, 486, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4781, 486, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (4782, 486, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4783, 486, 'advice_specialist_section_advisors_feature_0_feature_points', '6'), (4784, 486, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4785, 486, 'advice_specialist_section_advisors_feature', '3'), (4786, 486, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4787, 486, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (4788, 486, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4789, 486, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4790, 486, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4791, 486, 'advice_specialist_section', ''), (4792, 486, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4793, 486, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (4794, 486, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4795, 486, 'bombora_info_section_imgae', '472'), (4796, 486, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4797, 486, 'bombora_info_section', ''), (4798, 486, '_bombora_info_section', 'field_68c25d3346dcc'), (4799, 486, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (4800, 486, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4801, 486, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (4802, 486, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4803, 486, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (4804, 486, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (4805, 486, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (4806, 486, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4807, 486, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (4808, 486, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (4809, 486, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (4810, 486, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4811, 486, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (4812, 486, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (4813, 486, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (4814, 486, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (4815, 486, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (4816, 486, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (4817, 486, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (4818, 486, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (4819, 486, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (4820, 486, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (4821, 486, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (4822, 486, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (4823, 486, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (4824, 486, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (4825, 486, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (4826, 486, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (4827, 486, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (4828, 486, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4829, 486, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (4830, 486, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (4831, 486, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (4832, 486, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4833, 486, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.'), (4834, 486, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff'), (4835, 486, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (4836, 486, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4837, 486, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.'), (4838, 486, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (4839, 486, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (4840, 486, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4841, 486, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (4842, 486, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (4843, 486, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (4844, 486, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe'), (4845, 486, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective'), (4846, 486, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb'), (4847, 486, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (4848, 486, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (4849, 486, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (4850, 486, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (4851, 486, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (4852, 486, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4853, 486, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (4854, 486, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (4855, 486, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (4856, 486, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4857, 486, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (4858, 486, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (4859, 486, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (4860, 486, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4861, 486, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (4862, 486, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (4863, 486, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (4864, 486, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4865, 486, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (4866, 486, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (4867, 486, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (4868, 486, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (4869, 470, '_wp_attachment_image_alt', 'vision-bg-image'), (4870, 476, 'vision_section_image', '470'), (4871, 476, '_vision_section_image', 'field_68c80fa306ba2'), (4872, 481, 'banner_section_banner_image', '415'), (4873, 481, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4874, 481, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4875, 481, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4876, 481, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4877, 481, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4878, 481, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4879, 481, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4880, 481, 'banner_section', ''), (4881, 481, '_banner_section', 'field_68c13ec8a2c3d'), (4882, 481, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4883, 481, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4884, 481, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4885, 481, '_risk_advice_section_description', 'field_68c1416242cf6'), (4886, 481, 'risk_advice_section_risk_advice_points', '2'), (4887, 481, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4888, 481, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4889, 481, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4890, 481, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4891, 481, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4892, 481, 'risk_advice_section', ''), (4893, 481, '_risk_advice_section', 'field_68c1413942cf4'), (4894, 481, 'vision_section_heading', 'From Vision to Reality'), (4895, 481, '_vision_section_heading', 'field_68c142d342d05'), (4896, 481, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4897, 481, '_vision_section_description', 'field_68c142da42d06'), (4898, 481, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4899, 481, '_vision_section_button', 'field_68c142e842d07'), (4900, 481, 'vision_section', ''), (4901, 481, '_vision_section', 'field_68c142ba42d04'), (4902, 481, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4903, 481, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4904, 481, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4905, 481, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4906, 481, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4907, 481, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4908, 481, 'contact_us_section', ''), (4909, 481, '_contact_us_section', 'field_68c14313784d9'), (4910, 481, 'risk_advice_section_risk_advice_points_0_image', '461'), (4911, 481, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4912, 481, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4913, 481, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4914, 481, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4915, 481, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4916, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4917, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4918, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4919, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4920, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4921, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4922, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4923, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4924, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4925, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4926, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4927, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4928, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4929, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4930, 481, 'risk_advice_section_risk_advice_points_1_image', '462'), (4931, 481, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4932, 481, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4933, 481, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4934, 481, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4935, 481, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4936, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4937, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4938, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4939, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4940, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4941, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4942, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4943, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4944, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4945, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4946, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4947, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4948, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4949, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4950, 481, 'vision_section_image', '470'), (4951, 481, '_vision_section_image', 'field_68c80fa306ba2'), (4956, 487, 'banner_section_banner_image', '469'), (4957, 487, '_banner_section_banner_image', 'field_68c144ad444c6'), (4958, 487, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4959, 487, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4960, 487, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4961, 487, '_banner_section_banner_description', 'field_68c144ad444c8'), (4962, 487, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4963, 487, '_banner_section_banner_button', 'field_68c144ad444c9'), (4964, 487, 'banner_section', ''), (4965, 487, '_banner_section', 'field_68c144ad444c5'), (4966, 487, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4967, 487, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4968, 487, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4969, 487, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4970, 487, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4971, 487, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4972, 487, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4973, 487, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4974, 487, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4975, 487, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4976, 487, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (4977, 487, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4978, 487, 'advice_specialist_section_advisors_feature_0_feature_points', '7'), (4979, 487, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4980, 487, 'advice_specialist_section_advisors_feature', '3'), (4981, 487, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4982, 487, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (4983, 487, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4984, 487, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4985, 487, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4986, 487, 'advice_specialist_section', ''), (4987, 487, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4988, 487, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (4989, 487, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4990, 487, 'bombora_info_section_imgae', '472'), (4991, 487, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4992, 487, 'bombora_info_section', ''), (4993, 487, '_bombora_info_section', 'field_68c25d3346dcc'), (4994, 487, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (4995, 487, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4996, 487, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (4997, 487, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4998, 487, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (4999, 487, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (5000, 487, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (5001, 487, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5002, 487, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (5003, 487, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (5004, 487, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (5005, 487, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5006, 487, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (5007, 487, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (5008, 487, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (5009, 487, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (5010, 487, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (5011, 487, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (5012, 487, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (5013, 487, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (5014, 487, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (5015, 487, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (5016, 487, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (5017, 487, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (5018, 487, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (5019, 487, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (5020, 487, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (5021, 487, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (5022, 487, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (5023, 487, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5024, 487, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (5025, 487, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (5026, 487, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (5027, 487, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5028, 487, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.'), (5029, 487, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff'), (5030, 487, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (5031, 487, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5032, 487, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.'), (5033, 487, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (5034, 487, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (5035, 487, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5036, 487, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (5037, 487, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (5038, 487, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (5039, 487, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe'), (5040, 487, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5041, 487, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb'), (5042, 487, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (5043, 487, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (5044, 487, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (5045, 487, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (5046, 487, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (5047, 487, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5048, 487, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (5049, 487, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (5050, 487, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (5051, 487, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5052, 487, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (5053, 487, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (5054, 487, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (5055, 487, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5056, 487, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (5057, 487, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (5058, 487, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (5059, 487, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5060, 487, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (5061, 487, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (5062, 487, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (5063, 487, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (5064, 487, 'advice_specialist_section_advisors_feature_0_feature_points_6_feature_title', 'Claims Management Expertise'), (5065, 487, '_advice_specialist_section_advisors_feature_0_feature_points_6_feature_title', 'field_68c80dd34fee3'), (5066, 487, 'advice_specialist_section_advisors_feature_0_feature_points_6_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (5067, 487, '_advice_specialist_section_advisors_feature_0_feature_points_6_point', 'field_68c25cb6430ff'), (5068, 490, 'banner_section_banner_image', '469'), (5069, 490, '_banner_section_banner_image', 'field_68c144ad444c6'), (5070, 490, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (5071, 490, '_banner_section_banner_heading', 'field_68c144ad444c7'), (5072, 490, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (5073, 490, '_banner_section_banner_description', 'field_68c144ad444c8'), (5074, 490, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5075, 490, '_banner_section_banner_button', 'field_68c144ad444c9'), (5076, 490, 'banner_section', ''), (5077, 490, '_banner_section', 'field_68c144ad444c5'), (5078, 490, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (5079, 490, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (5080, 490, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (5081, 490, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (5082, 490, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (5083, 490, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (5084, 490, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (5085, 490, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (5086, 490, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (5087, 490, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (5088, 490, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (5089, 490, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (5090, 490, 'advice_specialist_section_advisors_feature_0_feature_points', '6'), (5091, 490, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (5092, 490, 'advice_specialist_section_advisors_feature', '3'), (5093, 490, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (5094, 490, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (5095, 490, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (5096, 490, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5097, 490, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (5098, 490, 'advice_specialist_section', ''), (5099, 490, '_advice_specialist_section', 'field_68c2579cdf1e0'), (5100, 490, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (5101, 490, '_bombora_info_section_heading', 'field_68c25d5846dce'), (5102, 490, 'bombora_info_section_imgae', '472'), (5103, 490, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (5104, 490, 'bombora_info_section', ''), (5105, 490, '_bombora_info_section', 'field_68c25d3346dcc'), (5106, 490, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (5107, 490, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5108, 490, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (5109, 490, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5110, 490, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (5111, 490, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (5112, 490, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (5113, 490, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5114, 490, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (5115, 490, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (5116, 490, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (5117, 490, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5118, 490, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (5119, 490, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (5120, 490, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (5121, 490, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (5122, 490, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (5123, 490, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (5124, 490, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (5125, 490, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (5126, 490, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (5127, 490, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (5128, 490, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (5129, 490, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (5130, 490, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (5131, 490, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (5132, 490, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (5133, 490, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (5134, 490, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (5135, 490, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5136, 490, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (5137, 490, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (5138, 490, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (5139, 490, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5140, 490, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5141, 490, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff'), (5142, 490, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (5143, 490, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5144, 490, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.'), (5145, 490, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (5146, 490, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (5147, 490, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5148, 490, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (5149, 490, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (5150, 490, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (5151, 490, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe'), (5152, 490, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective'), (5153, 490, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb'), (5154, 490, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (5155, 490, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (5156, 490, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (5157, 490, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (5158, 490, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (5159, 490, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5160, 490, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (5161, 490, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (5162, 490, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (5163, 490, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5164, 490, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (5165, 490, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (5166, 490, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (5167, 490, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5168, 490, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (5169, 490, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (5170, 490, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (5171, 490, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5172, 490, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (5173, 490, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (5174, 490, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (5175, 490, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (5176, 15, '_wp_page_template', 'templates/partnering.php'), (5177, 67, '_wp_page_template', 'templates/claims-support.php'), (5178, 71, '_wp_page_template', 'templates/individuals-families-business-owners.php'), (5179, 493, '_edit_lock', '1758097028:1'), (5180, 493, '_wp_page_template', 'templates/claims-support-dev.php'), (5181, 495, '_edit_lock', '1758089256:1'), (5182, 495, '_wp_page_template', 'templates/partnering-dev.php'), (5183, 497, '_edit_lock', '1758105675:1'), (5184, 497, '_wp_page_template', 'templates/individuals-families-business-owners-dev.php'), (5185, 337, '_edit_lock', '1758089877:1'), (5186, 337, '_edit_last', '1'), (5187, 134, '_edit_lock', '1758099273:1'), (5188, 134, '_edit_last', '1'), (5189, 225, '_edit_lock', '1758106852:1'), (5190, 225, '_edit_last', '1'), (5195, 501, '_wp_attached_file', '2025/09/partnering-banner-bg.webp'), (5196, 501, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1753;s:6:"height";i:768;s:4:"file";s:33:"2025/09/partnering-banner-bg.webp";s:8:"filesize";i:68776;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:33:"partnering-banner-bg-300x131.webp";s:5:"width";i:300;s:6:"height";i:131;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4930;}s:5:"large";a:5:{s:4:"file";s:34:"partnering-banner-bg-1024x449.webp";s:5:"width";i:1024;s:6:"height";i:449;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:26968;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"partnering-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3366;}s:12:"medium_large";a:5:{s:4:"file";s:33:"partnering-banner-bg-768x336.webp";s:5:"width";i:768;s:6:"height";i:336;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:17840;}s:9:"1536x1536";a:5:{s:4:"file";s:34:"partnering-banner-bg-1536x673.webp";s:5:"width";i:1536;s:6:"height";i:673;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:47156;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5197, 502, '_wp_attached_file', '2025/09/partnering-section-image.webp'), (5198, 502, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:37:"2025/09/partnering-section-image.webp";s:8:"filesize";i:208356;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:37:"partnering-section-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:13878;}s:5:"large";a:5:{s:4:"file";s:38:"partnering-section-image-1024x684.webp";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:82372;}s:9:"thumbnail";a:5:{s:4:"file";s:37:"partnering-section-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6150;}s:12:"medium_large";a:5:{s:4:"file";s:37:"partnering-section-image-768x513.webp";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:55758;}s:9:"1536x1536";a:5:{s:4:"file";s:39:"partnering-section-image-1536x1025.webp";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:133562;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5199, 503, '_wp_attached_file', '2025/09/claim-support-banner-bg-scaled.webp'), (5200, 503, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1440;s:4:"file";s:43:"2025/09/claim-support-banner-bg-scaled.webp";s:8:"filesize";i:282806;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:36:"claim-support-banner-bg-300x169.webp";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6520;}s:5:"large";a:5:{s:4:"file";s:37:"claim-support-banner-bg-1024x576.webp";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:50080;}s:9:"thumbnail";a:5:{s:4:"file";s:36:"claim-support-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3640;}s:12:"medium_large";a:5:{s:4:"file";s:36:"claim-support-banner-bg-768x432.webp";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:29888;}s:9:"1536x1536";a:5:{s:4:"file";s:37:"claim-support-banner-bg-1536x864.webp";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:106156;}s:9:"2048x2048";a:5:{s:4:"file";s:38:"claim-support-banner-bg-2048x1152.webp";s:5:"width";i:2048;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:188910;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:28:"claim-support-banner-bg.webp";}'), (5201, 504, '_wp_attached_file', '2025/09/individual-families-image-1-scaled.webp'), (5202, 504, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:768;s:4:"file";s:47:"2025/09/individual-families-image-1-scaled.webp";s:8:"filesize";i:161240;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:39:"individual-families-image-1-300x90.webp";s:5:"width";i:300;s:6:"height";i:90;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7990;}s:5:"large";a:5:{s:4:"file";s:41:"individual-families-image-1-1024x307.webp";s:5:"width";i:1024;s:6:"height";i:307;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:49688;}s:9:"thumbnail";a:5:{s:4:"file";s:40:"individual-families-image-1-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5354;}s:12:"medium_large";a:5:{s:4:"file";s:40:"individual-families-image-1-768x230.webp";s:5:"width";i:768;s:6:"height";i:230;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:33376;}s:9:"1536x1536";a:5:{s:4:"file";s:41:"individual-families-image-1-1536x461.webp";s:5:"width";i:1536;s:6:"height";i:461;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:83074;}s:9:"2048x2048";a:5:{s:4:"file";s:41:"individual-families-image-1-2048x614.webp";s:5:"width";i:2048;s:6:"height";i:614;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:120382;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:32:"individual-families-image-1.webp";}'), (5203, 505, '_wp_attached_file', '2025/09/owner-safety-image-1-scaled.webp'), (5204, 505, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1706;s:4:"file";s:40:"2025/09/owner-safety-image-1-scaled.webp";s:8:"filesize";i:370464;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:33:"owner-safety-image-1-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:17078;}s:5:"large";a:5:{s:4:"file";s:34:"owner-safety-image-1-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:108268;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"owner-safety-image-1-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7716;}s:12:"medium_large";a:5:{s:4:"file";s:33:"owner-safety-image-1-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:70404;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"owner-safety-image-1-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:190884;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"owner-safety-image-1-2048x1365.webp";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:278974;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:25:"owner-safety-image-1.webp";}'), (5205, 506, '_wp_attached_file', '2025/09/families-business-owners-bg-scaled.webp'), (5206, 506, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1125;s:4:"file";s:47:"2025/09/families-business-owners-bg-scaled.webp";s:8:"filesize";i:184494;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:40:"families-business-owners-bg-300x132.webp";s:5:"width";i:300;s:6:"height";i:132;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7510;}s:5:"large";a:5:{s:4:"file";s:41:"families-business-owners-bg-1024x450.webp";s:5:"width";i:1024;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:47226;}s:9:"thumbnail";a:5:{s:4:"file";s:40:"families-business-owners-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3912;}s:12:"medium_large";a:5:{s:4:"file";s:40:"families-business-owners-bg-768x337.webp";s:5:"width";i:768;s:6:"height";i:337;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30944;}s:9:"1536x1536";a:5:{s:4:"file";s:41:"families-business-owners-bg-1536x675.webp";s:5:"width";i:1536;s:6:"height";i:675;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:86346;}s:9:"2048x2048";a:5:{s:4:"file";s:41:"families-business-owners-bg-2048x900.webp";s:5:"width";i:2048;s:6:"height";i:900;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:131232;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:32:"families-business-owners-bg.webp";}'), (5207, 507, '_wp_attached_file', '2025/09/advise-claim-image.webp'), (5208, 507, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:31:"2025/09/advise-claim-image.webp";s:8:"filesize";i:45278;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:31:"advise-claim-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:10274;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"advise-claim-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5428;}s:12:"medium_large";a:5:{s:4:"file";s:31:"advise-claim-image-768x513.webp";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30936;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5209, 508, '_wp_attached_file', '2025/09/business-family.webp'), (5210, 508, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2025/09/business-family.webp";s:8:"filesize";i:228732;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:28:"business-family-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:14952;}s:5:"large";a:5:{s:4:"file";s:29:"business-family-1024x682.webp";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:81578;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"business-family-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7422;}s:12:"medium_large";a:5:{s:4:"file";s:28:"business-family-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:54658;}s:9:"1536x1536";a:5:{s:4:"file";s:30:"business-family-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:137778;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5211, 501, '_wp_attachment_image_alt', 'partnering-banner-bg'), (5212, 495, '_edit_last', '1'), (5213, 495, 'banner_section_banner_image', '501'), (5214, 495, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5215, 495, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5216, 495, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5217, 495, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5218, 495, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5219, 495, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5220, 495, '_banner_section_banner_button', 'field_68c25dbaede00'), (5221, 495, 'banner_section', ''), (5222, 495, '_banner_section', 'field_68c25dbaeddfc'), (5223, 495, 'collaborator_section_heading', 'Let\'s build together.'), (5224, 495, '_collaborator_section_heading', 'field_68c25ed545d90'), (5225, 495, 'collaborator_section_title', 'Our ideal collaborators are:'), (5226, 495, '_collaborator_section_title', 'field_68c25edc45d91'), (5227, 495, 'collaborator_section_collaborator_feature_0_image', '440'), (5228, 495, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5229, 495, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5230, 495, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5231, 495, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5232, 495, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5233, 495, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5234, 495, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5235, 495, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5236, 495, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5237, 495, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5238, 495, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5239, 495, 'collaborator_section_collaborator_feature', '3'), (5240, 495, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5241, 495, 'collaborator_section', ''), (5242, 495, '_collaborator_section', 'field_68c25eb845d8f'), (5243, 495, 'bombora_info_section_image', '472'), (5244, 495, '_bombora_info_section_image', 'field_68c260c945da6') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5245, 495, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5246, 495, '_bombora_info_section_heading', 'field_68c260d745da7'), (5247, 495, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5248, 495, '_bombora_info_section_button', 'field_68c260e045da8'), (5249, 495, 'bombora_info_section', ''), (5250, 495, '_bombora_info_section', 'field_68c260af45da5'), (5251, 495, 'achievement_section_heading', 'The numbers tell the story.'), (5252, 495, '_achievement_section_heading', 'field_68c2612fb4917'), (5253, 495, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5254, 495, '_achievement_section_description', 'field_68c2613db4918'), (5255, 495, 'achievement_section_statistic_achievement_point', '5'), (5256, 495, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5257, 495, 'achievement_section', ''), (5258, 495, '_achievement_section', 'field_68c26115b4916'), (5259, 495, 'success_story_section_success_story_image', '502'), (5260, 495, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5261, 495, 'success_story_section_heading', 'We do our part to ensure your business is a success story.'), (5262, 495, '_success_story_section_heading', 'field_68c26218583f0'), (5263, 495, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5264, 495, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5265, 495, 'success_story_section_success_story_point', '6'), (5266, 495, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5267, 495, 'success_story_section', ''), (5268, 495, '_success_story_section', 'field_68c261e7583ee'), (5269, 496, 'banner_section_banner_image', '501'), (5270, 496, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5271, 496, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5272, 496, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5273, 496, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5274, 496, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5275, 496, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5276, 496, '_banner_section_banner_button', 'field_68c25dbaede00'), (5277, 496, 'banner_section', ''), (5278, 496, '_banner_section', 'field_68c25dbaeddfc'), (5279, 496, 'collaborator_section_heading', 'Let\'s build together.'), (5280, 496, '_collaborator_section_heading', 'field_68c25ed545d90'), (5281, 496, 'collaborator_section_title', 'Our ideal collaborators are:'), (5282, 496, '_collaborator_section_title', 'field_68c25edc45d91'), (5283, 496, 'collaborator_section_collaborator_feature_0_image', ''), (5284, 496, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5285, 496, 'collaborator_section_collaborator_feature_0_heading', ''), (5286, 496, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5287, 496, 'collaborator_section_collaborator_feature_0_description', ''), (5288, 496, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5289, 496, 'collaborator_section_collaborator_feature_0_benefits', ''), (5290, 496, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5291, 496, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', ''), (5292, 496, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5293, 496, 'collaborator_section_collaborator_feature_0_button', ''), (5294, 496, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5295, 496, 'collaborator_section_collaborator_feature', '1'), (5296, 496, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5297, 496, 'collaborator_section', ''), (5298, 496, '_collaborator_section', 'field_68c25eb845d8f'), (5299, 496, 'bombora_info_section_image', ''), (5300, 496, '_bombora_info_section_image', 'field_68c260c945da6'), (5301, 496, 'bombora_info_section_heading', ''), (5302, 496, '_bombora_info_section_heading', 'field_68c260d745da7'), (5303, 496, 'bombora_info_section_button', ''), (5304, 496, '_bombora_info_section_button', 'field_68c260e045da8'), (5305, 496, 'bombora_info_section', ''), (5306, 496, '_bombora_info_section', 'field_68c260af45da5'), (5307, 496, 'achievement_section_heading', ''), (5308, 496, '_achievement_section_heading', 'field_68c2612fb4917'), (5309, 496, 'achievement_section_description', ''), (5310, 496, '_achievement_section_description', 'field_68c2613db4918'), (5311, 496, 'achievement_section_statistic_achievement_point', ''), (5312, 496, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5313, 496, 'achievement_section', ''), (5314, 496, '_achievement_section', 'field_68c26115b4916'), (5315, 496, 'success_story_section_success_story_image', ''), (5316, 496, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5317, 496, 'success_story_section_heading', ''), (5318, 496, '_success_story_section_heading', 'field_68c26218583f0'), (5319, 496, 'success_story_section_success_story_description', ''), (5320, 496, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5321, 496, 'success_story_section_success_story_point', ''), (5322, 496, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5323, 496, 'success_story_section', ''), (5324, 496, '_success_story_section', 'field_68c261e7583ee'), (5325, 509, 'banner_section_banner_image', '501'), (5326, 509, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5327, 509, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5328, 509, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5329, 509, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5330, 509, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5331, 509, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5332, 509, '_banner_section_banner_button', 'field_68c25dbaede00'), (5333, 509, 'banner_section', ''), (5334, 509, '_banner_section', 'field_68c25dbaeddfc'), (5335, 509, 'collaborator_section_heading', 'Let\'s build together.'), (5336, 509, '_collaborator_section_heading', 'field_68c25ed545d90'), (5337, 509, 'collaborator_section_title', 'Our ideal collaborators are:'), (5338, 509, '_collaborator_section_title', 'field_68c25edc45d91'), (5339, 509, 'collaborator_section_collaborator_feature_0_image', '440'), (5340, 509, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5341, 509, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5342, 509, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5343, 509, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.

\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.'), (5344, 509, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5345, 509, 'collaborator_section_collaborator_feature_0_benefits', ''), (5346, 509, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5347, 509, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', ''), (5348, 509, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5349, 509, 'collaborator_section_collaborator_feature_0_button', ''), (5350, 509, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5351, 509, 'collaborator_section_collaborator_feature', '1'), (5352, 509, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5353, 509, 'collaborator_section', ''), (5354, 509, '_collaborator_section', 'field_68c25eb845d8f'), (5355, 509, 'bombora_info_section_image', ''), (5356, 509, '_bombora_info_section_image', 'field_68c260c945da6'), (5357, 509, 'bombora_info_section_heading', ''), (5358, 509, '_bombora_info_section_heading', 'field_68c260d745da7'), (5359, 509, 'bombora_info_section_button', ''), (5360, 509, '_bombora_info_section_button', 'field_68c260e045da8'), (5361, 509, 'bombora_info_section', ''), (5362, 509, '_bombora_info_section', 'field_68c260af45da5'), (5363, 509, 'achievement_section_heading', ''), (5364, 509, '_achievement_section_heading', 'field_68c2612fb4917'), (5365, 509, 'achievement_section_description', ''), (5366, 509, '_achievement_section_description', 'field_68c2613db4918'), (5367, 509, 'achievement_section_statistic_achievement_point', ''), (5368, 509, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5369, 509, 'achievement_section', ''), (5370, 509, '_achievement_section', 'field_68c26115b4916'), (5371, 509, 'success_story_section_success_story_image', ''), (5372, 509, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5373, 509, 'success_story_section_heading', ''), (5374, 509, '_success_story_section_heading', 'field_68c26218583f0'), (5375, 509, 'success_story_section_success_story_description', ''), (5376, 509, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5377, 509, 'success_story_section_success_story_point', ''), (5378, 509, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5379, 509, 'success_story_section', ''), (5380, 509, '_success_story_section', 'field_68c261e7583ee'), (5381, 495, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5382, 495, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5383, 495, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5384, 495, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5385, 495, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5386, 495, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5387, 510, 'banner_section_banner_image', '501'), (5388, 510, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5389, 510, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5390, 510, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5391, 510, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5392, 510, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5393, 510, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5394, 510, '_banner_section_banner_button', 'field_68c25dbaede00'), (5395, 510, 'banner_section', ''), (5396, 510, '_banner_section', 'field_68c25dbaeddfc'), (5397, 510, 'collaborator_section_heading', 'Let\'s build together.'), (5398, 510, '_collaborator_section_heading', 'field_68c25ed545d90'), (5399, 510, 'collaborator_section_title', 'Our ideal collaborators are:'), (5400, 510, '_collaborator_section_title', 'field_68c25edc45d91'), (5401, 510, 'collaborator_section_collaborator_feature_0_image', '440'), (5402, 510, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5403, 510, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5404, 510, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5405, 510, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5406, 510, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5407, 510, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5408, 510, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5409, 510, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5410, 510, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5411, 510, 'collaborator_section_collaborator_feature_0_button', ''), (5412, 510, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5413, 510, 'collaborator_section_collaborator_feature', '1'), (5414, 510, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5415, 510, 'collaborator_section', ''), (5416, 510, '_collaborator_section', 'field_68c25eb845d8f'), (5417, 510, 'bombora_info_section_image', ''), (5418, 510, '_bombora_info_section_image', 'field_68c260c945da6'), (5419, 510, 'bombora_info_section_heading', ''), (5420, 510, '_bombora_info_section_heading', 'field_68c260d745da7'), (5421, 510, 'bombora_info_section_button', ''), (5422, 510, '_bombora_info_section_button', 'field_68c260e045da8'), (5423, 510, 'bombora_info_section', ''), (5424, 510, '_bombora_info_section', 'field_68c260af45da5'), (5425, 510, 'achievement_section_heading', ''), (5426, 510, '_achievement_section_heading', 'field_68c2612fb4917'), (5427, 510, 'achievement_section_description', ''), (5428, 510, '_achievement_section_description', 'field_68c2613db4918'), (5429, 510, 'achievement_section_statistic_achievement_point', ''), (5430, 510, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5431, 510, 'achievement_section', ''), (5432, 510, '_achievement_section', 'field_68c26115b4916'), (5433, 510, 'success_story_section_success_story_image', ''), (5434, 510, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5435, 510, 'success_story_section_heading', ''), (5436, 510, '_success_story_section_heading', 'field_68c26218583f0'), (5437, 510, 'success_story_section_success_story_description', ''), (5438, 510, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5439, 510, 'success_story_section_success_story_point', ''), (5440, 510, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5441, 510, 'success_story_section', ''), (5442, 510, '_success_story_section', 'field_68c261e7583ee'), (5443, 510, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5444, 510, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5445, 510, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5446, 510, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5447, 510, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5448, 510, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5449, 472, '_wp_attachment_image_alt', 'Beach,And,Waves,From,Top,View.,Turquoise,Water,Background,From'), (5450, 495, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5451, 495, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5452, 495, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5453, 495, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5454, 495, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5455, 495, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5456, 495, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5457, 495, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5458, 495, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5459, 495, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5460, 495, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (5461, 495, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5462, 495, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5463, 495, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5464, 495, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (5465, 495, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5466, 495, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (5467, 495, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5468, 511, 'banner_section_banner_image', '501'), (5469, 511, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5470, 511, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5471, 511, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5472, 511, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5473, 511, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5474, 511, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5475, 511, '_banner_section_banner_button', 'field_68c25dbaede00'), (5476, 511, 'banner_section', ''), (5477, 511, '_banner_section', 'field_68c25dbaeddfc'), (5478, 511, 'collaborator_section_heading', 'Let\'s build together.'), (5479, 511, '_collaborator_section_heading', 'field_68c25ed545d90'), (5480, 511, 'collaborator_section_title', 'Our ideal collaborators are:'), (5481, 511, '_collaborator_section_title', 'field_68c25edc45d91'), (5482, 511, 'collaborator_section_collaborator_feature_0_image', '440'), (5483, 511, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5484, 511, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5485, 511, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5486, 511, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5487, 511, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5488, 511, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5489, 511, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5490, 511, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5491, 511, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5492, 511, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5493, 511, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5494, 511, 'collaborator_section_collaborator_feature', '1'), (5495, 511, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5496, 511, 'collaborator_section', ''), (5497, 511, '_collaborator_section', 'field_68c25eb845d8f'), (5498, 511, 'bombora_info_section_image', '472'), (5499, 511, '_bombora_info_section_image', 'field_68c260c945da6'), (5500, 511, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5501, 511, '_bombora_info_section_heading', 'field_68c260d745da7'), (5502, 511, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5503, 511, '_bombora_info_section_button', 'field_68c260e045da8'), (5504, 511, 'bombora_info_section', ''), (5505, 511, '_bombora_info_section', 'field_68c260af45da5'), (5506, 511, 'achievement_section_heading', 'We do our part to ensure your business is a success story.'), (5507, 511, '_achievement_section_heading', 'field_68c2612fb4917'), (5508, 511, 'achievement_section_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5509, 511, '_achievement_section_description', 'field_68c2613db4918'), (5510, 511, 'achievement_section_statistic_achievement_point', '1'), (5511, 511, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5512, 511, 'achievement_section', ''), (5513, 511, '_achievement_section', 'field_68c26115b4916'), (5514, 511, 'success_story_section_success_story_image', ''), (5515, 511, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5516, 511, 'success_story_section_heading', ''), (5517, 511, '_success_story_section_heading', 'field_68c26218583f0'), (5518, 511, 'success_story_section_success_story_description', ''), (5519, 511, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5520, 511, 'success_story_section_success_story_point', '1'), (5521, 511, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5522, 511, 'success_story_section', ''), (5523, 511, '_success_story_section', 'field_68c261e7583ee'), (5524, 511, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5525, 511, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5526, 511, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5527, 511, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5528, 511, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5529, 511, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5530, 511, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5531, 511, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5532, 511, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5533, 511, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5534, 511, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5535, 511, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5536, 511, 'achievement_section_statistic_achievement_point_0_number', ''), (5537, 511, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5538, 511, 'achievement_section_statistic_achievement_point_0_text', ''), (5539, 511, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5540, 511, 'success_story_section_success_story_point_0_heading', ''), (5541, 511, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5542, 511, 'success_story_section_success_story_point_0_description', ''), (5543, 511, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5544, 511, 'success_story_section_success_story_point_0_management_name', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5545, 511, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5546, 511, 'success_story_section_success_story_point_0_management_designation', ''), (5547, 511, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5548, 495, 'achievement_section_statistic_achievement_point_1_number', '98%'), (5549, 495, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (5550, 495, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5551, 495, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5552, 495, 'achievement_section_statistic_achievement_point_2_number', '400M'), (5553, 495, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (5554, 495, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5555, 495, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5556, 495, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5557, 495, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5558, 495, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5559, 495, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5560, 495, 'achievement_section_statistic_achievement_point_4_number', '100'), (5561, 495, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5562, 495, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5563, 495, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5564, 513, 'banner_section_banner_image', '501'), (5565, 513, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5566, 513, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5567, 513, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5568, 513, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5569, 513, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5570, 513, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5571, 513, '_banner_section_banner_button', 'field_68c25dbaede00'), (5572, 513, 'banner_section', ''), (5573, 513, '_banner_section', 'field_68c25dbaeddfc'), (5574, 513, 'collaborator_section_heading', 'Let\'s build together.'), (5575, 513, '_collaborator_section_heading', 'field_68c25ed545d90'), (5576, 513, 'collaborator_section_title', 'Our ideal collaborators are:'), (5577, 513, '_collaborator_section_title', 'field_68c25edc45d91'), (5578, 513, 'collaborator_section_collaborator_feature_0_image', '440'), (5579, 513, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5580, 513, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5581, 513, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5582, 513, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5583, 513, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5584, 513, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5585, 513, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5586, 513, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5587, 513, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5588, 513, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5589, 513, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5590, 513, 'collaborator_section_collaborator_feature', '1'), (5591, 513, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5592, 513, 'collaborator_section', ''), (5593, 513, '_collaborator_section', 'field_68c25eb845d8f'), (5594, 513, 'bombora_info_section_image', '472'), (5595, 513, '_bombora_info_section_image', 'field_68c260c945da6'), (5596, 513, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5597, 513, '_bombora_info_section_heading', 'field_68c260d745da7'), (5598, 513, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5599, 513, '_bombora_info_section_button', 'field_68c260e045da8'), (5600, 513, 'bombora_info_section', ''), (5601, 513, '_bombora_info_section', 'field_68c260af45da5'), (5602, 513, 'achievement_section_heading', 'The numbers tell the story.'), (5603, 513, '_achievement_section_heading', 'field_68c2612fb4917'), (5604, 513, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5605, 513, '_achievement_section_description', 'field_68c2613db4918'), (5606, 513, 'achievement_section_statistic_achievement_point', '5'), (5607, 513, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5608, 513, 'achievement_section', ''), (5609, 513, '_achievement_section', 'field_68c26115b4916'), (5610, 513, 'success_story_section_success_story_image', ''), (5611, 513, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5612, 513, 'success_story_section_heading', ''), (5613, 513, '_success_story_section_heading', 'field_68c26218583f0'), (5614, 513, 'success_story_section_success_story_description', ''), (5615, 513, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5616, 513, 'success_story_section_success_story_point', '1'), (5617, 513, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5618, 513, 'success_story_section', ''), (5619, 513, '_success_story_section', 'field_68c261e7583ee'), (5620, 513, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5621, 513, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5622, 513, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5623, 513, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5624, 513, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5625, 513, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5626, 513, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5627, 513, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5628, 513, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5629, 513, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5630, 513, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5631, 513, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5632, 513, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5633, 513, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5634, 513, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5635, 513, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5636, 513, 'success_story_section_success_story_point_0_heading', ''), (5637, 513, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5638, 513, 'success_story_section_success_story_point_0_description', ''), (5639, 513, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5640, 513, 'success_story_section_success_story_point_0_management_name', ''), (5641, 513, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5642, 513, 'success_story_section_success_story_point_0_management_designation', ''), (5643, 513, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5644, 513, 'achievement_section_statistic_achievement_point_1_number', '98%') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5645, 513, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (5646, 513, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5647, 513, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5648, 513, 'achievement_section_statistic_achievement_point_2_number', '400M'), (5649, 513, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (5650, 513, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5651, 513, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5652, 513, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5653, 513, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5654, 513, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5655, 513, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5656, 513, 'achievement_section_statistic_achievement_point_4_number', '100'), (5657, 513, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5658, 513, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5659, 513, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5660, 514, 'banner_section_banner_image', '501'), (5661, 514, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5662, 514, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5663, 514, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5664, 514, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5665, 514, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5666, 514, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5667, 514, '_banner_section_banner_button', 'field_68c25dbaede00'), (5668, 514, 'banner_section', ''), (5669, 514, '_banner_section', 'field_68c25dbaeddfc'), (5670, 514, 'collaborator_section_heading', 'Let\'s build together.'), (5671, 514, '_collaborator_section_heading', 'field_68c25ed545d90'), (5672, 514, 'collaborator_section_title', 'Our ideal collaborators are:'), (5673, 514, '_collaborator_section_title', 'field_68c25edc45d91'), (5674, 514, 'collaborator_section_collaborator_feature_0_image', '440'), (5675, 514, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5676, 514, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5677, 514, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5678, 514, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5679, 514, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5680, 514, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5681, 514, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5682, 514, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5683, 514, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5684, 514, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5685, 514, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5686, 514, 'collaborator_section_collaborator_feature', '1'), (5687, 514, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5688, 514, 'collaborator_section', ''), (5689, 514, '_collaborator_section', 'field_68c25eb845d8f'), (5690, 514, 'bombora_info_section_image', '472'), (5691, 514, '_bombora_info_section_image', 'field_68c260c945da6'), (5692, 514, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5693, 514, '_bombora_info_section_heading', 'field_68c260d745da7'), (5694, 514, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5695, 514, '_bombora_info_section_button', 'field_68c260e045da8'), (5696, 514, 'bombora_info_section', ''), (5697, 514, '_bombora_info_section', 'field_68c260af45da5'), (5698, 514, 'achievement_section_heading', 'The numbers tell the story.'), (5699, 514, '_achievement_section_heading', 'field_68c2612fb4917'), (5700, 514, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5701, 514, '_achievement_section_description', 'field_68c2613db4918'), (5702, 514, 'achievement_section_statistic_achievement_point', '5'), (5703, 514, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5704, 514, 'achievement_section', ''), (5705, 514, '_achievement_section', 'field_68c26115b4916'), (5706, 514, 'success_story_section_success_story_image', ''), (5707, 514, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5708, 514, 'success_story_section_heading', ''), (5709, 514, '_success_story_section_heading', 'field_68c26218583f0'), (5710, 514, 'success_story_section_success_story_description', ''), (5711, 514, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5712, 514, 'success_story_section_success_story_point', '1'), (5713, 514, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5714, 514, 'success_story_section', ''), (5715, 514, '_success_story_section', 'field_68c261e7583ee'), (5716, 514, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5717, 514, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5718, 514, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5719, 514, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5720, 514, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5721, 514, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5722, 514, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5723, 514, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5724, 514, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5725, 514, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5726, 514, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5727, 514, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5728, 514, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5729, 514, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5730, 514, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5731, 514, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5732, 514, 'success_story_section_success_story_point_0_heading', ''), (5733, 514, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5734, 514, 'success_story_section_success_story_point_0_description', ''), (5735, 514, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5736, 514, 'success_story_section_success_story_point_0_management_name', ''), (5737, 514, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5738, 514, 'success_story_section_success_story_point_0_management_designation', ''), (5739, 514, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5740, 514, 'achievement_section_statistic_achievement_point_1_number', '98%'), (5741, 514, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (5742, 514, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5743, 514, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5744, 514, 'achievement_section_statistic_achievement_point_2_number', '400M') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5745, 514, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (5746, 514, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5747, 514, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5748, 514, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5749, 514, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5750, 514, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5751, 514, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5752, 514, 'achievement_section_statistic_achievement_point_4_number', '100'), (5753, 514, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5754, 514, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5755, 514, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5756, 495, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (5757, 495, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (5758, 495, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5759, 495, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (5760, 495, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (5761, 495, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (5762, 495, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (5763, 495, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (5764, 495, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (5765, 495, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (5766, 495, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5767, 495, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (5768, 495, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (5769, 495, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (5770, 495, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (5771, 495, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6'), (5772, 495, 'success_story_section_success_story_point_3_heading', 'Game-Changer'), (5773, 495, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (5774, 495, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5775, 495, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4'), (5776, 495, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart'), (5777, 495, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (5778, 495, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (5779, 495, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (5780, 495, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (5781, 495, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (5782, 495, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5783, 495, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (5784, 495, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (5785, 495, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (5786, 495, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (5787, 495, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (5788, 495, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (5789, 495, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (5790, 495, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5791, 495, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (5792, 495, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (5793, 495, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (5794, 495, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (5795, 495, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (5796, 515, 'banner_section_banner_image', '501'), (5797, 515, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5798, 515, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5799, 515, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5800, 515, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5801, 515, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5802, 515, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5803, 515, '_banner_section_banner_button', 'field_68c25dbaede00'), (5804, 515, 'banner_section', ''), (5805, 515, '_banner_section', 'field_68c25dbaeddfc'), (5806, 515, 'collaborator_section_heading', 'Let\'s build together.'), (5807, 515, '_collaborator_section_heading', 'field_68c25ed545d90'), (5808, 515, 'collaborator_section_title', 'Our ideal collaborators are:'), (5809, 515, '_collaborator_section_title', 'field_68c25edc45d91'), (5810, 515, 'collaborator_section_collaborator_feature_0_image', '440'), (5811, 515, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5812, 515, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5813, 515, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5814, 515, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5815, 515, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5816, 515, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5817, 515, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5818, 515, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5819, 515, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5820, 515, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5821, 515, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5822, 515, 'collaborator_section_collaborator_feature', '1'), (5823, 515, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5824, 515, 'collaborator_section', ''), (5825, 515, '_collaborator_section', 'field_68c25eb845d8f'), (5826, 515, 'bombora_info_section_image', '472'), (5827, 515, '_bombora_info_section_image', 'field_68c260c945da6'), (5828, 515, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5829, 515, '_bombora_info_section_heading', 'field_68c260d745da7'), (5830, 515, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5831, 515, '_bombora_info_section_button', 'field_68c260e045da8'), (5832, 515, 'bombora_info_section', ''), (5833, 515, '_bombora_info_section', 'field_68c260af45da5'), (5834, 515, 'achievement_section_heading', 'The numbers tell the story.'), (5835, 515, '_achievement_section_heading', 'field_68c2612fb4917'), (5836, 515, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5837, 515, '_achievement_section_description', 'field_68c2613db4918'), (5838, 515, 'achievement_section_statistic_achievement_point', '5'), (5839, 515, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5840, 515, 'achievement_section', ''), (5841, 515, '_achievement_section', 'field_68c26115b4916'), (5842, 515, 'success_story_section_success_story_image', ''), (5843, 515, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5844, 515, 'success_story_section_heading', 'We do our part to ensure your business is a success story.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5845, 515, '_success_story_section_heading', 'field_68c26218583f0'), (5846, 515, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5847, 515, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5848, 515, 'success_story_section_success_story_point', '6'), (5849, 515, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5850, 515, 'success_story_section', ''), (5851, 515, '_success_story_section', 'field_68c261e7583ee'), (5852, 515, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5853, 515, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5854, 515, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5855, 515, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5856, 515, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5857, 515, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5858, 515, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5859, 515, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5860, 515, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5861, 515, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5862, 515, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5863, 515, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5864, 515, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5865, 515, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5866, 515, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5867, 515, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5868, 515, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (5869, 515, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5870, 515, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5871, 515, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5872, 515, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (5873, 515, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5874, 515, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (5875, 515, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5876, 515, 'achievement_section_statistic_achievement_point_1_number', '98%'), (5877, 515, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (5878, 515, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5879, 515, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5880, 515, 'achievement_section_statistic_achievement_point_2_number', '400M'), (5881, 515, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (5882, 515, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5883, 515, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5884, 515, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5885, 515, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5886, 515, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5887, 515, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5888, 515, 'achievement_section_statistic_achievement_point_4_number', '100'), (5889, 515, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5890, 515, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5891, 515, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5892, 515, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (5893, 515, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (5894, 515, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5895, 515, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (5896, 515, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (5897, 515, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (5898, 515, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (5899, 515, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (5900, 515, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (5901, 515, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (5902, 515, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5903, 515, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (5904, 515, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (5905, 515, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (5906, 515, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (5907, 515, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6'), (5908, 515, 'success_story_section_success_story_point_3_heading', 'Game-Changer'), (5909, 515, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (5910, 515, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5911, 515, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4'), (5912, 515, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart'), (5913, 515, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (5914, 515, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (5915, 515, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (5916, 515, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (5917, 515, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (5918, 515, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5919, 515, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (5920, 515, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (5921, 515, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (5922, 515, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (5923, 515, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (5924, 515, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (5925, 515, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (5926, 515, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5927, 515, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (5928, 515, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (5929, 515, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (5930, 515, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (5931, 515, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (5932, 502, '_wp_attachment_image_alt', 'partnering-section-image'), (5933, 516, 'banner_section_banner_image', '501'), (5934, 516, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5935, 516, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5936, 516, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5937, 516, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5938, 516, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5939, 516, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5940, 516, '_banner_section_banner_button', 'field_68c25dbaede00'), (5941, 516, 'banner_section', ''), (5942, 516, '_banner_section', 'field_68c25dbaeddfc'), (5943, 516, 'collaborator_section_heading', 'Let\'s build together.'), (5944, 516, '_collaborator_section_heading', 'field_68c25ed545d90') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5945, 516, 'collaborator_section_title', 'Our ideal collaborators are:'), (5946, 516, '_collaborator_section_title', 'field_68c25edc45d91'), (5947, 516, 'collaborator_section_collaborator_feature_0_image', '440'), (5948, 516, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5949, 516, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5950, 516, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5951, 516, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5952, 516, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5953, 516, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5954, 516, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5955, 516, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5956, 516, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5957, 516, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5958, 516, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5959, 516, 'collaborator_section_collaborator_feature', '1'), (5960, 516, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5961, 516, 'collaborator_section', ''), (5962, 516, '_collaborator_section', 'field_68c25eb845d8f'), (5963, 516, 'bombora_info_section_image', '472'), (5964, 516, '_bombora_info_section_image', 'field_68c260c945da6'), (5965, 516, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5966, 516, '_bombora_info_section_heading', 'field_68c260d745da7'), (5967, 516, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5968, 516, '_bombora_info_section_button', 'field_68c260e045da8'), (5969, 516, 'bombora_info_section', ''), (5970, 516, '_bombora_info_section', 'field_68c260af45da5'), (5971, 516, 'achievement_section_heading', 'The numbers tell the story.'), (5972, 516, '_achievement_section_heading', 'field_68c2612fb4917'), (5973, 516, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5974, 516, '_achievement_section_description', 'field_68c2613db4918'), (5975, 516, 'achievement_section_statistic_achievement_point', '5'), (5976, 516, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5977, 516, 'achievement_section', ''), (5978, 516, '_achievement_section', 'field_68c26115b4916'), (5979, 516, 'success_story_section_success_story_image', '502'), (5980, 516, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5981, 516, 'success_story_section_heading', 'We do our part to ensure your business is a success story.'), (5982, 516, '_success_story_section_heading', 'field_68c26218583f0'), (5983, 516, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5984, 516, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5985, 516, 'success_story_section_success_story_point', '6'), (5986, 516, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5987, 516, 'success_story_section', ''), (5988, 516, '_success_story_section', 'field_68c261e7583ee'), (5989, 516, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5990, 516, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5991, 516, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5992, 516, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5993, 516, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5994, 516, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5995, 516, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5996, 516, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5997, 516, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5998, 516, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5999, 516, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (6000, 516, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6001, 516, 'achievement_section_statistic_achievement_point_0_number', '30K'), (6002, 516, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (6003, 516, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (6004, 516, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (6005, 516, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (6006, 516, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (6007, 516, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6008, 516, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (6009, 516, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (6010, 516, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (6011, 516, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (6012, 516, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (6013, 516, 'achievement_section_statistic_achievement_point_1_number', '98%'), (6014, 516, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (6015, 516, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (6016, 516, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (6017, 516, 'achievement_section_statistic_achievement_point_2_number', '400M'), (6018, 516, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (6019, 516, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (6020, 516, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (6021, 516, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (6022, 516, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (6023, 516, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (6024, 516, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (6025, 516, 'achievement_section_statistic_achievement_point_4_number', '100'), (6026, 516, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (6027, 516, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (6028, 516, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (6029, 516, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (6030, 516, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (6031, 516, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6032, 516, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (6033, 516, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (6034, 516, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (6035, 516, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (6036, 516, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (6037, 516, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (6038, 516, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (6039, 516, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6040, 516, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (6041, 516, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (6042, 516, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (6043, 516, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (6044, 516, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6045, 516, 'success_story_section_success_story_point_3_heading', 'Game-Changer'), (6046, 516, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (6047, 516, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6048, 516, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4'), (6049, 516, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart'), (6050, 516, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (6051, 516, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (6052, 516, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (6053, 516, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (6054, 516, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (6055, 516, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6056, 516, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (6057, 516, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (6058, 516, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (6059, 516, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (6060, 516, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (6061, 516, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (6062, 516, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (6063, 516, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6064, 516, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (6065, 516, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (6066, 516, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (6067, 516, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (6068, 516, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (6069, 495, 'collaborator_section_collaborator_feature_1_image', '441'), (6070, 495, '_collaborator_section_collaborator_feature_1_image', 'field_68c25f1945d93'), (6071, 495, 'collaborator_section_collaborator_feature_1_heading', 'B2B Collaborations'), (6072, 495, '_collaborator_section_collaborator_feature_1_heading', 'field_68c25f2445d94'), (6073, 495, 'collaborator_section_collaborator_feature_1_description', 'Elevate your business offerings.\r\n

Bombora partners with businesses to provide exceptional risk advice to their clients.

'), (6074, 495, '_collaborator_section_collaborator_feature_1_description', 'field_68c25fe745d95'), (6075, 495, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'Expanded Service Capabilities'), (6076, 495, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'field_68c2601645d97'), (6077, 495, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'Enhance your service portfolio with our expert risk advice.'), (6078, 495, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6079, 495, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'Increased Client Satisfaction'), (6080, 495, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'field_68c2601645d97'), (6081, 495, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'Enhance the overall client experience by providing a more complete and integrated service offering.'), (6082, 495, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6083, 495, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'Strategic Partnerships'), (6084, 495, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'field_68c2601645d97'), (6085, 495, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'Leverage our network and expertise to drive mutual growth.'), (6086, 495, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6087, 495, 'collaborator_section_collaborator_feature_1_benefits', '3'), (6088, 495, '_collaborator_section_collaborator_feature_1_benefits', 'field_68c25ffe45d96'), (6089, 495, 'collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'Interested in Partnering?'), (6090, 495, '_collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'field_68c2605945d99'), (6091, 495, 'collaborator_section_collaborator_feature_1_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6092, 495, '_collaborator_section_collaborator_feature_1_button', 'field_68c2604745d98'), (6093, 495, 'collaborator_section_collaborator_feature_2_image', '442'), (6094, 495, '_collaborator_section_collaborator_feature_2_image', 'field_68c25f1945d93'), (6095, 495, 'collaborator_section_collaborator_feature_2_heading', 'Referring Partners for Professional Services'), (6096, 495, '_collaborator_section_collaborator_feature_2_heading', 'field_68c25f2445d94'), (6097, 495, 'collaborator_section_collaborator_feature_2_description', 'Strengthen your client relationships.\r\n

Bombora offers expert risk advice to complement your existing services and add even more value.

'), (6098, 495, '_collaborator_section_collaborator_feature_2_description', 'field_68c25fe745d95'), (6099, 495, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'Value-Added Services'), (6100, 495, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'field_68c2601645d97'), (6101, 495, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'Enhance your client offerings with our specialised expertise.'), (6102, 495, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6103, 495, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'Increased Client Retention'), (6104, 495, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'field_68c2601645d97'), (6105, 495, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'Build stronger client relationships through consistent and exceptional service delivery.'), (6106, 495, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6107, 495, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'Revenue Opportunities'), (6108, 495, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'field_68c2601645d97'), (6109, 495, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'Explore referral partnerships to generate additional revenue.'), (6110, 495, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6111, 495, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'Upskilled Workforce'), (6112, 495, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'field_68c2601645d97'), (6113, 495, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'Improve advisor competence and productivity.'), (6114, 495, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'field_68ca42f71dd3a'), (6115, 495, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'Enhanced Client Experience'), (6116, 495, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'field_68c2601645d97'), (6117, 495, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'Drive client satisfaction through superior advice.'), (6118, 495, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'field_68ca42f71dd3a'), (6119, 495, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'Innovative Solutions'), (6120, 495, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'field_68c2601645d97'), (6121, 495, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'Collaborate with us to develop cutting-edge risk solutions.'), (6122, 495, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'field_68ca42f71dd3a'), (6123, 495, 'collaborator_section_collaborator_feature_2_benefits', '6'), (6124, 495, '_collaborator_section_collaborator_feature_2_benefits', 'field_68c25ffe45d96'), (6125, 495, 'collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'Increase your business potential.'), (6126, 495, '_collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'field_68c2605945d99'), (6127, 495, 'collaborator_section_collaborator_feature_2_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6128, 495, '_collaborator_section_collaborator_feature_2_button', 'field_68c2604745d98'), (6129, 517, 'banner_section_banner_image', '501'), (6130, 517, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (6131, 517, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (6132, 517, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (6133, 517, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (6134, 517, '_banner_section_banner_description', 'field_68c25dbaeddff'), (6135, 517, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6136, 517, '_banner_section_banner_button', 'field_68c25dbaede00'), (6137, 517, 'banner_section', ''), (6138, 517, '_banner_section', 'field_68c25dbaeddfc'), (6139, 517, 'collaborator_section_heading', 'Let\'s build together.'), (6140, 517, '_collaborator_section_heading', 'field_68c25ed545d90'), (6141, 517, 'collaborator_section_title', 'Our ideal collaborators are:'), (6142, 517, '_collaborator_section_title', 'field_68c25edc45d91'), (6143, 517, 'collaborator_section_collaborator_feature_0_image', '440'), (6144, 517, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6145, 517, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (6146, 517, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (6147, 517, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (6148, 517, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (6149, 517, 'collaborator_section_collaborator_feature_0_benefits', '3'), (6150, 517, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (6151, 517, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (6152, 517, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (6153, 517, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6154, 517, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (6155, 517, 'collaborator_section_collaborator_feature', '3'), (6156, 517, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (6157, 517, 'collaborator_section', ''), (6158, 517, '_collaborator_section', 'field_68c25eb845d8f'), (6159, 517, 'bombora_info_section_image', '472'), (6160, 517, '_bombora_info_section_image', 'field_68c260c945da6'), (6161, 517, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (6162, 517, '_bombora_info_section_heading', 'field_68c260d745da7'), (6163, 517, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6164, 517, '_bombora_info_section_button', 'field_68c260e045da8'), (6165, 517, 'bombora_info_section', ''), (6166, 517, '_bombora_info_section', 'field_68c260af45da5'), (6167, 517, 'achievement_section_heading', 'The numbers tell the story.'), (6168, 517, '_achievement_section_heading', 'field_68c2612fb4917'), (6169, 517, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (6170, 517, '_achievement_section_description', 'field_68c2613db4918'), (6171, 517, 'achievement_section_statistic_achievement_point', '5'), (6172, 517, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (6173, 517, 'achievement_section', ''), (6174, 517, '_achievement_section', 'field_68c26115b4916'), (6175, 517, 'success_story_section_success_story_image', '502'), (6176, 517, '_success_story_section_success_story_image', 'field_68c26204583ef'), (6177, 517, 'success_story_section_heading', 'We do our part to ensure your business is a success story.'), (6178, 517, '_success_story_section_heading', 'field_68c26218583f0'), (6179, 517, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (6180, 517, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (6181, 517, 'success_story_section_success_story_point', '6'), (6182, 517, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (6183, 517, 'success_story_section', ''), (6184, 517, '_success_story_section', 'field_68c261e7583ee'), (6185, 517, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (6186, 517, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (6187, 517, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (6188, 517, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (6189, 517, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (6190, 517, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (6191, 517, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (6192, 517, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6193, 517, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (6194, 517, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6195, 517, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (6196, 517, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6197, 517, 'achievement_section_statistic_achievement_point_0_number', '30K'), (6198, 517, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (6199, 517, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (6200, 517, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (6201, 517, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (6202, 517, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (6203, 517, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6204, 517, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (6205, 517, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (6206, 517, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (6207, 517, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (6208, 517, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (6209, 517, 'achievement_section_statistic_achievement_point_1_number', '98%'), (6210, 517, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (6211, 517, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (6212, 517, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (6213, 517, 'achievement_section_statistic_achievement_point_2_number', '400M'), (6214, 517, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (6215, 517, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (6216, 517, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (6217, 517, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (6218, 517, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (6219, 517, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (6220, 517, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (6221, 517, 'achievement_section_statistic_achievement_point_4_number', '100'), (6222, 517, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (6223, 517, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (6224, 517, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (6225, 517, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (6226, 517, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (6227, 517, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6228, 517, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (6229, 517, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (6230, 517, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (6231, 517, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (6232, 517, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (6233, 517, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (6234, 517, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (6235, 517, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6236, 517, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (6237, 517, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (6238, 517, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (6239, 517, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (6240, 517, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6'), (6241, 517, 'success_story_section_success_story_point_3_heading', 'Game-Changer'), (6242, 517, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (6243, 517, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6244, 517, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6245, 517, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart'), (6246, 517, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (6247, 517, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (6248, 517, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (6249, 517, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (6250, 517, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (6251, 517, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6252, 517, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (6253, 517, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (6254, 517, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (6255, 517, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (6256, 517, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (6257, 517, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (6258, 517, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (6259, 517, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6260, 517, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (6261, 517, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (6262, 517, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (6263, 517, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (6264, 517, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (6265, 517, 'collaborator_section_collaborator_feature_1_image', '441'), (6266, 517, '_collaborator_section_collaborator_feature_1_image', 'field_68c25f1945d93'), (6267, 517, 'collaborator_section_collaborator_feature_1_heading', 'B2B Collaborations'), (6268, 517, '_collaborator_section_collaborator_feature_1_heading', 'field_68c25f2445d94'), (6269, 517, 'collaborator_section_collaborator_feature_1_description', 'Elevate your business offerings.\r\n

Bombora partners with businesses to provide exceptional risk advice to their clients.

'), (6270, 517, '_collaborator_section_collaborator_feature_1_description', 'field_68c25fe745d95'), (6271, 517, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'Expanded Service Capabilities'), (6272, 517, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'field_68c2601645d97'), (6273, 517, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'Enhance your service portfolio with our expert risk advice.'), (6274, 517, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6275, 517, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'Increased Client Satisfaction'), (6276, 517, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'field_68c2601645d97'), (6277, 517, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'Enhance the overall client experience by providing a more complete and integrated service offering.'), (6278, 517, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6279, 517, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'Strategic Partnerships'), (6280, 517, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'field_68c2601645d97'), (6281, 517, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'Leverage our network and expertise to drive mutual growth.'), (6282, 517, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6283, 517, 'collaborator_section_collaborator_feature_1_benefits', '3'), (6284, 517, '_collaborator_section_collaborator_feature_1_benefits', 'field_68c25ffe45d96'), (6285, 517, 'collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'Interested in Partnering?'), (6286, 517, '_collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'field_68c2605945d99'), (6287, 517, 'collaborator_section_collaborator_feature_1_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6288, 517, '_collaborator_section_collaborator_feature_1_button', 'field_68c2604745d98'), (6289, 517, 'collaborator_section_collaborator_feature_2_image', '442'), (6290, 517, '_collaborator_section_collaborator_feature_2_image', 'field_68c25f1945d93'), (6291, 517, 'collaborator_section_collaborator_feature_2_heading', 'Referring Partners for Professional Services'), (6292, 517, '_collaborator_section_collaborator_feature_2_heading', 'field_68c25f2445d94'), (6293, 517, 'collaborator_section_collaborator_feature_2_description', 'Strengthen your client relationships.\r\n

Bombora offers expert risk advice to complement your existing services and add even more value.

'), (6294, 517, '_collaborator_section_collaborator_feature_2_description', 'field_68c25fe745d95'), (6295, 517, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'Value-Added Services'), (6296, 517, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'field_68c2601645d97'), (6297, 517, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'Enhance your client offerings with our specialised expertise.'), (6298, 517, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6299, 517, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'Increased Client Retention'), (6300, 517, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'field_68c2601645d97'), (6301, 517, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'Build stronger client relationships through consistent and exceptional service delivery.'), (6302, 517, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6303, 517, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'Revenue Opportunities'), (6304, 517, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'field_68c2601645d97'), (6305, 517, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'Explore referral partnerships to generate additional revenue.'), (6306, 517, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6307, 517, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'Upskilled Workforce'), (6308, 517, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'field_68c2601645d97'), (6309, 517, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'Improve advisor competence and productivity.'), (6310, 517, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'field_68ca42f71dd3a'), (6311, 517, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'Enhanced Client Experience'), (6312, 517, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'field_68c2601645d97'), (6313, 517, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'Drive client satisfaction through superior advice.'), (6314, 517, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'field_68ca42f71dd3a'), (6315, 517, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'Innovative Solutions'), (6316, 517, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'field_68c2601645d97'), (6317, 517, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'Collaborate with us to develop cutting-edge risk solutions.'), (6318, 517, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'field_68ca42f71dd3a'), (6319, 517, 'collaborator_section_collaborator_feature_2_benefits', '6'), (6320, 517, '_collaborator_section_collaborator_feature_2_benefits', 'field_68c25ffe45d96'), (6321, 517, 'collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'Increase your business potential.'), (6322, 517, '_collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'field_68c2605945d99'), (6323, 517, 'collaborator_section_collaborator_feature_2_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6324, 517, '_collaborator_section_collaborator_feature_2_button', 'field_68c2604745d98'), (6325, 503, '_wp_attachment_image_alt', 'claim-support-banner-bg'), (6326, 493, '_edit_last', '1'), (6327, 493, 'banner_section_banner_image', '503'), (6328, 493, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6329, 493, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6330, 493, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6331, 493, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6332, 493, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6333, 493, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6334, 493, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6335, 493, 'banner_section', ''), (6336, 493, '_banner_section', 'field_68c264a89bfd8'), (6337, 493, 'claims_focus_point_claims_points_0_image', '419'), (6338, 493, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6339, 493, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6340, 493, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6341, 493, 'claims_focus_point_claims_points', '3'), (6342, 493, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6343, 493, 'claims_focus_point', ''), (6344, 493, '_claims_focus_point', 'field_68c26595a42ff') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6345, 493, 'advice_claims_section_advice_claims_content', '1'), (6346, 493, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6347, 493, 'advice_claims_section', ''), (6348, 493, '_advice_claims_section', 'field_68c26b14f1fc6'), (6349, 493, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6350, 493, '_business_section_heading', 'field_68c267d0a4304'), (6351, 493, 'business_section_title', 'Her\'s how we make it easy:'), (6352, 493, '_business_section_title', 'field_68c267d8a4305'), (6353, 493, 'business_section_business_points', '3'), (6354, 493, '_business_section_business_points', 'field_68c267dea4306'), (6355, 493, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6356, 493, '_business_section_button', 'field_68c26818a4309'), (6357, 493, 'business_section', ''), (6358, 493, '_business_section', 'field_68c267a5a4303'), (6359, 493, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6360, 493, '_claims_section_claims_heading', 'field_68c268fffa584'), (6361, 493, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6362, 493, '_claims_section_claims_description', 'field_68c268fffa585'), (6363, 493, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6364, 493, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6365, 493, 'claims_section', ''), (6366, 493, '_claims_section', 'field_68c268fffa583'), (6367, 494, 'banner_section_banner_image', '503'), (6368, 494, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6369, 494, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6370, 494, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6371, 494, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6372, 494, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6373, 494, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6374, 494, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6375, 494, 'banner_section', ''), (6376, 494, '_banner_section', 'field_68c264a89bfd8'), (6377, 494, 'claims_focus_point_claims_points_0_image', ''), (6378, 494, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6379, 494, 'claims_focus_point_claims_points_0_point', ''), (6380, 494, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6381, 494, 'claims_focus_point_claims_points', '1'), (6382, 494, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6383, 494, 'claims_focus_point', ''), (6384, 494, '_claims_focus_point', 'field_68c26595a42ff'), (6385, 494, 'advice_claims_section_advice_claims_content', ''), (6386, 494, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6387, 494, 'advice_claims_section', ''), (6388, 494, '_advice_claims_section', 'field_68c26b14f1fc6'), (6389, 494, 'business_section_heading', ''), (6390, 494, '_business_section_heading', 'field_68c267d0a4304'), (6391, 494, 'business_section_title', ''), (6392, 494, '_business_section_title', 'field_68c267d8a4305'), (6393, 494, 'business_section_business_points', ''), (6394, 494, '_business_section_business_points', 'field_68c267dea4306'), (6395, 494, 'business_section_button', ''), (6396, 494, '_business_section_button', 'field_68c26818a4309'), (6397, 494, 'business_section', ''), (6398, 494, '_business_section', 'field_68c267a5a4303'), (6399, 494, 'claims_section_claims_heading', ''), (6400, 494, '_claims_section_claims_heading', 'field_68c268fffa584'), (6401, 494, 'claims_section_claims_description', ''), (6402, 494, '_claims_section_claims_description', 'field_68c268fffa585'), (6403, 494, 'claims_section_claims_form_shotcode', ''), (6404, 494, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6405, 494, 'claims_section', ''), (6406, 494, '_claims_section', 'field_68c268fffa583'), (6409, 493, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6410, 493, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6411, 493, 'claims_focus_point_claims_points_1_image', '419'), (6412, 493, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6413, 493, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6414, 493, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6415, 493, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6416, 493, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6417, 493, 'claims_focus_point_claims_points_2_image', '419'), (6418, 493, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6419, 493, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6420, 493, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6421, 493, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6422, 493, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6423, 519, 'banner_section_banner_image', '503'), (6424, 519, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6425, 519, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6426, 519, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6427, 519, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6428, 519, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6429, 519, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6430, 519, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6431, 519, 'banner_section', ''), (6432, 519, '_banner_section', 'field_68c264a89bfd8'), (6433, 519, 'claims_focus_point_claims_points_0_image', '419'), (6434, 519, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6435, 519, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6436, 519, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6437, 519, 'claims_focus_point_claims_points', '3'), (6438, 519, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6439, 519, 'claims_focus_point', ''), (6440, 519, '_claims_focus_point', 'field_68c26595a42ff'), (6441, 519, 'advice_claims_section_advice_claims_content', ''), (6442, 519, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6443, 519, 'advice_claims_section', ''), (6444, 519, '_advice_claims_section', 'field_68c26b14f1fc6'), (6445, 519, 'business_section_heading', ''), (6446, 519, '_business_section_heading', 'field_68c267d0a4304') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6447, 519, 'business_section_title', ''), (6448, 519, '_business_section_title', 'field_68c267d8a4305'), (6449, 519, 'business_section_business_points', ''), (6450, 519, '_business_section_business_points', 'field_68c267dea4306'), (6451, 519, 'business_section_button', ''), (6452, 519, '_business_section_button', 'field_68c26818a4309'), (6453, 519, 'business_section', ''), (6454, 519, '_business_section', 'field_68c267a5a4303'), (6455, 519, 'claims_section_claims_heading', ''), (6456, 519, '_claims_section_claims_heading', 'field_68c268fffa584'), (6457, 519, 'claims_section_claims_description', ''), (6458, 519, '_claims_section_claims_description', 'field_68c268fffa585'), (6459, 519, 'claims_section_claims_form_shotcode', ''), (6460, 519, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6461, 519, 'claims_section', ''), (6462, 519, '_claims_section', 'field_68c268fffa583'), (6463, 519, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6464, 519, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6465, 519, 'claims_focus_point_claims_points_1_image', '419'), (6466, 519, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6467, 519, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6468, 519, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6469, 519, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6470, 519, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6471, 519, 'claims_focus_point_claims_points_2_image', '419'), (6472, 519, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6473, 519, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6474, 519, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6475, 519, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6476, 519, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6477, 493, 'advice_claims_section_advice_claims_content_0_heading', ''), (6478, 493, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6479, 493, 'advice_claims_section_advice_claims_content_0_description', ''), (6480, 493, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6481, 493, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6482, 493, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6483, 493, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6484, 493, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6485, 493, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6486, 493, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6487, 493, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6488, 493, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6489, 493, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6490, 493, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6491, 493, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6492, 493, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6493, 493, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6494, 493, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6495, 493, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6496, 493, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6497, 522, 'banner_section_banner_image', '503'), (6498, 522, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6499, 522, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6500, 522, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6501, 522, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6502, 522, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6503, 522, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6504, 522, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6505, 522, 'banner_section', ''), (6506, 522, '_banner_section', 'field_68c264a89bfd8'), (6507, 522, 'claims_focus_point_claims_points_0_image', '419'), (6508, 522, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6509, 522, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6510, 522, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6511, 522, 'claims_focus_point_claims_points', '3'), (6512, 522, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6513, 522, 'claims_focus_point', ''), (6514, 522, '_claims_focus_point', 'field_68c26595a42ff'), (6515, 522, 'advice_claims_section_advice_claims_content', '1'), (6516, 522, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6517, 522, 'advice_claims_section', ''), (6518, 522, '_advice_claims_section', 'field_68c26b14f1fc6'), (6519, 522, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6520, 522, '_business_section_heading', 'field_68c267d0a4304'), (6521, 522, 'business_section_title', 'Her\'s how we make it easy:'), (6522, 522, '_business_section_title', 'field_68c267d8a4305'), (6523, 522, 'business_section_business_points', '3'), (6524, 522, '_business_section_business_points', 'field_68c267dea4306'), (6525, 522, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6526, 522, '_business_section_button', 'field_68c26818a4309'), (6527, 522, 'business_section', ''), (6528, 522, '_business_section', 'field_68c267a5a4303'), (6529, 522, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6530, 522, '_claims_section_claims_heading', 'field_68c268fffa584'), (6531, 522, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6532, 522, '_claims_section_claims_description', 'field_68c268fffa585'), (6533, 522, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6534, 522, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6535, 522, 'claims_section', ''), (6536, 522, '_claims_section', 'field_68c268fffa583'), (6537, 522, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6538, 522, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6539, 522, 'claims_focus_point_claims_points_1_image', '419'), (6540, 522, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6541, 522, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6542, 522, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6543, 522, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6544, 522, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6545, 522, 'claims_focus_point_claims_points_2_image', '419'), (6546, 522, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6547, 522, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6548, 522, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6549, 522, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6550, 522, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6551, 522, 'advice_claims_section_advice_claims_content_0_heading', ''), (6552, 522, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6553, 522, 'advice_claims_section_advice_claims_content_0_description', ''), (6554, 522, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6555, 522, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6556, 522, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6557, 522, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6558, 522, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6559, 522, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6560, 522, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6561, 522, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6562, 522, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6563, 522, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6564, 522, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6565, 522, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6566, 522, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6567, 522, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6568, 522, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6569, 522, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6570, 522, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6571, 523, 'banner_section_banner_image', '503'), (6572, 523, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6573, 523, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6574, 523, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6575, 523, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6576, 523, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6577, 523, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6578, 523, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6579, 523, 'banner_section', ''), (6580, 523, '_banner_section', 'field_68c264a89bfd8'), (6581, 523, 'claims_focus_point_claims_points_0_image', '419'), (6582, 523, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6583, 523, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6584, 523, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6585, 523, 'claims_focus_point_claims_points', '3'), (6586, 523, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6587, 523, 'claims_focus_point', ''), (6588, 523, '_claims_focus_point', 'field_68c26595a42ff'), (6589, 523, 'advice_claims_section_advice_claims_content', '1'), (6590, 523, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6591, 523, 'advice_claims_section', ''), (6592, 523, '_advice_claims_section', 'field_68c26b14f1fc6'), (6593, 523, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6594, 523, '_business_section_heading', 'field_68c267d0a4304'), (6595, 523, 'business_section_title', 'Her\'s how we make it easy:'), (6596, 523, '_business_section_title', 'field_68c267d8a4305'), (6597, 523, 'business_section_business_points', '3'), (6598, 523, '_business_section_business_points', 'field_68c267dea4306'), (6599, 523, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6600, 523, '_business_section_button', 'field_68c26818a4309'), (6601, 523, 'business_section', ''), (6602, 523, '_business_section', 'field_68c267a5a4303'), (6603, 523, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6604, 523, '_claims_section_claims_heading', 'field_68c268fffa584'), (6605, 523, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6606, 523, '_claims_section_claims_description', 'field_68c268fffa585'), (6607, 523, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6608, 523, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6609, 523, 'claims_section', ''), (6610, 523, '_claims_section', 'field_68c268fffa583'), (6611, 523, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6612, 523, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6613, 523, 'claims_focus_point_claims_points_1_image', '419'), (6614, 523, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6615, 523, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6616, 523, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6617, 523, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6618, 523, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6619, 523, 'claims_focus_point_claims_points_2_image', '419'), (6620, 523, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6621, 523, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6622, 523, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6623, 523, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6624, 523, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6625, 523, 'advice_claims_section_advice_claims_content_0_heading', ''), (6626, 523, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6627, 523, 'advice_claims_section_advice_claims_content_0_description', ''), (6628, 523, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6629, 523, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6630, 523, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6631, 523, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6632, 523, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6633, 523, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6634, 523, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6635, 523, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6636, 523, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6637, 523, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6638, 523, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6639, 523, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6640, 523, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6641, 523, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6642, 523, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6643, 523, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6644, 523, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6645, 507, '_wp_attachment_image_alt', 'advise-claim-image'), (6646, 493, 'advice_claims_section_advice_image', '507') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6647, 493, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (6648, 493, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (6649, 493, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (6650, 493, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (6651, 493, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (6652, 493, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:12:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6653, 493, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (6654, 493, 'advice_claims_section_advice_feature_0_feature_title', 'Deep technical knowledge of policy terms and legal frameworks'), (6655, 493, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (6656, 493, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (6657, 493, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (6658, 493, 'advice_claims_section_advice_feature_1_feature_title', 'An understanding of medical conditions and claim triggers'), (6659, 493, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (6660, 493, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (6661, 493, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (6662, 493, 'advice_claims_section_advice_feature_2_feature_title', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6663, 493, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (6664, 493, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6665, 493, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (6666, 493, 'advice_claims_section_advice_feature', '3'), (6667, 493, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (6668, 493, 'solve_claims_section_solve_image', '541'), (6669, 493, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (6670, 493, 'solve_claims_section_solve_heading', 'What we solve for you.'), (6671, 493, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (6672, 493, 'solve_claims_section_solve_description', 'When you refer a claim to Bombora, you\'re not just offloading work — you\'re adding value.'), (6673, 493, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (6674, 493, 'solve_claims_section_solve_button', 'a:3:{s:5:"title";s:20:"Schedule a Call >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6675, 493, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (6676, 493, 'solve_claims_section_solve_feature', '4'), (6677, 493, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (6678, 493, 'solve_claims_section', ''), (6679, 493, '_solve_claims_section', 'field_68ca5792085d9'), (6680, 536, 'banner_section_banner_image', '503'), (6681, 536, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6682, 536, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6683, 536, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6684, 536, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6685, 536, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6686, 536, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6687, 536, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6688, 536, 'banner_section', ''), (6689, 536, '_banner_section', 'field_68c264a89bfd8'), (6690, 536, 'claims_focus_point_claims_points_0_image', '419'), (6691, 536, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6692, 536, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6693, 536, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6694, 536, 'claims_focus_point_claims_points', '3'), (6695, 536, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6696, 536, 'claims_focus_point', ''), (6697, 536, '_claims_focus_point', 'field_68c26595a42ff'), (6698, 536, 'advice_claims_section_advice_claims_content', '1'), (6699, 536, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6700, 536, 'advice_claims_section', ''), (6701, 536, '_advice_claims_section', 'field_68c26b14f1fc6'), (6702, 536, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6703, 536, '_business_section_heading', 'field_68c267d0a4304'), (6704, 536, 'business_section_title', 'Her\'s how we make it easy:'), (6705, 536, '_business_section_title', 'field_68c267d8a4305'), (6706, 536, 'business_section_business_points', '3'), (6707, 536, '_business_section_business_points', 'field_68c267dea4306'), (6708, 536, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6709, 536, '_business_section_button', 'field_68c26818a4309'), (6710, 536, 'business_section', ''), (6711, 536, '_business_section', 'field_68c267a5a4303'), (6712, 536, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6713, 536, '_claims_section_claims_heading', 'field_68c268fffa584'), (6714, 536, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6715, 536, '_claims_section_claims_description', 'field_68c268fffa585'), (6716, 536, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6717, 536, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6718, 536, 'claims_section', ''), (6719, 536, '_claims_section', 'field_68c268fffa583'), (6720, 536, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6721, 536, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6722, 536, 'claims_focus_point_claims_points_1_image', '419'), (6723, 536, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6724, 536, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6725, 536, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6726, 536, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6727, 536, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6728, 536, 'claims_focus_point_claims_points_2_image', '419'), (6729, 536, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6730, 536, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6731, 536, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6732, 536, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6733, 536, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6734, 536, 'advice_claims_section_advice_claims_content_0_heading', ''), (6735, 536, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6736, 536, 'advice_claims_section_advice_claims_content_0_description', ''), (6737, 536, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6738, 536, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6739, 536, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6740, 536, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6741, 536, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6742, 536, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6743, 536, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6744, 536, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6745, 536, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6746, 536, 'business_section_business_points_1_point_text', 'We manage the entire process') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6747, 536, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6748, 536, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6749, 536, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6750, 536, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6751, 536, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6752, 536, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6753, 536, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6754, 536, 'advice_claims_section_advice_image', '507'), (6755, 536, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (6756, 536, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (6757, 536, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (6758, 536, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (6759, 536, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (6760, 536, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:15:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6761, 536, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (6762, 536, 'advice_claims_section_advice_feature_0_feature_title', 'We bring:'), (6763, 536, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (6764, 536, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (6765, 536, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (6766, 536, 'advice_claims_section_advice_feature_1_feature_title', ''), (6767, 536, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (6768, 536, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (6769, 536, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (6770, 536, 'advice_claims_section_advice_feature_2_feature_title', ''), (6771, 536, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (6772, 536, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6773, 536, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (6774, 536, 'advice_claims_section_advice_feature', '3'), (6775, 536, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (6776, 536, 'solve_claims_section_solve_image', ''), (6777, 536, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (6778, 536, 'solve_claims_section_solve_heading', ''), (6779, 536, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (6780, 536, 'solve_claims_section_solve_description', ''), (6781, 536, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (6782, 536, 'solve_claims_section_solve_button', ''), (6783, 536, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (6784, 536, 'solve_claims_section_solve_feature', ''), (6785, 536, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (6786, 536, 'solve_claims_section', ''), (6787, 536, '_solve_claims_section', 'field_68ca5792085d9'), (6788, 493, 'advice_claims_section_advice_feature_title', 'We bring:'), (6789, 493, '_advice_claims_section_advice_feature_title', 'field_68ca599fc5674'), (6790, 493, 'advice_claims_section_bottom_description', 'From start to finish, we manage the claim, keeping you informed while freeing you to focus on your business and your clients.'), (6791, 493, '_advice_claims_section_bottom_description', 'field_68ca596cc5673'), (6792, 537, 'banner_section_banner_image', '503'), (6793, 537, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6794, 537, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6795, 537, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6796, 537, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6797, 537, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6798, 537, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6799, 537, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6800, 537, 'banner_section', ''), (6801, 537, '_banner_section', 'field_68c264a89bfd8'), (6802, 537, 'claims_focus_point_claims_points_0_image', '419'), (6803, 537, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6804, 537, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6805, 537, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6806, 537, 'claims_focus_point_claims_points', '3'), (6807, 537, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6808, 537, 'claims_focus_point', ''), (6809, 537, '_claims_focus_point', 'field_68c26595a42ff'), (6810, 537, 'advice_claims_section_advice_claims_content', '1'), (6811, 537, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6812, 537, 'advice_claims_section', ''), (6813, 537, '_advice_claims_section', 'field_68c26b14f1fc6'), (6814, 537, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6815, 537, '_business_section_heading', 'field_68c267d0a4304'), (6816, 537, 'business_section_title', 'Her\'s how we make it easy:'), (6817, 537, '_business_section_title', 'field_68c267d8a4305'), (6818, 537, 'business_section_business_points', '3'), (6819, 537, '_business_section_business_points', 'field_68c267dea4306'), (6820, 537, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6821, 537, '_business_section_button', 'field_68c26818a4309'), (6822, 537, 'business_section', ''), (6823, 537, '_business_section', 'field_68c267a5a4303'), (6824, 537, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6825, 537, '_claims_section_claims_heading', 'field_68c268fffa584'), (6826, 537, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6827, 537, '_claims_section_claims_description', 'field_68c268fffa585'), (6828, 537, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6829, 537, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6830, 537, 'claims_section', ''), (6831, 537, '_claims_section', 'field_68c268fffa583'), (6832, 537, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6833, 537, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6834, 537, 'claims_focus_point_claims_points_1_image', '419'), (6835, 537, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6836, 537, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6837, 537, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6838, 537, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6839, 537, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6840, 537, 'claims_focus_point_claims_points_2_image', '419'), (6841, 537, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6842, 537, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6843, 537, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6844, 537, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6845, 537, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6846, 537, 'advice_claims_section_advice_claims_content_0_heading', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6847, 537, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6848, 537, 'advice_claims_section_advice_claims_content_0_description', ''), (6849, 537, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6850, 537, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6851, 537, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6852, 537, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6853, 537, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6854, 537, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6855, 537, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6856, 537, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6857, 537, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6858, 537, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6859, 537, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6860, 537, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6861, 537, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6862, 537, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6863, 537, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6864, 537, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6865, 537, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6866, 537, 'advice_claims_section_advice_image', '507'), (6867, 537, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (6868, 537, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (6869, 537, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (6870, 537, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (6871, 537, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (6872, 537, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:12:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6873, 537, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (6874, 537, 'advice_claims_section_advice_feature_0_feature_title', 'Deep technical knowledge of policy terms and legal frameworks'), (6875, 537, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (6876, 537, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (6877, 537, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (6878, 537, 'advice_claims_section_advice_feature_1_feature_title', 'An understanding of medical conditions and claim triggers'), (6879, 537, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (6880, 537, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (6881, 537, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (6882, 537, 'advice_claims_section_advice_feature_2_feature_title', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6883, 537, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (6884, 537, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6885, 537, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (6886, 537, 'advice_claims_section_advice_feature', '3'), (6887, 537, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (6888, 537, 'solve_claims_section_solve_image', ''), (6889, 537, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (6890, 537, 'solve_claims_section_solve_heading', ''), (6891, 537, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (6892, 537, 'solve_claims_section_solve_description', ''), (6893, 537, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (6894, 537, 'solve_claims_section_solve_button', ''), (6895, 537, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (6896, 537, 'solve_claims_section_solve_feature', ''), (6897, 537, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (6898, 537, 'solve_claims_section', ''), (6899, 537, '_solve_claims_section', 'field_68ca5792085d9'), (6900, 537, 'advice_claims_section_advice_feature_title', 'We bring:'), (6901, 537, '_advice_claims_section_advice_feature_title', 'field_68ca599fc5674'), (6902, 537, 'advice_claims_section_bottom_description', 'From start to finish, we manage the claim, keeping you informed while freeing you to focus on your business and your clients.'), (6903, 537, '_advice_claims_section_bottom_description', 'field_68ca596cc5673'), (6904, 541, '_wp_attached_file', '2025/09/solve-image.webp'), (6905, 541, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2500;s:6:"height";i:1667;s:4:"file";s:24:"2025/09/solve-image.webp";s:8:"filesize";i:810112;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:24:"solve-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:8076;}s:5:"large";a:5:{s:4:"file";s:25:"solve-image-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:69786;}s:9:"thumbnail";a:5:{s:4:"file";s:24:"solve-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4176;}s:12:"medium_large";a:5:{s:4:"file";s:24:"solve-image-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:39926;}s:9:"1536x1536";a:5:{s:4:"file";s:26:"solve-image-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:161838;}s:9:"2048x2048";a:5:{s:4:"file";s:26:"solve-image-2048x1366.webp";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:325658;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (6906, 541, '_wp_attachment_image_alt', 'solve-image'), (6907, 493, 'solve_claims_section_solve_feature_0_feature_title', 'Protect your client relationship.'), (6908, 493, '_solve_claims_section_solve_feature_0_feature_title', 'field_68ca5853c49b1'), (6909, 493, 'solve_claims_section_solve_feature_0_feature_description', 'We represent you with empathy, professionalism, and precision — helping to build trust, not risk it.'), (6910, 493, '_solve_claims_section_solve_feature_0_feature_description', 'field_68ca5861c49b2'), (6911, 493, 'solve_claims_section_solve_feature_1_feature_title', 'Save time and reduce pressure.'), (6912, 493, '_solve_claims_section_solve_feature_1_feature_title', 'field_68ca5853c49b1'), (6913, 493, 'solve_claims_section_solve_feature_1_feature_description', 'Our dedicated claims team handles the detail, complexity, communication, and negotiation with insurers.'), (6914, 493, '_solve_claims_section_solve_feature_1_feature_description', 'field_68ca5861c49b2'), (6915, 493, 'solve_claims_section_solve_feature_2_feature_title', 'Secure better outcomes.'), (6916, 493, '_solve_claims_section_solve_feature_2_feature_title', 'field_68ca5853c49b1'), (6917, 493, 'solve_claims_section_solve_feature_2_feature_description', 'We know how to position claims for success and understand the levers that influence insurer decisions.'), (6918, 493, '_solve_claims_section_solve_feature_2_feature_description', 'field_68ca5861c49b2'), (6919, 493, 'solve_claims_section_solve_feature_3_feature_title', 'Stay in the loop, without being in the weeds.'), (6920, 493, '_solve_claims_section_solve_feature_3_feature_title', 'field_68ca5853c49b1'), (6921, 493, 'solve_claims_section_solve_feature_3_feature_description', 'You remain informed and involved — but never overwhelmed.'), (6922, 493, '_solve_claims_section_solve_feature_3_feature_description', 'field_68ca5861c49b2'), (6923, 540, 'banner_section_banner_image', '503'), (6924, 540, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6925, 540, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6926, 540, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6927, 540, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6928, 540, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6929, 540, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6930, 540, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6931, 540, 'banner_section', ''), (6932, 540, '_banner_section', 'field_68c264a89bfd8'), (6933, 540, 'claims_focus_point_claims_points_0_image', '419'), (6934, 540, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6935, 540, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6936, 540, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6937, 540, 'claims_focus_point_claims_points', '3'), (6938, 540, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6939, 540, 'claims_focus_point', ''), (6940, 540, '_claims_focus_point', 'field_68c26595a42ff'), (6941, 540, 'advice_claims_section_advice_claims_content', '1'), (6942, 540, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6943, 540, 'advice_claims_section', ''), (6944, 540, '_advice_claims_section', 'field_68c26b14f1fc6'), (6945, 540, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6946, 540, '_business_section_heading', 'field_68c267d0a4304') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6947, 540, 'business_section_title', 'Her\'s how we make it easy:'), (6948, 540, '_business_section_title', 'field_68c267d8a4305'), (6949, 540, 'business_section_business_points', '3'), (6950, 540, '_business_section_business_points', 'field_68c267dea4306'), (6951, 540, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6952, 540, '_business_section_button', 'field_68c26818a4309'), (6953, 540, 'business_section', ''), (6954, 540, '_business_section', 'field_68c267a5a4303'), (6955, 540, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6956, 540, '_claims_section_claims_heading', 'field_68c268fffa584'), (6957, 540, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6958, 540, '_claims_section_claims_description', 'field_68c268fffa585'), (6959, 540, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6960, 540, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6961, 540, 'claims_section', ''), (6962, 540, '_claims_section', 'field_68c268fffa583'), (6963, 540, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6964, 540, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6965, 540, 'claims_focus_point_claims_points_1_image', '419'), (6966, 540, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6967, 540, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6968, 540, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6969, 540, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6970, 540, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6971, 540, 'claims_focus_point_claims_points_2_image', '419'), (6972, 540, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6973, 540, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6974, 540, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6975, 540, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6976, 540, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6977, 540, 'advice_claims_section_advice_claims_content_0_heading', ''), (6978, 540, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6979, 540, 'advice_claims_section_advice_claims_content_0_description', ''), (6980, 540, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6981, 540, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6982, 540, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6983, 540, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6984, 540, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6985, 540, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6986, 540, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6987, 540, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6988, 540, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6989, 540, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6990, 540, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6991, 540, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6992, 540, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6993, 540, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6994, 540, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6995, 540, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6996, 540, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6997, 540, 'advice_claims_section_advice_image', '507'), (6998, 540, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (6999, 540, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (7000, 540, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (7001, 540, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (7002, 540, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (7003, 540, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:12:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7004, 540, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (7005, 540, 'advice_claims_section_advice_feature_0_feature_title', 'Deep technical knowledge of policy terms and legal frameworks'), (7006, 540, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (7007, 540, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (7008, 540, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (7009, 540, 'advice_claims_section_advice_feature_1_feature_title', 'An understanding of medical conditions and claim triggers'), (7010, 540, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (7011, 540, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (7012, 540, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (7013, 540, 'advice_claims_section_advice_feature_2_feature_title', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (7014, 540, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (7015, 540, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (7016, 540, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (7017, 540, 'advice_claims_section_advice_feature', '3'), (7018, 540, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (7019, 540, 'solve_claims_section_solve_image', '541'), (7020, 540, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (7021, 540, 'solve_claims_section_solve_heading', 'What we solve for you.'), (7022, 540, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (7023, 540, 'solve_claims_section_solve_description', 'When you refer a claim to Bombora, you\'re not just offloading work — you\'re adding value.'), (7024, 540, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (7025, 540, 'solve_claims_section_solve_button', 'a:3:{s:5:"title";s:20:"Schedule a Call >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7026, 540, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (7027, 540, 'solve_claims_section_solve_feature', '4'), (7028, 540, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (7029, 540, 'solve_claims_section', ''), (7030, 540, '_solve_claims_section', 'field_68ca5792085d9'), (7031, 540, 'advice_claims_section_advice_feature_title', 'We bring:'), (7032, 540, '_advice_claims_section_advice_feature_title', 'field_68ca599fc5674'), (7033, 540, 'advice_claims_section_bottom_description', 'From start to finish, we manage the claim, keeping you informed while freeing you to focus on your business and your clients.'), (7034, 540, '_advice_claims_section_bottom_description', 'field_68ca596cc5673'), (7035, 540, 'solve_claims_section_solve_feature_0_feature_title', 'Protect your client relationship.'), (7036, 540, '_solve_claims_section_solve_feature_0_feature_title', 'field_68ca5853c49b1'), (7037, 540, 'solve_claims_section_solve_feature_0_feature_description', 'We represent you with empathy, professionalism, and precision — helping to build trust, not risk it.'), (7038, 540, '_solve_claims_section_solve_feature_0_feature_description', 'field_68ca5861c49b2'), (7039, 540, 'solve_claims_section_solve_feature_1_feature_title', 'Save time and reduce pressure.'), (7040, 540, '_solve_claims_section_solve_feature_1_feature_title', 'field_68ca5853c49b1'), (7041, 540, 'solve_claims_section_solve_feature_1_feature_description', 'Our dedicated claims team handles the detail, complexity, communication, and negotiation with insurers.'), (7042, 540, '_solve_claims_section_solve_feature_1_feature_description', 'field_68ca5861c49b2'), (7043, 540, 'solve_claims_section_solve_feature_2_feature_title', 'Secure better outcomes.'), (7044, 540, '_solve_claims_section_solve_feature_2_feature_title', 'field_68ca5853c49b1'), (7045, 540, 'solve_claims_section_solve_feature_2_feature_description', 'We know how to position claims for success and understand the levers that influence insurer decisions.'), (7046, 540, '_solve_claims_section_solve_feature_2_feature_description', 'field_68ca5861c49b2') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7047, 540, 'solve_claims_section_solve_feature_3_feature_title', 'Stay in the loop, without being in the weeds.'), (7048, 540, '_solve_claims_section_solve_feature_3_feature_title', 'field_68ca5853c49b1'), (7049, 540, 'solve_claims_section_solve_feature_3_feature_description', 'You remain informed and involved — but never overwhelmed.'), (7050, 540, '_solve_claims_section_solve_feature_3_feature_description', 'field_68ca5861c49b2'), (7051, 506, '_wp_attachment_image_alt', 'families-business-owners-bg'), (7052, 508, '_wp_attachment_image_alt', 'business-family'), (7053, 543, '_wp_attached_file', '2025/09/heart-image.svg'), (7054, 543, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1582;}'), (7055, 543, '_wp_attachment_image_alt', 'heart-image'), (7056, 544, '_wp_attached_file', '2025/09/tpd-image.svg'), (7057, 544, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2419;}'), (7058, 544, '_wp_attachment_image_alt', 'tpd-image'), (7059, 545, '_wp_attached_file', '2025/09/life-insurance.svg'), (7060, 545, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1569;}'), (7061, 545, '_wp_attachment_image_alt', 'life-insurance'), (7062, 497, '_edit_last', '1'), (7063, 497, 'banner_section_banner_image', '506'), (7064, 497, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7065, 497, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7066, 497, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7067, 497, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7068, 497, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7069, 497, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7070, 497, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7071, 497, 'banner_section', ''), (7072, 497, '_banner_section', 'field_68c26d44f2e68'), (7073, 497, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7074, 497, '_family_future_section_heading', 'field_68c26da7e975c'), (7075, 497, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7076, 497, '_family_future_section_title', 'field_68c26dade975d'), (7077, 497, 'family_future_section_image', '508'), (7078, 497, '_family_future_section_image', 'field_68c26e15e975e'), (7079, 497, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7080, 497, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7081, 497, 'family_future_section_family_future_cart_0_image', '545'), (7082, 497, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7083, 497, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7084, 497, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7085, 497, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7086, 497, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7087, 497, 'family_future_section_family_future_cart_1_image', '544'), (7088, 497, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7089, 497, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7090, 497, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7091, 497, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7092, 497, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7093, 497, 'family_future_section_family_future_cart_2_image', '543'), (7094, 497, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7095, 497, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7096, 497, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7097, 497, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7098, 497, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7099, 497, 'family_future_section_family_future_cart', '4'), (7100, 497, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7101, 497, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7102, 497, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7103, 497, 'family_future_section', ''), (7104, 497, '_family_future_section', 'field_68c26d8be975b'), (7105, 497, 'business_section_business_image', '504'), (7106, 497, '_business_section_business_image', 'field_68c26f38f4684'), (7107, 497, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7108, 497, '_business_section_business_heading', 'field_68c26f53f4685'), (7109, 497, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7110, 497, '_business_section_business_title', 'field_68c26f5bf4686'), (7111, 497, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7112, 497, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7113, 497, 'business_section_business_right_side_image', '505'), (7114, 497, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7115, 497, 'business_section_business_plan', '3'), (7116, 497, '_business_section_business_plan', 'field_68c26f89f4689'), (7117, 497, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7118, 497, '_business_section_claim_button', 'field_68c2700cf468e'), (7119, 497, 'business_section_business_bottom_content', '

The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.

'), (7120, 497, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7121, 497, 'business_section', ''), (7122, 497, '_business_section', 'field_68c26f1af4683'), (7123, 497, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7124, 497, '_families_form_section_heading', 'field_68c27e54492ab'), (7125, 497, 'families_form_section_families_points', '3'), (7126, 497, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7127, 497, 'families_form_section_families_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (7128, 497, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7129, 497, 'families_form_section', ''), (7130, 497, '_families_form_section', 'field_68c27e44492aa'), (7131, 498, 'banner_section_banner_image', '506'), (7132, 498, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7133, 498, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7134, 498, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7135, 498, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7136, 498, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7137, 498, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7138, 498, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7139, 498, 'banner_section', ''), (7140, 498, '_banner_section', 'field_68c26d44f2e68'), (7141, 498, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7142, 498, '_family_future_section_heading', 'field_68c26da7e975c'), (7143, 498, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7144, 498, '_family_future_section_title', 'field_68c26dade975d'), (7145, 498, 'family_future_section_image', '508'), (7146, 498, '_family_future_section_image', 'field_68c26e15e975e') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7147, 498, 'family_future_section_family_future_description', ''), (7148, 498, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7149, 498, 'family_future_section_family_future_cart_0_image', '545'), (7150, 498, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7151, 498, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7152, 498, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7153, 498, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7154, 498, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7155, 498, 'family_future_section_family_future_cart_1_image', '544'), (7156, 498, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7157, 498, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7158, 498, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7159, 498, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7160, 498, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7161, 498, 'family_future_section_family_future_cart_2_image', '543'), (7162, 498, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7163, 498, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7164, 498, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7165, 498, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7166, 498, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7167, 498, 'family_future_section_family_future_cart', '3'), (7168, 498, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7169, 498, 'family_future_section_contact_us_button', ''), (7170, 498, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7171, 498, 'family_future_section', ''), (7172, 498, '_family_future_section', 'field_68c26d8be975b'), (7173, 498, 'business_section_business_image', ''), (7174, 498, '_business_section_business_image', 'field_68c26f38f4684'), (7175, 498, 'business_section_business_heading', ''), (7176, 498, '_business_section_business_heading', 'field_68c26f53f4685'), (7177, 498, 'business_section_business_title', ''), (7178, 498, '_business_section_business_title', 'field_68c26f5bf4686'), (7179, 498, 'business_section_business_left_side_content', ''), (7180, 498, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7181, 498, 'business_section_business_right_side_image', ''), (7182, 498, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7183, 498, 'business_section_business_plan', ''), (7184, 498, '_business_section_business_plan', 'field_68c26f89f4689'), (7185, 498, 'business_section_claim_button', ''), (7186, 498, '_business_section_claim_button', 'field_68c2700cf468e'), (7187, 498, 'business_section_business_bottom_content', ''), (7188, 498, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7189, 498, 'business_section', ''), (7190, 498, '_business_section', 'field_68c26f1af4683'), (7191, 498, 'families_form_section_heading', ''), (7192, 498, '_families_form_section_heading', 'field_68c27e54492ab'), (7193, 498, 'families_form_section_families_points', ''), (7194, 498, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7195, 498, 'families_form_section_families_shortcode', ''), (7196, 498, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7197, 498, 'families_form_section', ''), (7198, 498, '_families_form_section', 'field_68c27e44492aa'), (7199, 504, '_wp_attachment_image_alt', 'individual-families-image'), (7200, 505, '_wp_attachment_image_alt', 'owner-safety-image'), (7201, 547, '_wp_attached_file', '2025/09/funding-icon.svg'), (7202, 547, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1819;}'), (7203, 547, '_wp_attachment_image_alt', 'funding-icon'), (7204, 548, '_wp_attached_file', '2025/09/keypersone-icon.svg'), (7205, 548, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2600;}'), (7206, 548, '_wp_attachment_image_alt', 'keypersone-icon'), (7207, 549, '_wp_attached_file', '2025/09/doller-sign.svg'), (7208, 549, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1864;}'), (7209, 549, '_wp_attachment_image_alt', 'doller-sign'), (7210, 497, 'business_section_business_plan_0_image', '547'), (7211, 497, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7212, 497, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7213, 497, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7214, 497, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7215, 497, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7216, 497, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7217, 497, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7218, 497, 'business_section_business_plan_1_image', '548'), (7219, 497, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7220, 497, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7221, 497, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7222, 497, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7223, 497, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7224, 497, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7225, 497, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7226, 497, 'business_section_business_plan_2_image', '549'), (7227, 497, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7228, 497, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7229, 497, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7230, 497, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7231, 497, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7232, 497, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7233, 497, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7234, 546, 'banner_section_banner_image', '506'), (7235, 546, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7236, 546, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7237, 546, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7238, 546, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7239, 546, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7240, 546, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7241, 546, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7242, 546, 'banner_section', ''), (7243, 546, '_banner_section', 'field_68c26d44f2e68'), (7244, 546, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7245, 546, '_family_future_section_heading', 'field_68c26da7e975c'), (7246, 546, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7247, 546, '_family_future_section_title', 'field_68c26dade975d'), (7248, 546, 'family_future_section_image', '508'), (7249, 546, '_family_future_section_image', 'field_68c26e15e975e'), (7250, 546, 'family_future_section_family_future_description', ''), (7251, 546, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7252, 546, 'family_future_section_family_future_cart_0_image', '545'), (7253, 546, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7254, 546, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7255, 546, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7256, 546, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7257, 546, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7258, 546, 'family_future_section_family_future_cart_1_image', '544'), (7259, 546, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7260, 546, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7261, 546, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7262, 546, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7263, 546, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7264, 546, 'family_future_section_family_future_cart_2_image', '543'), (7265, 546, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7266, 546, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7267, 546, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7268, 546, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7269, 546, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7270, 546, 'family_future_section_family_future_cart', '3'), (7271, 546, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7272, 546, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7273, 546, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7274, 546, 'family_future_section', ''), (7275, 546, '_family_future_section', 'field_68c26d8be975b'), (7276, 546, 'business_section_business_image', '504'), (7277, 546, '_business_section_business_image', 'field_68c26f38f4684'), (7278, 546, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7279, 546, '_business_section_business_heading', 'field_68c26f53f4685'), (7280, 546, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7281, 546, '_business_section_business_title', 'field_68c26f5bf4686'), (7282, 546, 'business_section_business_left_side_content', ''), (7283, 546, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7284, 546, 'business_section_business_right_side_image', '505'), (7285, 546, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7286, 546, 'business_section_business_plan', '3'), (7287, 546, '_business_section_business_plan', 'field_68c26f89f4689'), (7288, 546, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7289, 546, '_business_section_claim_button', 'field_68c2700cf468e'), (7290, 546, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7291, 546, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7292, 546, 'business_section', ''), (7293, 546, '_business_section', 'field_68c26f1af4683'), (7294, 546, 'families_form_section_heading', ''), (7295, 546, '_families_form_section_heading', 'field_68c27e54492ab'), (7296, 546, 'families_form_section_families_points', ''), (7297, 546, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7298, 546, 'families_form_section_families_shortcode', ''), (7299, 546, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7300, 546, 'families_form_section', ''), (7301, 546, '_families_form_section', 'field_68c27e44492aa'), (7302, 546, 'business_section_business_plan_0_image', '547'), (7303, 546, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7304, 546, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7305, 546, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7306, 546, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7307, 546, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7308, 546, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7309, 546, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7310, 546, 'business_section_business_plan_1_image', '548'), (7311, 546, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7312, 546, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7313, 546, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7314, 546, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7315, 546, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7316, 546, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7317, 546, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7318, 546, 'business_section_business_plan_2_image', '549'), (7319, 546, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7320, 546, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7321, 546, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7322, 546, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7323, 546, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7324, 546, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7325, 546, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7326, 497, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7327, 497, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7328, 497, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7329, 497, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7330, 497, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7331, 497, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7332, 497, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7333, 497, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7334, 497, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7335, 497, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7336, 497, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7337, 497, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7338, 550, 'banner_section_banner_image', '506'), (7339, 550, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7340, 550, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7341, 550, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7342, 550, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7343, 550, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7344, 550, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7345, 550, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7346, 550, 'banner_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7347, 550, '_banner_section', 'field_68c26d44f2e68'), (7348, 550, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7349, 550, '_family_future_section_heading', 'field_68c26da7e975c'), (7350, 550, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7351, 550, '_family_future_section_title', 'field_68c26dade975d'), (7352, 550, 'family_future_section_image', '508'), (7353, 550, '_family_future_section_image', 'field_68c26e15e975e'), (7354, 550, 'family_future_section_family_future_description', ''), (7355, 550, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7356, 550, 'family_future_section_family_future_cart_0_image', '545'), (7357, 550, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7358, 550, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7359, 550, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7360, 550, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7361, 550, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7362, 550, 'family_future_section_family_future_cart_1_image', '544'), (7363, 550, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7364, 550, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7365, 550, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7366, 550, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7367, 550, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7368, 550, 'family_future_section_family_future_cart_2_image', '543'), (7369, 550, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7370, 550, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7371, 550, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7372, 550, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7373, 550, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7374, 550, 'family_future_section_family_future_cart', '3'), (7375, 550, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7376, 550, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7377, 550, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7378, 550, 'family_future_section', ''), (7379, 550, '_family_future_section', 'field_68c26d8be975b'), (7380, 550, 'business_section_business_image', '504'), (7381, 550, '_business_section_business_image', 'field_68c26f38f4684'), (7382, 550, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7383, 550, '_business_section_business_heading', 'field_68c26f53f4685'), (7384, 550, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7385, 550, '_business_section_business_title', 'field_68c26f5bf4686'), (7386, 550, 'business_section_business_left_side_content', ''), (7387, 550, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7388, 550, 'business_section_business_right_side_image', '505'), (7389, 550, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7390, 550, 'business_section_business_plan', '3'), (7391, 550, '_business_section_business_plan', 'field_68c26f89f4689'), (7392, 550, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7393, 550, '_business_section_claim_button', 'field_68c2700cf468e'), (7394, 550, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7395, 550, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7396, 550, 'business_section', ''), (7397, 550, '_business_section', 'field_68c26f1af4683'), (7398, 550, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7399, 550, '_families_form_section_heading', 'field_68c27e54492ab'), (7400, 550, 'families_form_section_families_points', '3'), (7401, 550, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7402, 550, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7403, 550, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7404, 550, 'families_form_section', ''), (7405, 550, '_families_form_section', 'field_68c27e44492aa'), (7406, 550, 'business_section_business_plan_0_image', '547'), (7407, 550, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7408, 550, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7409, 550, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7410, 550, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7411, 550, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7412, 550, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7413, 550, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7414, 550, 'business_section_business_plan_1_image', '548'), (7415, 550, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7416, 550, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7417, 550, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7418, 550, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7419, 550, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7420, 550, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7421, 550, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7422, 550, 'business_section_business_plan_2_image', '549'), (7423, 550, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7424, 550, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7425, 550, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7426, 550, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7427, 550, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7428, 550, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7429, 550, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7430, 550, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7431, 550, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7432, 550, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7433, 550, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7434, 550, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7435, 550, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7436, 550, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7437, 550, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7438, 550, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7439, 550, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7440, 550, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7441, 550, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7442, 551, 'banner_section_banner_image', '506'), (7443, 551, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7444, 551, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7445, 551, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7446, 551, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7447, 551, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7448, 551, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7449, 551, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7450, 551, 'banner_section', ''), (7451, 551, '_banner_section', 'field_68c26d44f2e68'), (7452, 551, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7453, 551, '_family_future_section_heading', 'field_68c26da7e975c'), (7454, 551, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7455, 551, '_family_future_section_title', 'field_68c26dade975d'), (7456, 551, 'family_future_section_image', '508'), (7457, 551, '_family_future_section_image', 'field_68c26e15e975e'), (7458, 551, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7459, 551, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7460, 551, 'family_future_section_family_future_cart_0_image', '545'), (7461, 551, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7462, 551, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7463, 551, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7464, 551, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7465, 551, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7466, 551, 'family_future_section_family_future_cart_1_image', '544'), (7467, 551, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7468, 551, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7469, 551, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7470, 551, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7471, 551, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7472, 551, 'family_future_section_family_future_cart_2_image', '543'), (7473, 551, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7474, 551, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7475, 551, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7476, 551, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7477, 551, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7478, 551, 'family_future_section_family_future_cart', '3'), (7479, 551, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7480, 551, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7481, 551, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7482, 551, 'family_future_section', ''), (7483, 551, '_family_future_section', 'field_68c26d8be975b'), (7484, 551, 'business_section_business_image', '504'), (7485, 551, '_business_section_business_image', 'field_68c26f38f4684'), (7486, 551, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7487, 551, '_business_section_business_heading', 'field_68c26f53f4685'), (7488, 551, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7489, 551, '_business_section_business_title', 'field_68c26f5bf4686'), (7490, 551, 'business_section_business_left_side_content', ''), (7491, 551, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7492, 551, 'business_section_business_right_side_image', '505'), (7493, 551, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7494, 551, 'business_section_business_plan', '3'), (7495, 551, '_business_section_business_plan', 'field_68c26f89f4689'), (7496, 551, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7497, 551, '_business_section_claim_button', 'field_68c2700cf468e'), (7498, 551, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7499, 551, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7500, 551, 'business_section', ''), (7501, 551, '_business_section', 'field_68c26f1af4683'), (7502, 551, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7503, 551, '_families_form_section_heading', 'field_68c27e54492ab'), (7504, 551, 'families_form_section_families_points', '3'), (7505, 551, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7506, 551, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7507, 551, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7508, 551, 'families_form_section', ''), (7509, 551, '_families_form_section', 'field_68c27e44492aa'), (7510, 551, 'business_section_business_plan_0_image', '547'), (7511, 551, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7512, 551, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7513, 551, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7514, 551, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7515, 551, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7516, 551, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7517, 551, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7518, 551, 'business_section_business_plan_1_image', '548'), (7519, 551, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7520, 551, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7521, 551, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7522, 551, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7523, 551, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7524, 551, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7525, 551, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7526, 551, 'business_section_business_plan_2_image', '549'), (7527, 551, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7528, 551, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7529, 551, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7530, 551, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7531, 551, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7532, 551, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7533, 551, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7534, 551, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7535, 551, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7536, 551, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7537, 551, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7538, 551, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7539, 551, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7540, 551, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7541, 551, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7542, 551, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7543, 551, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7544, 551, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7545, 551, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7546, 552, 'banner_section_banner_image', '506') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7547, 552, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7548, 552, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7549, 552, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7550, 552, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7551, 552, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7552, 552, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7553, 552, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7554, 552, 'banner_section', ''), (7555, 552, '_banner_section', 'field_68c26d44f2e68'), (7556, 552, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7557, 552, '_family_future_section_heading', 'field_68c26da7e975c'), (7558, 552, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7559, 552, '_family_future_section_title', 'field_68c26dade975d'), (7560, 552, 'family_future_section_image', '508'), (7561, 552, '_family_future_section_image', 'field_68c26e15e975e'), (7562, 552, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7563, 552, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7564, 552, 'family_future_section_family_future_cart_0_image', '545'), (7565, 552, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7566, 552, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7567, 552, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7568, 552, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7569, 552, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7570, 552, 'family_future_section_family_future_cart_1_image', '544'), (7571, 552, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7572, 552, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7573, 552, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7574, 552, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7575, 552, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7576, 552, 'family_future_section_family_future_cart_2_image', '543'), (7577, 552, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7578, 552, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7579, 552, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7580, 552, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7581, 552, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7582, 552, 'family_future_section_family_future_cart', '3'), (7583, 552, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7584, 552, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7585, 552, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7586, 552, 'family_future_section', ''), (7587, 552, '_family_future_section', 'field_68c26d8be975b'), (7588, 552, 'business_section_business_image', '504'), (7589, 552, '_business_section_business_image', 'field_68c26f38f4684'), (7590, 552, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7591, 552, '_business_section_business_heading', 'field_68c26f53f4685'), (7592, 552, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7593, 552, '_business_section_business_title', 'field_68c26f5bf4686'), (7594, 552, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7595, 552, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7596, 552, 'business_section_business_right_side_image', '505'), (7597, 552, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7598, 552, 'business_section_business_plan', '3'), (7599, 552, '_business_section_business_plan', 'field_68c26f89f4689'), (7600, 552, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7601, 552, '_business_section_claim_button', 'field_68c2700cf468e'), (7602, 552, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7603, 552, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7604, 552, 'business_section', ''), (7605, 552, '_business_section', 'field_68c26f1af4683'), (7606, 552, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7607, 552, '_families_form_section_heading', 'field_68c27e54492ab'), (7608, 552, 'families_form_section_families_points', '3'), (7609, 552, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7610, 552, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7611, 552, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7612, 552, 'families_form_section', ''), (7613, 552, '_families_form_section', 'field_68c27e44492aa'), (7614, 552, 'business_section_business_plan_0_image', '547'), (7615, 552, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7616, 552, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7617, 552, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7618, 552, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7619, 552, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7620, 552, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7621, 552, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7622, 552, 'business_section_business_plan_1_image', '548'), (7623, 552, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7624, 552, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7625, 552, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7626, 552, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7627, 552, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7628, 552, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7629, 552, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7630, 552, 'business_section_business_plan_2_image', '549'), (7631, 552, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7632, 552, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7633, 552, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7634, 552, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7635, 552, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7636, 552, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7637, 552, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7638, 552, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7639, 552, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7640, 552, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7641, 552, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7642, 552, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7643, 552, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7644, 552, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7645, 552, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7646, 552, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7647, 552, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7648, 552, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7649, 552, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7650, 553, 'banner_section_banner_image', '506'), (7651, 553, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7652, 553, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7653, 553, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7654, 553, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7655, 553, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7656, 553, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7657, 553, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7658, 553, 'banner_section', ''), (7659, 553, '_banner_section', 'field_68c26d44f2e68'), (7660, 553, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7661, 553, '_family_future_section_heading', 'field_68c26da7e975c'), (7662, 553, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7663, 553, '_family_future_section_title', 'field_68c26dade975d'), (7664, 553, 'family_future_section_image', '508'), (7665, 553, '_family_future_section_image', 'field_68c26e15e975e'), (7666, 553, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7667, 553, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7668, 553, 'family_future_section_family_future_cart_0_image', '545'), (7669, 553, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7670, 553, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7671, 553, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7672, 553, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7673, 553, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7674, 553, 'family_future_section_family_future_cart_1_image', '544'), (7675, 553, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7676, 553, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7677, 553, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7678, 553, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7679, 553, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7680, 553, 'family_future_section_family_future_cart_2_image', '543'), (7681, 553, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7682, 553, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7683, 553, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7684, 553, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7685, 553, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7686, 553, 'family_future_section_family_future_cart', '3'), (7687, 553, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7688, 553, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7689, 553, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7690, 553, 'family_future_section', ''), (7691, 553, '_family_future_section', 'field_68c26d8be975b'), (7692, 553, 'business_section_business_image', '504'), (7693, 553, '_business_section_business_image', 'field_68c26f38f4684'), (7694, 553, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7695, 553, '_business_section_business_heading', 'field_68c26f53f4685'), (7696, 553, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7697, 553, '_business_section_business_title', 'field_68c26f5bf4686'), (7698, 553, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7699, 553, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7700, 553, 'business_section_business_right_side_image', '505'), (7701, 553, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7702, 553, 'business_section_business_plan', '3'), (7703, 553, '_business_section_business_plan', 'field_68c26f89f4689'), (7704, 553, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7705, 553, '_business_section_claim_button', 'field_68c2700cf468e'), (7706, 553, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7707, 553, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7708, 553, 'business_section', ''), (7709, 553, '_business_section', 'field_68c26f1af4683'), (7710, 553, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7711, 553, '_families_form_section_heading', 'field_68c27e54492ab'), (7712, 553, 'families_form_section_families_points', '3'), (7713, 553, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7714, 553, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7715, 553, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7716, 553, 'families_form_section', ''), (7717, 553, '_families_form_section', 'field_68c27e44492aa'), (7718, 553, 'business_section_business_plan_0_image', '547'), (7719, 553, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7720, 553, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7721, 553, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7722, 553, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7723, 553, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7724, 553, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7725, 553, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7726, 553, 'business_section_business_plan_1_image', '548'), (7727, 553, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7728, 553, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7729, 553, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7730, 553, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7731, 553, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7732, 553, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7733, 553, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7734, 553, 'business_section_business_plan_2_image', '549'), (7735, 553, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7736, 553, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7737, 553, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7738, 553, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7739, 553, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7740, 553, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7741, 553, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7742, 553, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7743, 553, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7744, 553, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7745, 553, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7746, 553, 'families_form_section_families_points_1_heading', 'Understand your cover options') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7747, 553, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7748, 553, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7749, 553, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7750, 553, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7751, 553, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7752, 553, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7753, 553, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7756, 497, 'family_future_section_family_future_cart_3_image', '549'), (7757, 497, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (7758, 497, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (7759, 497, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (7760, 497, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (7761, 497, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (7770, 554, 'banner_section_banner_image', '506'), (7771, 554, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7772, 554, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7773, 554, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7774, 554, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7775, 554, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7776, 554, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7777, 554, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7778, 554, 'banner_section', ''), (7779, 554, '_banner_section', 'field_68c26d44f2e68'), (7780, 554, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7781, 554, '_family_future_section_heading', 'field_68c26da7e975c'), (7782, 554, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7783, 554, '_family_future_section_title', 'field_68c26dade975d'), (7784, 554, 'family_future_section_image', '508'), (7785, 554, '_family_future_section_image', 'field_68c26e15e975e'), (7786, 554, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7787, 554, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7788, 554, 'family_future_section_family_future_cart_0_image', '545'), (7789, 554, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7790, 554, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7791, 554, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7792, 554, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7793, 554, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7794, 554, 'family_future_section_family_future_cart_1_image', '544'), (7795, 554, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7796, 554, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7797, 554, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7798, 554, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7799, 554, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7800, 554, 'family_future_section_family_future_cart_2_image', '543'), (7801, 554, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7802, 554, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7803, 554, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7804, 554, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7805, 554, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7806, 554, 'family_future_section_family_future_cart', '4'), (7807, 554, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7808, 554, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7809, 554, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7810, 554, 'family_future_section', ''), (7811, 554, '_family_future_section', 'field_68c26d8be975b'), (7812, 554, 'business_section_business_image', '504'), (7813, 554, '_business_section_business_image', 'field_68c26f38f4684'), (7814, 554, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7815, 554, '_business_section_business_heading', 'field_68c26f53f4685'), (7816, 554, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7817, 554, '_business_section_business_title', 'field_68c26f5bf4686'), (7818, 554, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7819, 554, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7820, 554, 'business_section_business_right_side_image', '505'), (7821, 554, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7822, 554, 'business_section_business_plan', '4'), (7823, 554, '_business_section_business_plan', 'field_68c26f89f4689'), (7824, 554, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7825, 554, '_business_section_claim_button', 'field_68c2700cf468e'), (7826, 554, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7827, 554, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7828, 554, 'business_section', ''), (7829, 554, '_business_section', 'field_68c26f1af4683'), (7830, 554, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7831, 554, '_families_form_section_heading', 'field_68c27e54492ab'), (7832, 554, 'families_form_section_families_points', '3'), (7833, 554, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7834, 554, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7835, 554, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7836, 554, 'families_form_section', ''), (7837, 554, '_families_form_section', 'field_68c27e44492aa'), (7838, 554, 'business_section_business_plan_0_image', '547'), (7839, 554, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7840, 554, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7841, 554, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7842, 554, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7843, 554, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7844, 554, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7845, 554, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7846, 554, 'business_section_business_plan_1_image', '548'), (7847, 554, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7848, 554, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7849, 554, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7850, 554, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7851, 554, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7852, 554, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7853, 554, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7854, 554, 'business_section_business_plan_2_image', '549'), (7855, 554, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7856, 554, 'business_section_business_plan_2_heading', 'Business Expenses Cover') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7857, 554, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7858, 554, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7859, 554, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7860, 554, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7861, 554, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7862, 554, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7863, 554, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7864, 554, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7865, 554, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7866, 554, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7867, 554, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7868, 554, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7869, 554, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7870, 554, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7871, 554, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7872, 554, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7873, 554, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7874, 554, 'family_future_section_family_future_cart_3_image', '549'), (7875, 554, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (7876, 554, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (7877, 554, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (7878, 554, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (7879, 554, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (7880, 554, 'business_section_business_plan_3_image', ''), (7881, 554, '_business_section_business_plan_3_image', 'field_68c26fb2f468a'), (7882, 554, 'business_section_business_plan_3_heading', ''), (7883, 554, '_business_section_business_plan_3_heading', 'field_68c26fdbf468b'), (7884, 554, 'business_section_business_plan_3_title', ''), (7885, 554, '_business_section_business_plan_3_title', 'field_68c26fe3f468c'), (7886, 554, 'business_section_business_plan_3_description', ''), (7887, 554, '_business_section_business_plan_3_description', 'field_68c26ff1f468d'), (7888, 556, 'banner_section_banner_image', '506'), (7889, 556, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7890, 556, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7891, 556, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7892, 556, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7893, 556, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7894, 556, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7895, 556, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7896, 556, 'banner_section', ''), (7897, 556, '_banner_section', 'field_68c26d44f2e68'), (7898, 556, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7899, 556, '_family_future_section_heading', 'field_68c26da7e975c'), (7900, 556, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7901, 556, '_family_future_section_title', 'field_68c26dade975d'), (7902, 556, 'family_future_section_image', '508'), (7903, 556, '_family_future_section_image', 'field_68c26e15e975e'), (7904, 556, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7905, 556, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7906, 556, 'family_future_section_family_future_cart_0_image', '545'), (7907, 556, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7908, 556, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7909, 556, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7910, 556, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7911, 556, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7912, 556, 'family_future_section_family_future_cart_1_image', '544'), (7913, 556, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7914, 556, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7915, 556, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7916, 556, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7917, 556, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7918, 556, 'family_future_section_family_future_cart_2_image', '543'), (7919, 556, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7920, 556, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7921, 556, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7922, 556, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7923, 556, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7924, 556, 'family_future_section_family_future_cart', '4'), (7925, 556, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7926, 556, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7927, 556, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7928, 556, 'family_future_section', ''), (7929, 556, '_family_future_section', 'field_68c26d8be975b'), (7930, 556, 'business_section_business_image', '504'), (7931, 556, '_business_section_business_image', 'field_68c26f38f4684'), (7932, 556, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7933, 556, '_business_section_business_heading', 'field_68c26f53f4685'), (7934, 556, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7935, 556, '_business_section_business_title', 'field_68c26f5bf4686'), (7936, 556, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7937, 556, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7938, 556, 'business_section_business_right_side_image', '505'), (7939, 556, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7940, 556, 'business_section_business_plan', '3'), (7941, 556, '_business_section_business_plan', 'field_68c26f89f4689'), (7942, 556, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7943, 556, '_business_section_claim_button', 'field_68c2700cf468e'), (7944, 556, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7945, 556, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7946, 556, 'business_section', ''), (7947, 556, '_business_section', 'field_68c26f1af4683'), (7948, 556, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7949, 556, '_families_form_section_heading', 'field_68c27e54492ab'), (7950, 556, 'families_form_section_families_points', '3'), (7951, 556, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7952, 556, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7953, 556, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7954, 556, 'families_form_section', ''), (7955, 556, '_families_form_section', 'field_68c27e44492aa'), (7956, 556, 'business_section_business_plan_0_image', '547') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7957, 556, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7958, 556, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7959, 556, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7960, 556, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7961, 556, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7962, 556, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7963, 556, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7964, 556, 'business_section_business_plan_1_image', '548'), (7965, 556, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7966, 556, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7967, 556, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7968, 556, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7969, 556, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7970, 556, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7971, 556, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7972, 556, 'business_section_business_plan_2_image', '549'), (7973, 556, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7974, 556, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7975, 556, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7976, 556, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7977, 556, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7978, 556, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7979, 556, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7980, 556, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7981, 556, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7982, 556, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7983, 556, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7984, 556, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7985, 556, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7986, 556, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7987, 556, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7988, 556, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7989, 556, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7990, 556, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7991, 556, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7992, 556, 'family_future_section_family_future_cart_3_image', '549'), (7993, 556, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (7994, 556, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (7995, 556, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (7996, 556, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (7997, 556, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (7998, 557, 'banner_section_banner_image', '506'), (7999, 557, '_banner_section_banner_image', 'field_68c26d44f2e69'), (8000, 557, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (8001, 557, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (8002, 557, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (8003, 557, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (8004, 557, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8005, 557, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (8006, 557, 'banner_section', ''), (8007, 557, '_banner_section', 'field_68c26d44f2e68'), (8008, 557, 'family_future_section_heading', 'A safety net for your family\'s future.'), (8009, 557, '_family_future_section_heading', 'field_68c26da7e975c'), (8010, 557, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (8011, 557, '_family_future_section_title', 'field_68c26dade975d'), (8012, 557, 'family_future_section_image', '508'), (8013, 557, '_family_future_section_image', 'field_68c26e15e975e'), (8014, 557, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (8015, 557, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (8016, 557, 'family_future_section_family_future_cart_0_image', '545'), (8017, 557, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (8018, 557, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (8019, 557, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (8020, 557, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (8021, 557, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (8022, 557, 'family_future_section_family_future_cart_1_image', '544'), (8023, 557, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (8024, 557, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (8025, 557, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (8026, 557, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (8027, 557, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (8028, 557, 'family_future_section_family_future_cart_2_image', '543'), (8029, 557, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (8030, 557, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (8031, 557, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (8032, 557, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (8033, 557, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (8034, 557, 'family_future_section_family_future_cart', '4'), (8035, 557, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (8036, 557, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8037, 557, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (8038, 557, 'family_future_section', ''), (8039, 557, '_family_future_section', 'field_68c26d8be975b'), (8040, 557, 'business_section_business_image', '504'), (8041, 557, '_business_section_business_image', 'field_68c26f38f4684'), (8042, 557, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (8043, 557, '_business_section_business_heading', 'field_68c26f53f4685'), (8044, 557, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (8045, 557, '_business_section_business_title', 'field_68c26f5bf4686'), (8046, 557, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (8047, 557, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (8048, 557, 'business_section_business_right_side_image', '505'), (8049, 557, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (8050, 557, 'business_section_business_plan', '3'), (8051, 557, '_business_section_business_plan', 'field_68c26f89f4689'), (8052, 557, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8053, 557, '_business_section_claim_button', 'field_68c2700cf468e'), (8054, 557, 'business_section_business_bottom_content', '

The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.

'), (8055, 557, '_business_section_business_bottom_content', 'field_68c27026f468f'), (8056, 557, 'business_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8057, 557, '_business_section', 'field_68c26f1af4683'), (8058, 557, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (8059, 557, '_families_form_section_heading', 'field_68c27e54492ab'), (8060, 557, 'families_form_section_families_points', '3'), (8061, 557, '_families_form_section_families_points', 'field_68c27e5a492ac'), (8062, 557, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (8063, 557, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (8064, 557, 'families_form_section', ''), (8065, 557, '_families_form_section', 'field_68c27e44492aa'), (8066, 557, 'business_section_business_plan_0_image', '547'), (8067, 557, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (8068, 557, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (8069, 557, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (8070, 557, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (8071, 557, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (8072, 557, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (8073, 557, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (8074, 557, 'business_section_business_plan_1_image', '548'), (8075, 557, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (8076, 557, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (8077, 557, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (8078, 557, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (8079, 557, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (8080, 557, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (8081, 557, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (8082, 557, 'business_section_business_plan_2_image', '549'), (8083, 557, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (8084, 557, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (8085, 557, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (8086, 557, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (8087, 557, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (8088, 557, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (8089, 557, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (8090, 557, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (8091, 557, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (8092, 557, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (8093, 557, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (8094, 557, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (8095, 557, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (8096, 557, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (8097, 557, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (8098, 557, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (8099, 557, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (8100, 557, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (8101, 557, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (8102, 557, 'family_future_section_family_future_cart_3_image', '549'), (8103, 557, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (8104, 557, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (8105, 557, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (8106, 557, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (8107, 557, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (8108, 558, 'banner_section_banner_image', '506'), (8109, 558, '_banner_section_banner_image', 'field_68c26d44f2e69'), (8110, 558, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (8111, 558, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (8112, 558, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (8113, 558, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (8114, 558, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8115, 558, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (8116, 558, 'banner_section', ''), (8117, 558, '_banner_section', 'field_68c26d44f2e68'), (8118, 558, 'family_future_section_heading', 'A safety net for your family\'s future.'), (8119, 558, '_family_future_section_heading', 'field_68c26da7e975c'), (8120, 558, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (8121, 558, '_family_future_section_title', 'field_68c26dade975d'), (8122, 558, 'family_future_section_image', '508'), (8123, 558, '_family_future_section_image', 'field_68c26e15e975e'), (8124, 558, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (8125, 558, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (8126, 558, 'family_future_section_family_future_cart_0_image', '545'), (8127, 558, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (8128, 558, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (8129, 558, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (8130, 558, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (8131, 558, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (8132, 558, 'family_future_section_family_future_cart_1_image', '544'), (8133, 558, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (8134, 558, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (8135, 558, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (8136, 558, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (8137, 558, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (8138, 558, 'family_future_section_family_future_cart_2_image', '543'), (8139, 558, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (8140, 558, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (8141, 558, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (8142, 558, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (8143, 558, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (8144, 558, 'family_future_section_family_future_cart', '4'), (8145, 558, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (8146, 558, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8147, 558, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (8148, 558, 'family_future_section', ''), (8149, 558, '_family_future_section', 'field_68c26d8be975b'), (8150, 558, 'business_section_business_image', '504'), (8151, 558, '_business_section_business_image', 'field_68c26f38f4684'), (8152, 558, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (8153, 558, '_business_section_business_heading', 'field_68c26f53f4685'), (8154, 558, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (8155, 558, '_business_section_business_title', 'field_68c26f5bf4686'), (8156, 558, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8157, 558, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (8158, 558, 'business_section_business_right_side_image', '505'), (8159, 558, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (8160, 558, 'business_section_business_plan', '3'), (8161, 558, '_business_section_business_plan', 'field_68c26f89f4689'), (8162, 558, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8163, 558, '_business_section_claim_button', 'field_68c2700cf468e'), (8164, 558, 'business_section_business_bottom_content', '

The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.

'), (8165, 558, '_business_section_business_bottom_content', 'field_68c27026f468f'), (8166, 558, 'business_section', ''), (8167, 558, '_business_section', 'field_68c26f1af4683'), (8168, 558, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (8169, 558, '_families_form_section_heading', 'field_68c27e54492ab'), (8170, 558, 'families_form_section_families_points', '3'), (8171, 558, '_families_form_section_families_points', 'field_68c27e5a492ac'), (8172, 558, 'families_form_section_families_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (8173, 558, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (8174, 558, 'families_form_section', ''), (8175, 558, '_families_form_section', 'field_68c27e44492aa'), (8176, 558, 'business_section_business_plan_0_image', '547'), (8177, 558, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (8178, 558, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (8179, 558, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (8180, 558, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (8181, 558, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (8182, 558, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (8183, 558, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (8184, 558, 'business_section_business_plan_1_image', '548'), (8185, 558, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (8186, 558, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (8187, 558, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (8188, 558, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (8189, 558, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (8190, 558, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (8191, 558, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (8192, 558, 'business_section_business_plan_2_image', '549'), (8193, 558, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (8194, 558, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (8195, 558, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (8196, 558, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (8197, 558, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (8198, 558, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (8199, 558, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (8200, 558, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (8201, 558, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (8202, 558, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (8203, 558, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (8204, 558, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (8205, 558, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (8206, 558, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (8207, 558, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (8208, 558, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (8209, 558, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (8210, 558, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (8211, 558, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (8212, 558, 'family_future_section_family_future_cart_3_image', '549'), (8213, 558, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (8214, 558, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (8215, 558, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (8216, 558, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (8217, 558, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763') ; # # End of data contents of table `yswp_ba_postmeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_posts` # DROP TABLE IF EXISTS `yswp_ba_posts`; # # Table structure of table `yswp_ba_posts` # CREATE TABLE `yswp_ba_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text 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 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=560 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_posts` # INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2025-09-09 06:52:19', '2025-09-09 06:52:19', '\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2025-09-09 10:48:05', '2025-09-09 10:48:05', '', 0, 'http://localhost/wordpress/bombora/?p=1', 0, 'post', '', 1), (2, 1, '2025-09-09 06:52:19', '2025-09-09 06:52:19', '\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2025-09-09 06:52:19', '2025-09-09 06:52:19', '', 0, 'http://localhost/wordpress/bombora/?page_id=2', 0, 'page', '', 0), (3, 1, '2025-09-09 06:52:19', '2025-09-09 06:52:19', '\n

Who we are

\n\n\n

Suggested text: Our website address is: http://localhost/wordpress/bombora.

\n\n\n

Comments

\n\n\n

Suggested text: 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.

\n\n\n

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.

\n\n\n

Media

\n\n\n

Suggested text: 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.

\n\n\n

Cookies

\n\n\n

Suggested text: 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.

\n\n\n

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.

\n\n\n

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.

\n\n\n

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.

\n\n\n

Embedded content from other websites

\n\n\n

Suggested text: 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.

\n\n\n

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.

\n\n\n

Who we share your data with

\n\n\n

Suggested text: If you request a password reset, your IP address will be included in the reset email.

\n\n\n

How long we retain your data

\n\n\n

Suggested text: 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.

\n\n\n

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.

\n\n\n

What rights you have over your data

\n\n\n

Suggested text: 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.

\n\n\n

Where your data is sent

\n\n\n

Suggested text: Visitor comments may be checked through an automated spam detection service.

\n\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2025-09-09 06:52:19', '2025-09-09 06:52:19', '', 0, 'http://localhost/wordpress/bombora/?page_id=3', 0, 'page', '', 0), (4, 0, '2025-09-09 06:52:21', '2025-09-09 06:52:21', '', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-09-09 06:52:21', '2025-09-09 06:52:21', '', 0, 'http://localhost/wordpress/bombora/index.php/2025/09/09/navigation/', 0, 'wp_navigation', '', 0), (6, 1, '2025-09-09 06:54:14', '2025-09-09 06:54:14', '
\r\n
\r\n
\r\n [text* user-first-name placeholder "First Name*"]\r\n
\r\n
\r\n
\r\n
\r\n [text* user-last-name placeholder "Last Name*"]\r\n
\r\n
\r\n
\r\n
\r\n [email* user-email placeholder "Email*"]\r\n
\r\n
\r\n
\r\n
\r\n [text user-company placeholder "Company"]\r\n
\r\n
\r\n
\r\n
\r\n [tel* user-tel placeholder "Phone*"]\r\n
\r\n
\r\n
\r\n
\r\n [textarea user-msg placeholder] Message [/textarea]\r\n
\r\n
\r\n
\r\n [submit "SUBMIT"] \r\n
\r\n
\n1\n[_site_title] "[your-subject]"\n[_site_title] \n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: [your-email]\n\n1\n1\n\n[_site_title] "[your-subject]"\n[_site_title] \n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n1\n1\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2025-09-15 10:49:05', '2025-09-15 10:49:05', '', 0, 'http://localhost/wordpress/bombora/?post_type=wpcf7_contact_form&p=6', 0, 'wpcf7_contact_form', '', 0), (8, 1, '2025-09-09 09:49:08', '2025-09-09 09:49:08', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2025-09-09 09:49:17', '2025-09-09 09:49:17', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/logo.svg', 0, 'attachment', 'image/svg+xml', 0), (9, 1, '2025-09-09 10:39:58', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:39:58', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=9', 1, 'nav_menu_item', '', 0), (10, 1, '2025-09-09 10:39:58', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:39:58', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=10', 1, 'nav_menu_item', '', 0), (11, 1, '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 'Why Bombora?', '', 'publish', 'closed', 'closed', '', 'why-bombora', '', '', '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 0, 'http://localhost/wordpress/bombora/?page_id=11', 0, 'page', '', 0), (12, 1, '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 'Why Bombora?', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 11, 'http://localhost/wordpress/bombora/?p=12', 0, 'revision', '', 0), (13, 1, '2025-09-09 10:43:01', '2025-09-09 10:43:01', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-09-09 10:44:17', '2025-09-09 10:44:17', '', 0, 'http://localhost/wordpress/bombora/?page_id=13', 0, 'page', '', 0), (14, 1, '2025-09-09 10:43:01', '2025-09-09 10:43:01', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2025-09-09 10:43:01', '2025-09-09 10:43:01', '', 13, 'http://localhost/wordpress/bombora/?p=14', 0, 'revision', '', 0), (15, 1, '2025-09-09 10:44:42', '2025-09-09 10:44:42', '', 'Partnering', '', 'publish', 'closed', 'closed', '', 'partnering', '', '', '2025-09-16 12:29:24', '2025-09-16 12:29:24', '', 0, 'http://localhost/wordpress/bombora/?page_id=15', 0, 'page', '', 0), (16, 1, '2025-09-09 10:44:42', '2025-09-09 10:44:42', '', 'Partnering', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2025-09-09 10:44:42', '2025-09-09 10:44:42', '', 15, 'http://localhost/wordpress/bombora/?p=16', 0, 'revision', '', 0), (17, 1, '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 'For Advisors', '', 'publish', 'closed', 'closed', '', 'for-advisors', '', '', '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 0, 'http://localhost/wordpress/bombora/?page_id=17', 0, 'page', '', 0), (18, 1, '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 'For Advisors', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 17, 'http://localhost/wordpress/bombora/?p=18', 0, 'revision', '', 0), (19, 1, '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 0, 'http://localhost/wordpress/bombora/?page_id=19', 0, 'page', '', 0), (20, 1, '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 'Life Insurance', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 19, 'http://localhost/wordpress/bombora/?p=20', 0, 'revision', '', 0), (21, 1, '2025-09-09 10:45:27', '2025-09-09 10:45:27', '', 'Our Board', '', 'publish', 'closed', 'closed', '', 'our-board', '', '', '2025-09-09 10:45:27', '2025-09-09 10:45:27', '', 0, 'http://localhost/wordpress/bombora/?page_id=21', 0, 'page', '', 0), (22, 1, '2025-09-09 10:45:27', '2025-09-09 10:45:27', '', 'Our Board', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2025-09-09 10:45:27', '2025-09-09 10:45:27', '', 21, 'http://localhost/wordpress/bombora/?p=22', 0, 'revision', '', 0), (23, 1, '2025-09-09 10:45:44', '2025-09-09 10:45:44', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2025-09-09 10:45:44', '2025-09-09 10:45:44', '', 0, 'http://localhost/wordpress/bombora/?page_id=23', 0, 'page', '', 0), (24, 1, '2025-09-09 10:45:44', '2025-09-09 10:45:44', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-09-09 10:45:44', '2025-09-09 10:45:44', '', 23, 'http://localhost/wordpress/bombora/?p=24', 0, 'revision', '', 0), (25, 1, '2025-09-09 10:45:51', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:51', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=25', 1, 'nav_menu_item', '', 0), (26, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=26', 1, 'nav_menu_item', '', 0), (27, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=27', 1, 'nav_menu_item', '', 0), (28, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=28', 1, 'nav_menu_item', '', 0), (29, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=29', 1, 'nav_menu_item', '', 0), (30, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=30', 1, 'nav_menu_item', '', 0), (31, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=31', 1, 'nav_menu_item', '', 0), (32, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=32', 1, 'nav_menu_item', '', 0), (33, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=33', 1, 'nav_menu_item', '', 0), (34, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=34', 1, 'nav_menu_item', '', 0), (35, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=35', 1, 'nav_menu_item', '', 0), (36, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=36', 1, 'nav_menu_item', '', 0), (37, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=37', 1, 'nav_menu_item', '', 0), (38, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=38', 1, 'nav_menu_item', '', 0), (39, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=39', 1, 'nav_menu_item', '', 0), (40, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=40', 1, 'nav_menu_item', '', 0), (41, 1, '2025-09-09 10:46:09', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:09', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=41', 1, 'nav_menu_item', '', 0), (42, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '42', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=42', 12, 'nav_menu_item', '', 0), (44, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '44', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=44', 1, 'nav_menu_item', '', 0), (46, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '46', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=46', 11, 'nav_menu_item', '', 0), (47, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '47', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=47', 5, 'nav_menu_item', '', 0), (48, 1, '2025-09-09 10:46:09', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:09', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=48', 1, 'nav_menu_item', '', 0), (50, 1, '2025-09-09 10:48:05', '2025-09-09 10:48:05', '\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2025-09-09 10:48:05', '2025-09-09 10:48:05', '', 1, 'http://localhost/wordpress/bombora/?p=50', 0, 'revision', '', 0), (52, 1, '2025-09-09 10:50:36', '2025-09-09 10:50:36', '{"bombora::custom_logo":{"value":51,"type":"theme_mod","user_id":1,"date_modified_gmt":"2025-09-09 10:49:52"}}', '', '', 'trash', 'closed', 'closed', '', '09b2effa-0bc9-46b9-8a6c-29f43d5e3f70', '', '', '2025-09-09 10:50:36', '2025-09-09 10:50:36', '', 0, 'http://localhost/wordpress/bombora/?p=52', 0, 'customize_changeset', '', 0), (54, 1, '2025-09-09 11:36:06', '2025-09-09 11:36:06', 'a:8:{s:8:"location";a:2:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"2";}}i:1;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"7";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'menu image', 'menu-image', 'publish', 'closed', 'closed', '', 'group_68c010fd95de7', '', '', '2025-09-10 07:27:25', '2025-09-10 07:27:25', '', 0, 'http://localhost/wordpress/bombora/?post_type=acf-field-group&p=54', 0, 'acf-field-group', '', 0), (55, 1, '2025-09-09 11:36:06', '2025-09-09 11:36:06', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'menu image', 'menu_icon', 'publish', 'closed', 'closed', '', 'field_68c010fe46472', '', '', '2025-09-09 11:58:21', '2025-09-09 11:58:21', '', 54, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=55', 0, 'acf-field', '', 0), (56, 1, '2025-09-09 11:39:05', '2025-09-09 11:39:05', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"5";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Social Menu Icons', 'social-menu-icons', 'trash', 'closed', 'closed', '', 'group_649d7c6c9675e__trashed', '', '', '2025-09-09 11:43:18', '2025-09-09 11:43:18', '', 0, 'http://localhost/wordpress/bombora/?p=56', 0, 'acf-field-group', '', 0), (57, 1, '2025-09-09 11:39:05', '2025-09-09 11:39:05', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Menu Icon', 'menu_icon', 'trash', 'closed', 'closed', '', 'field_649d7c6c82977__trashed', '', '', '2025-09-09 11:43:18', '2025-09-09 11:43:18', '', 56, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=57', 0, 'acf-field', '', 0), (58, 1, '2025-09-09 11:44:49', '2025-09-09 11:44:49', '{"bombora::custom_logo":{"value":8,"type":"theme_mod","user_id":1,"date_modified_gmt":"2025-09-09 11:44:49"}}', '', '', 'trash', 'closed', 'closed', '', '216467f2-842d-4259-9a55-f8d90913f536', '', '', '2025-09-09 11:44:49', '2025-09-09 11:44:49', '', 0, 'http://localhost/wordpress/bombora/216467f2-842d-4259-9a55-f8d90913f536/', 0, 'customize_changeset', '', 0), (59, 1, '2025-09-09 11:47:11', '2025-09-09 11:47:11', '', 'home-icon', '', 'inherit', 'open', 'closed', '', 'home-icon', '', '', '2025-09-09 11:47:25', '2025-09-09 11:47:25', '', 44, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/home-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (60, 1, '2025-09-09 11:48:48', '2025-09-09 11:48:48', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"5";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Social Menu Icons', 'social-menu-icons', 'trash', 'closed', 'closed', '', 'group_649d7c6c9675e__trashed', '', '', '2025-09-09 11:49:01', '2025-09-09 11:49:01', '', 0, 'http://localhost/wordpress/bombora/?p=60', 0, 'acf-field-group', '', 0), (61, 1, '2025-09-09 11:48:48', '2025-09-09 11:48:48', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Menu Icon', 'menu_icon', 'trash', 'closed', 'closed', '', 'field_649d7c6c82977__trashed', '', '', '2025-09-09 11:49:01', '2025-09-09 11:49:01', '', 60, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=61', 0, 'acf-field', '', 0), (62, 1, '2025-09-10 04:36:59', '2025-09-10 04:36:59', '', 'Specialised Licensee', '', 'publish', 'closed', 'closed', '', 'specialised-licensee', '', '', '2025-09-15 12:28:07', '2025-09-15 12:28:07', '', 0, 'http://localhost/wordpress/bombora/?page_id=62', 0, 'page', '', 0), (63, 1, '2025-09-10 04:36:59', '2025-09-10 04:36:59', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-10 04:36:59', '2025-09-10 04:36:59', '', 62, 'http://localhost/wordpress/bombora/?p=63', 0, 'revision', '', 0), (65, 1, '2025-09-10 04:37:10', '2025-09-10 04:37:10', '', 'Advice Solutions', '', 'publish', 'closed', 'closed', '', 'advice-solutions', '', '', '2025-09-15 10:47:17', '2025-09-15 10:47:17', '', 0, 'http://localhost/wordpress/bombora/?page_id=65', 0, 'page', '', 0), (66, 1, '2025-09-10 04:37:10', '2025-09-10 04:37:10', '', 'Advice Solutions', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-09-10 04:37:10', '2025-09-10 04:37:10', '', 65, 'http://localhost/wordpress/bombora/?p=66', 0, 'revision', '', 0), (67, 1, '2025-09-10 04:37:33', '2025-09-10 04:37:33', '', 'Claims Support', '', 'publish', 'closed', 'closed', '', 'claims-support', '', '', '2025-09-16 12:29:40', '2025-09-16 12:29:40', '', 0, 'http://localhost/wordpress/bombora/?page_id=67', 0, 'page', '', 0), (68, 1, '2025-09-10 04:37:33', '2025-09-10 04:37:33', '', 'Claims Support', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-09-10 04:37:33', '2025-09-10 04:37:33', '', 67, 'http://localhost/wordpress/bombora/?p=68', 0, 'revision', '', 0), (69, 1, '2025-09-10 04:37:50', '2025-09-10 04:37:50', '', 'Need to make a Claim?', '', 'publish', 'closed', 'closed', '', 'need-to-make-a-claim', '', '', '2025-09-10 04:37:50', '2025-09-10 04:37:50', '', 0, 'http://localhost/wordpress/bombora/?page_id=69', 0, 'page', '', 0), (70, 1, '2025-09-10 04:37:50', '2025-09-10 04:37:50', '', 'Need to make a Claim?', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2025-09-10 04:37:50', '2025-09-10 04:37:50', '', 69, 'http://localhost/wordpress/bombora/?p=70', 0, 'revision', '', 0), (71, 1, '2025-09-10 04:39:58', '2025-09-10 04:39:58', '', 'For Individuals/Families & Business Owners', '', 'publish', 'closed', 'closed', '', 'for-individuals-families-business-owners', '', '', '2025-09-16 12:29:57', '2025-09-16 12:29:57', '', 0, 'http://localhost/wordpress/bombora/?page_id=71', 0, 'page', '', 0), (72, 1, '2025-09-10 04:39:58', '2025-09-10 04:39:58', '', 'For Individuals/Families & Business Owners', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2025-09-10 04:39:58', '2025-09-10 04:39:58', '', 71, 'http://localhost/wordpress/bombora/?p=72', 0, 'revision', '', 0), (73, 1, '2025-09-11 12:48:03', '2025-09-10 04:40:53', ' ', '', '', 'publish', 'closed', 'closed', '', '73', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=73', 4, 'nav_menu_item', '', 0), (74, 1, '2025-09-11 12:48:03', '2025-09-10 04:40:53', ' ', '', '', 'publish', 'closed', 'closed', '', '74', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=74', 3, 'nav_menu_item', '', 0), (75, 1, '2025-09-11 12:48:03', '2025-09-10 04:42:10', ' ', '', '', 'publish', 'closed', 'closed', '', '75', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=75', 7, 'nav_menu_item', '', 0), (76, 1, '2025-09-11 12:48:03', '2025-09-10 04:42:10', ' ', '', '', 'publish', 'closed', 'closed', '', '76', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=76', 9, 'nav_menu_item', '', 0), (77, 1, '2025-09-11 12:48:03', '2025-09-10 04:42:10', ' ', '', '', 'publish', 'closed', 'closed', '', '77', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=77', 10, 'nav_menu_item', '', 0), (78, 1, '2025-09-11 12:48:03', '2025-09-10 05:55:23', '', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=78', 8, 'nav_menu_item', '', 0), (79, 1, '2025-09-11 12:48:03', '2025-09-10 05:55:23', '', 'For Advisors', '', 'publish', 'closed', 'closed', '', 'for-advisors', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=79', 6, 'nav_menu_item', '', 0), (80, 1, '2025-09-11 12:48:03', '2025-09-10 05:55:57', '', 'Why Bombora?', '', 'publish', 'closed', 'closed', '', 'why-bombora', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=80', 2, 'nav_menu_item', '', 0), (81, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '81', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=81', 2, 'nav_menu_item', '', 0), (82, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 'Claim For Advisors', '', 'publish', 'closed', 'closed', '', 'claim-for-advisors', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=82', 4, 'nav_menu_item', '', 0), (83, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '83', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=83', 5, 'nav_menu_item', '', 0), (84, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '84', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=84', 3, 'nav_menu_item', '', 0), (85, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '85', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=85', 1, 'nav_menu_item', '', 0), (86, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 'Join our Network', '', 'publish', 'closed', 'closed', '', 'join-our-network', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=86', 6, 'nav_menu_item', '', 0), (87, 1, '2025-09-10 07:14:33', '2025-09-10 07:13:52', '', 'Seeking a new partner?', '', 'publish', 'closed', 'closed', '', 'seeking-a-new-partner', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=87', 1, 'nav_menu_item', '', 0), (88, 1, '2025-09-10 07:14:33', '2025-09-10 07:13:52', '', 'Seeking a B2B partner?', '', 'publish', 'closed', 'closed', '', 'seeking-a-b2b-partner', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=88', 2, 'nav_menu_item', '', 0), (89, 1, '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 'Seeking specialised training for internal risk advisors?', '', 'publish', 'closed', 'closed', '', 'seeking-specialised-training-for-internal-risk-advisors', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=89', 3, 'nav_menu_item', '', 0), (90, 1, '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 'Seeking to safeguard your clients?', '', 'publish', 'closed', 'closed', '', 'seeking-to-safeguard-your-clients', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=90', 4, 'nav_menu_item', '', 0), (91, 1, '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 'Need Claims support?', '', 'publish', 'closed', 'closed', '', 'need-claims-support', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=91', 5, 'nav_menu_item', '', 0), (92, 1, '2025-09-10 07:16:04', '2025-09-10 07:16:04', ' ', '', '', 'publish', 'closed', 'closed', '', '92', '', '', '2025-09-10 07:16:04', '2025-09-10 07:16:04', '', 0, 'http://localhost/wordpress/bombora/?p=92', 1, 'nav_menu_item', '', 0), (93, 1, '2025-09-10 07:16:04', '2025-09-10 07:16:04', ' ', '', '', 'publish', 'closed', 'closed', '', '93', '', '', '2025-09-10 07:16:04', '2025-09-10 07:16:04', '', 0, 'http://localhost/wordpress/bombora/?p=93', 2, 'nav_menu_item', '', 0), (94, 1, '2025-09-10 07:18:14', '2025-09-10 07:18:14', '', 'Contact our team', '', 'publish', 'closed', 'closed', '', 'contact-our-team', '', '', '2025-09-10 07:18:14', '2025-09-10 07:18:14', '', 0, 'http://localhost/wordpress/bombora/?p=94', 1, 'nav_menu_item', '', 0), (95, 1, '2025-09-11 12:49:59', '2025-09-10 07:26:07', '', 'linkdin', '', 'publish', 'closed', 'closed', '', 'linkdin', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 0, 'http://localhost/wordpress/bombora/?p=95', 1, 'nav_menu_item', '', 0), (96, 1, '2025-09-11 12:49:59', '2025-09-10 07:26:07', '', 'mail', '', 'publish', 'closed', 'closed', '', 'mail', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 0, 'http://localhost/wordpress/bombora/?p=96', 2, 'nav_menu_item', '', 0), (97, 1, '2025-09-10 07:54:31', '2025-09-10 07:54:31', '', 'linkdin-icon', '', 'inherit', 'open', 'closed', '', 'linkdin-icon', '', '', '2025-09-10 07:54:52', '2025-09-10 07:54:52', '', 95, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/linkdin-icon.jpg', 0, 'attachment', 'image/jpeg', 0), (98, 1, '2025-09-10 07:54:32', '2025-09-10 07:54:32', '', 'mail-icon', '', 'inherit', 'open', 'closed', '', 'mail-icon', '', '', '2025-09-10 07:54:52', '2025-09-10 07:54:52', '', 96, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/mail-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (99, 1, '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 'FSG', '', 'publish', 'closed', 'closed', '', 'fsg', '', '', '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 0, 'http://localhost/wordpress/bombora/?page_id=99', 0, 'page', '', 0), (100, 1, '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 'FSG', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 99, 'http://localhost/wordpress/bombora/?p=100', 0, 'revision', '', 0), (101, 1, '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy-2', '', '', '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 0, 'http://localhost/wordpress/bombora/?page_id=101', 0, 'page', '', 0), (102, 1, '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 101, 'http://localhost/wordpress/bombora/?p=102', 0, 'revision', '', 0), (103, 1, '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 'Complaints Policy', '', 'publish', 'closed', 'closed', '', 'complaints-policy', '', '', '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 0, 'http://localhost/wordpress/bombora/?page_id=103', 0, 'page', '', 0), (104, 1, '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 'Complaints Policy', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 103, 'http://localhost/wordpress/bombora/?p=104', 0, 'revision', '', 0), (105, 1, '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 'Join our Network', '', 'publish', 'closed', 'closed', '', 'join-our-network', '', '', '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 0, 'http://localhost/wordpress/bombora/?page_id=105', 0, 'page', '', 0), (106, 1, '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 'Join our Network', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 105, 'http://localhost/wordpress/bombora/?p=106', 0, 'revision', '', 0), (107, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '107', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=107', 4, 'nav_menu_item', '', 0), (108, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '108', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=108', 3, 'nav_menu_item', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (109, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '109', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=109', 2, 'nav_menu_item', '', 0), (110, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '110', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=110', 1, 'nav_menu_item', '', 0), (111, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:34:"templates/advice-solutions-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Advice Solutions Page', 'advice-solutions-page', 'publish', 'closed', 'closed', '', 'group_68c14498dbb9d', '', '', '2025-09-16 07:13:40', '2025-09-16 07:13:40', '', 0, 'http://localhost/wordpress/bombora/?p=111', 0, 'acf-field-group', '', 0), (112, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c144d3ac259', '', '', '2025-09-15 12:28:44', '2025-09-15 12:28:44', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=112', 0, 'acf-field', '', 0), (113, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c144ad444c5', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=113', 1, 'acf-field', '', 0), (114, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c144ad444c6', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=114', 0, 'acf-field', '', 0), (115, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c144ad444c7', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=115', 1, 'acf-field', '', 0), (116, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c144ad444c8', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=116', 2, 'acf-field', '', 0), (117, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c144ad444c9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=117', 3, 'acf-field', '', 0), (118, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Advice Specialist Section', '', 'publish', 'closed', 'closed', '', 'field_68c25d0343102', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=118', 2, 'acf-field', '', 0), (119, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Advice Specialist Section', 'advice_specialist_section', 'publish', 'closed', 'closed', '', 'field_68c2579cdf1e0', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=119', 3, 'acf-field', '', 0), (120, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c257badf1e1', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=120', 0, 'acf-field', '', 0), (121, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c257c1df1e2', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=121', 1, 'acf-field', '', 0), (122, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Advisors Feature', 'advisors_feature', 'publish', 'closed', 'closed', '', 'field_68c25c61430fa', '', '', '2025-09-16 06:40:14', '2025-09-16 06:40:14', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=122', 2, 'acf-field', '', 0), (123, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c25c61430fa";}', 'Feature Heading', 'feature_heading', 'publish', 'closed', 'closed', '', 'field_68c25c88430fb', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=123', 0, 'acf-field', '', 0), (124, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c25c61430fa";}', 'Feature Description', 'feature_', 'publish', 'closed', 'closed', '', 'field_68c25c95430fc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=124', 1, 'acf-field', '', 0), (125, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Feature Image', 'feature_image', 'publish', 'closed', 'closed', '', 'field_68c25ca2430fd', '', '', '2025-09-16 06:40:27', '2025-09-16 06:40:27', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=125', 2, 'acf-field', '', 0), (126, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Feature Points', 'feature_points', 'publish', 'closed', 'closed', '', 'field_68c25cac430fe', '', '', '2025-09-15 13:00:25', '2025-09-15 13:00:25', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=126', 3, 'acf-field', '', 0), (127, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature Point', 'point', 'publish', 'closed', 'closed', '', 'field_68c25cb6430ff', '', '', '2025-09-15 13:00:25', '2025-09-15 13:00:25', '', 126, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=127', 1, 'acf-field', '', 0), (128, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Advice Specialist Footer Heading', 'advice_specialist_footer', 'publish', 'closed', 'closed', '', 'field_68c25ce343100', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=128', 3, 'acf-field', '', 0), (129, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Advice Specialist Button', 'advice_specialist__button', 'publish', 'closed', 'closed', '', 'field_68c25cf343101', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=129', 4, 'acf-field', '', 0), (130, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c25d6746dcf', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=130', 4, 'acf-field', '', 0), (131, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c25d3346dcc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=131', 5, 'acf-field', '', 0), (132, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c25d5846dce', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 131, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=132', 0, 'acf-field', '', 0), (133, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Imgae', 'imgae', 'publish', 'closed', 'closed', '', 'field_68c25d4d46dcd', '', '', '2025-09-16 07:13:40', '2025-09-16 07:13:40', '', 131, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=133', 1, 'acf-field', '', 0), (134, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:32:"templates/claims-support-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Claims Support Page', 'claims-support-page', 'publish', 'closed', 'closed', '', 'group_68c2647963761', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 0, 'http://localhost/wordpress/bombora/?p=134', 0, 'acf-field-group', '', 0), (135, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2648fa8da6', '', '', '2025-09-17 06:21:12', '2025-09-17 06:21:12', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=135', 0, 'acf-field', '', 0), (136, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c264a89bfd8', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=136', 1, 'acf-field', '', 0), (137, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c264a89bfd9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=137', 0, 'acf-field', '', 0), (138, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c264a89bfda', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=138', 1, 'acf-field', '', 0), (139, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c264a89bfdb', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=139', 2, 'acf-field', '', 0), (140, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c264a89bfdc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=140', 3, 'acf-field', '', 0), (141, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Claims Focus Point', '', 'publish', 'closed', 'closed', '', 'field_68c2699e80c9b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=141', 2, 'acf-field', '', 0), (142, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Claims Focus Point', 'claims_focus_point', 'publish', 'closed', 'closed', '', 'field_68c26595a42ff', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=142', 3, 'acf-field', '', 0), (143, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Claims Points', 'claims_points', 'publish', 'closed', 'closed', '', 'field_68c26727a4300', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 142, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=143', 0, 'acf-field', '', 0), (144, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c26727a4300";}', 'image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26737a4301', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 143, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=144', 0, 'acf-field', '', 0), (145, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Point Title', 'point', 'publish', 'closed', 'closed', '', 'field_68c26741a4302', '', '', '2025-09-17 06:24:24', '2025-09-17 06:24:24', '', 143, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=145', 1, 'acf-field', '', 0), (146, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Advice Claims Section', '', 'publish', 'closed', 'closed', '', 'field_68c26b9cf1fcb', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=146', 4, 'acf-field', '', 0), (147, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Advice Claims Section', 'advice_claims_section', 'publish', 'closed', 'closed', '', 'field_68c26b14f1fc6', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=147', 5, 'acf-field', '', 0), (149, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26bb5f1fd0";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26b4ef1fc7', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=149', 0, 'acf-field', '', 0), (150, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c26bb5f1fd0";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26b57f1fc8', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=150', 1, 'acf-field', '', 0), (151, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c26bb5f1fd0";}', 'Advice Button', 'advice_button', 'publish', 'closed', 'closed', '', 'field_68c26b83f1fca', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=151', 5, 'acf-field', '', 0), (152, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Advice Feature', 'advice_feature', 'publish', 'closed', 'closed', '', 'field_68c26b63f1fc9', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=152', 3, 'acf-field', '', 0), (153, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Business Section', '', 'publish', 'closed', 'closed', '', 'field_68c2699080c94', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=153', 8, 'acf-field', '', 0), (154, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Business Section', 'business_section', 'publish', 'closed', 'closed', '', 'field_68c267a5a4303', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=154', 9, 'acf-field', '', 0), (155, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c267d0a4304', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=155', 0, 'acf-field', '', 0), (156, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c267d8a4305', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=156', 1, 'acf-field', '', 0), (157, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Business Points', 'business_points', 'publish', 'closed', 'closed', '', 'field_68c267dea4306', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=157', 2, 'acf-field', '', 0), (158, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c267dea4306";}', 'Point Text', 'point_text', 'publish', 'closed', 'closed', '', 'field_68c267f3a4307', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 157, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=158', 0, 'acf-field', '', 0), (159, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c267dea4306";}', 'Point Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26800a4308', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 157, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=159', 1, 'acf-field', '', 0), (160, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'button', 'button', 'publish', 'closed', 'closed', '', 'field_68c26818a4309', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=160', 3, 'acf-field', '', 0), (161, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Claims Section', '', 'publish', 'closed', 'closed', '', 'field_68c2691a2aab2', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=161', 10, 'acf-field', '', 0), (162, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Claims Section', 'claims_section', 'publish', 'closed', 'closed', '', 'field_68c268fffa583', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=162', 11, 'acf-field', '', 0), (163, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Claims Heading', 'claims_heading', 'publish', 'closed', 'closed', '', 'field_68c268fffa584', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 162, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=163', 0, 'acf-field', '', 0), (164, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Claims Description', 'claims_description', 'publish', 'closed', 'closed', '', 'field_68c268fffa585', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 162, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=164', 1, 'acf-field', '', 0), (165, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Claims Form (Shortcode)', 'claims_form_shotcode', 'publish', 'closed', 'closed', '', 'field_68c268fffa586', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 162, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=165', 2, 'acf-field', '', 0), (166, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Contact us Page', 'contact-us-page', 'publish', 'closed', 'closed', '', 'group_68c2c086aef55', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 0, 'http://localhost/wordpress/bombora/?p=166', 0, 'acf-field-group', '', 0), (167, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2c12add0b9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=167', 0, 'acf-field', '', 0), (168, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c2c106a2ec9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=168', 1, 'acf-field', '', 0), (169, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c2c106a2eca', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=169', 0, 'acf-field', '', 0), (170, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c2c106a2ecb', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=170', 1, 'acf-field', '', 0), (171, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c2c106a2ecc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=171', 2, 'acf-field', '', 0), (172, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c2c106a2ecd', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=172', 3, 'acf-field', '', 0), (173, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Contact Us Section', '', 'publish', 'closed', 'closed', '', 'field_68c2c239b7c7b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=173', 2, 'acf-field', '', 0), (174, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Contact Us Section', 'contact_us_section', 'publish', 'closed', 'closed', '', 'field_68c2c1b3b7c76', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=174', 3, 'acf-field', '', 0), (175, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2c1c7b7c77', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=175', 0, 'acf-field', '', 0), (176, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Contact us Form Shortcode', 'contact_us_form_shortcode', 'publish', 'closed', 'closed', '', 'field_68c2c1d4b7c78', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=176', 1, 'acf-field', '', 0), (177, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Contact Detail', 'contact_detail', 'publish', 'closed', 'closed', '', 'field_68c2c1f6b7c79', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=177', 2, 'acf-field', '', 0), (178, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;s:15:"parent_repeater";s:19:"field_68c2c1f6b7c79";}', 'Address Text', 'address_text', 'publish', 'closed', 'closed', '', 'field_68c2c21db7c7a', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 177, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=178', 0, 'acf-field', '', 0), (179, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:22:"templates/home-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Home Page', 'home-page', 'publish', 'closed', 'closed', '', 'group_68c1356de46e1', '', '', '2025-09-15 09:35:27', '2025-09-15 09:35:27', '', 0, 'http://localhost/wordpress/bombora/?p=179', 0, 'acf-field-group', '', 0), (180, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c137a8dadeb', '', '', '2025-09-11 13:19:13', '2025-09-11 13:19:13', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=180', 0, 'acf-field', '', 0), (181, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c1356edade4', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=181', 1, 'acf-field', '', 0), (182, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Banner Slider', 'banner_slider', 'publish', 'closed', 'closed', '', 'field_68c1358fdade5', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 181, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=182', 0, 'acf-field', '', 0), (183, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c13742dade6', '', '', '2025-09-12 05:11:47', '2025-09-12 05:11:47', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=183', 0, 'acf-field', '', 0), (184, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c1358fdade5";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c13751dade7', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=184', 1, 'acf-field', '', 0), (185, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c1358fdade5";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c1375edade8', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=185', 2, 'acf-field', '', 0), (186, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c1358fdade5";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c1376bdade9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=186', 3, 'acf-field', '', 0), (187, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Banner Bottom Point', 'banner_bottom_point', 'publish', 'closed', 'closed', '', 'field_68c137cadadf2', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 181, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=187', 1, 'acf-field', '', 0), (188, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c137cadadf2";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c137fbdadf3', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 187, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=188', 0, 'acf-field', '', 0), (189, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c137cadadf2";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c1380fdadf4', '', '', '2025-09-12 05:41:49', '2025-09-12 05:41:49', '', 187, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=189', 2, 'acf-field', '', 0), (190, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Advice Section', '', 'publish', 'closed', 'closed', '', 'field_68c138f2dadfd', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=190', 2, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (191, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Advice Section', 'advice_section', 'publish', 'closed', 'closed', '', 'field_68c13825dadf5', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=191', 3, 'acf-field', '', 0), (192, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Advice Heading', 'advice_heading', 'publish', 'closed', 'closed', '', 'field_68c13840dadf6', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 191, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=192', 0, 'acf-field', '', 0), (193, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Advice Description', 'advice_description', 'publish', 'closed', 'closed', '', 'field_68c13849dadf7', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 191, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=193', 1, 'acf-field', '', 0), (194, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Advice Point', 'advice_point', 'publish', 'closed', 'closed', '', 'field_68c13873dadf8', '', '', '2025-09-12 05:55:43', '2025-09-12 05:55:43', '', 191, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=194', 2, 'acf-field', '', 0), (195, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Advice Image', 'advice_image', 'publish', 'closed', 'closed', '', 'field_68c1388fdadf9', '', '', '2025-09-12 06:44:41', '2025-09-12 06:44:41', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=195', 0, 'acf-field', '', 0), (196, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c13873dadf8";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c138bfdadfa', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=196', 1, 'acf-field', '', 0), (197, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Description Point', 'description_point', 'publish', 'closed', 'closed', '', 'field_68c138c7dadfb', '', '', '2025-09-12 05:55:43', '2025-09-12 05:55:43', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=197', 2, 'acf-field', '', 0), (198, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c13873dadf8";}', 'Advice button', 'advice_button', 'publish', 'closed', 'closed', '', 'field_68c138d7dadfc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=198', 3, 'acf-field', '', 0), (199, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Speciality Section', '', 'publish', 'closed', 'closed', '', 'field_68c13abedae0d', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=199', 4, 'acf-field', '', 0), (200, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Speciality Section', 'speciality_section', 'publish', 'closed', 'closed', '', 'field_68c1399fdae05', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=200', 5, 'acf-field', '', 0), (201, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Speciality Heading', 'speciality_heading', 'publish', 'closed', 'closed', '', 'field_68c139badae06', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=201', 0, 'acf-field', '', 0), (202, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Speciality Description', 'speciality_description', 'publish', 'closed', 'closed', '', 'field_68c139c0dae07', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=202', 1, 'acf-field', '', 0), (203, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Speciality Points', 'speciality_points', 'publish', 'closed', 'closed', '', 'field_68c139dadae08', '', '', '2025-09-12 09:19:26', '2025-09-12 09:19:26', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=203', 2, 'acf-field', '', 0), (204, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c139dadae08";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c139ecdae09', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 203, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=204', 0, 'acf-field', '', 0), (205, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c139fadae0a', '', '', '2025-09-15 08:49:50', '2025-09-15 08:49:50', '', 203, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=205', 1, 'acf-field', '', 0), (206, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Description Point', 'description_point', 'publish', 'closed', 'closed', '', 'field_68c13a04dae0b', '', '', '2025-09-12 09:19:26', '2025-09-12 09:19:26', '', 203, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=206', 2, 'acf-field', '', 0), (207, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c13a04dae0b";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c13aa7dae0c', '', '', '2025-09-12 09:19:09', '2025-09-12 09:19:09', '', 206, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=207', 1, 'acf-field', '', 0), (208, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Speciality Button', 'speciality_button', 'publish', 'closed', 'closed', '', 'field_68c13ad0dae15', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=208', 3, 'acf-field', '', 0), (209, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Client Relationships Section', '', 'publish', 'closed', 'closed', '', 'field_68c13d34c8237', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=209', 6, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (210, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Client Relationships Section', 'client_relationships_section', 'publish', 'closed', 'closed', '', 'field_68c13c39c822e', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=210', 7, 'acf-field', '', 0), (211, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c13c53c822f', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=211', 0, 'acf-field', '', 0), (212, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c13c78c8230', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=212', 1, 'acf-field', '', 0), (213, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Client Relationships Point', 'client_relationships_point', 'publish', 'closed', 'closed', '', 'field_68c13c8ac8231', '', '', '2025-09-15 08:33:49', '2025-09-15 08:33:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=213', 2, 'acf-field', '', 0), (214, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Point image', 'point_image', 'publish', 'closed', 'closed', '', 'field_68c13c98c8232', '', '', '2025-09-15 09:35:27', '2025-09-15 09:35:27', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=214', 0, 'acf-field', '', 0), (215, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c13c8ac8231";}', 'Point Heading', 'point_heading', 'publish', 'closed', 'closed', '', 'field_68c13cdfc8233', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=215', 1, 'acf-field', '', 0), (216, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c13c8ac8231";}', 'Point Description', 'point_description', 'publish', 'closed', 'closed', '', 'field_68c13ce5c8234', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=216', 2, 'acf-field', '', 0), (217, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c13c8ac8231";}', 'Point Button', 'point_button', 'publish', 'closed', 'closed', '', 'field_68c13cf0c8235', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=217', 3, 'acf-field', '', 0), (218, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Bottom Description', 'bottom_description', 'publish', 'closed', 'closed', '', 'field_68c13d00c8236', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=218', 3, 'acf-field', '', 0), (219, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Getting Section', '', 'publish', 'closed', 'closed', '', 'field_68c13da4c8244', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=219', 8, 'acf-field', '', 0), (220, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Getting Section', 'getting_section', 'publish', 'closed', 'closed', '', 'field_68c13d5fc8240', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=220', 9, 'acf-field', '', 0), (221, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Getting Heading', 'getting_heading', 'publish', 'closed', 'closed', '', 'field_68c13d75c8241', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 220, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=221', 0, 'acf-field', '', 0), (222, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Getting Points', 'getting_points', 'publish', 'closed', 'closed', '', 'field_68c13d7fc8242', '', '', '2025-09-15 08:38:09', '2025-09-15 08:38:09', '', 220, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=222', 1, 'acf-field', '', 0), (223, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Point', 'point', 'publish', 'closed', 'closed', '', 'field_68c13d8bc8243', '', '', '2025-09-15 08:37:38', '2025-09-15 08:37:38', '', 222, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=223', 1, 'acf-field', '', 0), (224, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Schedule Button', 'schedule_button', 'publish', 'closed', 'closed', '', 'field_68c13db5c8248', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 220, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=224', 2, 'acf-field', '', 0), (225, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:54:"templates/individuals-families-business-owners-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Individuals Page', 'individuals-page', 'publish', 'closed', 'closed', '', 'group_68c26d19b20f1', '', '', '2025-09-17 09:03:05', '2025-09-17 09:03:05', '', 0, 'http://localhost/wordpress/bombora/?p=225', 0, 'acf-field-group', '', 0), (226, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c26d5fbfc33', '', '', '2025-09-17 09:03:05', '2025-09-17 09:03:05', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=226', 0, 'acf-field', '', 0), (227, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e68', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=227', 1, 'acf-field', '', 0), (228, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e69', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=228', 0, 'acf-field', '', 0), (229, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e6a', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=229', 1, 'acf-field', '', 0), (230, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e6b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=230', 2, 'acf-field', '', 0), (231, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e6c', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=231', 3, 'acf-field', '', 0), (232, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Family Future Section', '', 'publish', 'closed', 'closed', '', 'field_68c26f09abeae', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=232', 2, 'acf-field', '', 0), (233, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Family Future Section', 'family_future_section', 'publish', 'closed', 'closed', '', 'field_68c26d8be975b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=233', 3, 'acf-field', '', 0), (234, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Family Future Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26da7e975c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=234', 0, 'acf-field', '', 0), (235, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Family Future Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c26dade975d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=235', 1, 'acf-field', '', 0), (236, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Family Future Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26e15e975e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=236', 2, 'acf-field', '', 0), (237, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Family Future Description', 'family_future_description', 'publish', 'closed', 'closed', '', 'field_68c26e1ee975f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=237', 3, 'acf-field', '', 0), (238, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Family Future Cart', 'family_future_cart', 'publish', 'closed', 'closed', '', 'field_68c26e43e9760', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=238', 4, 'acf-field', '', 0), (239, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c26e43e9760";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26e52e9761', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 238, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=239', 0, 'acf-field', '', 0), (240, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26e43e9760";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26e5ee9762', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 238, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=240', 1, 'acf-field', '', 0), (241, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c26e43e9760";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26e6ae9763', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 238, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=241', 2, 'acf-field', '', 0), (242, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Contact Us button', 'contact_us_button', 'publish', 'closed', 'closed', '', 'field_68c26e83e9764', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=242', 5, 'acf-field', '', 0), (243, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Business Section', '', 'publish', 'closed', 'closed', '', 'field_68c27e0b7a364', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=243', 4, 'acf-field', '', 0), (244, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Business Section', 'business_section', 'publish', 'closed', 'closed', '', 'field_68c26f1af4683', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=244', 5, 'acf-field', '', 0), (245, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Business Image', 'business_image', 'publish', 'closed', 'closed', '', 'field_68c26f38f4684', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=245', 0, 'acf-field', '', 0), (246, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Business Heading', 'business_heading', 'publish', 'closed', 'closed', '', 'field_68c26f53f4685', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=246', 1, 'acf-field', '', 0), (247, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Business Title', 'business_title', 'publish', 'closed', 'closed', '', 'field_68c26f5bf4686', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=247', 2, 'acf-field', '', 0), (248, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Business Left Side Content', 'business_left_side_content', 'publish', 'closed', 'closed', '', 'field_68c26f63f4687', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=248', 3, 'acf-field', '', 0), (249, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Business Right Side Image', 'business_right_side_image', 'publish', 'closed', 'closed', '', 'field_68c26f77f4688', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=249', 4, 'acf-field', '', 0), (250, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Business plan', 'business_plan', 'publish', 'closed', 'closed', '', 'field_68c26f89f4689', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=250', 5, 'acf-field', '', 0), (251, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26fb2f468a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=251', 0, 'acf-field', '', 0), (252, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26fdbf468b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=252', 1, 'acf-field', '', 0), (253, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c26fe3f468c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=253', 2, 'acf-field', '', 0), (254, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26ff1f468d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=254', 3, 'acf-field', '', 0), (255, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Claim Button', 'claim_button', 'publish', 'closed', 'closed', '', 'field_68c2700cf468e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=255', 6, 'acf-field', '', 0), (256, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Business Bottom Content', 'business_bottom_content', 'publish', 'closed', 'closed', '', 'field_68c27026f468f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=256', 7, 'acf-field', '', 0), (257, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Families form Section', '', 'publish', 'closed', 'closed', '', 'field_68c27ef3492b0', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=257', 6, 'acf-field', '', 0), (258, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Families form Section', 'families_form_section', 'publish', 'closed', 'closed', '', 'field_68c27e44492aa', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=258', 7, 'acf-field', '', 0), (259, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c27e54492ab', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 258, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=259', 0, 'acf-field', '', 0), (260, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Families points', 'families_points', 'publish', 'closed', 'closed', '', 'field_68c27e5a492ac', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 258, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=260', 1, 'acf-field', '', 0), (261, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c27e5a492ac";}', 'heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c27ea9492ad', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 260, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=261', 0, 'acf-field', '', 0), (262, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c27e5a492ac";}', 'description', 'description', 'publish', 'closed', 'closed', '', 'field_68c27eb3492ae', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 260, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=262', 1, 'acf-field', '', 0), (263, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Families Contact Form (ShortCode)', 'families_shortcode', 'publish', 'closed', 'closed', '', 'field_68c27ec9492af', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 258, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=263', 2, 'acf-field', '', 0), (264, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Need to make a Claim Page', 'need-to-make-a-claim-page', 'publish', 'closed', 'closed', '', 'group_68c27f9062bb1', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 0, 'http://localhost/wordpress/bombora/?p=264', 0, 'acf-field-group', '', 0), (265, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c27fcc9858c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=265', 0, 'acf-field', '', 0), (266, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc3', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=266', 1, 'acf-field', '', 0), (267, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc4', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=267', 0, 'acf-field', '', 0), (268, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=268', 1, 'acf-field', '', 0), (269, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=269', 2, 'acf-field', '', 0), (270, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=270', 3, 'acf-field', '', 0), (271, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Banner Footer Point', 'banner_footer_point', 'publish', 'closed', 'closed', '', 'field_68c2849cadca8', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=271', 4, 'acf-field', '', 0), (272, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2849cadca8";}', 'Point', 'point', 'publish', 'closed', 'closed', '', 'field_68c284abadca9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 271, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=272', 0, 'acf-field', '', 0), (273, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Make a claim Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b1c1c7234', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=273', 2, 'acf-field', '', 0), (274, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Make a claim Section', 'make_a_claim_section', 'publish', 'closed', 'closed', '', 'field_68c2b101c722c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=274', 3, 'acf-field', '', 0), (275, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b11ac722d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=275', 0, 'acf-field', '', 0), (276, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b121c722e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=276', 1, 'acf-field', '', 0), (277, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Claim Explain Point', 'claim_explain_point', 'publish', 'closed', 'closed', '', 'field_68c2b153c722f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=277', 2, 'acf-field', '', 0), (278, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c2b153c722f";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b16dc7230', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 277, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=278', 0, 'acf-field', '', 0), (279, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b153c722f";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c2b178c7231', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 277, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=279', 1, 'acf-field', '', 0), (280, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b153c722f";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b182c7232', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 277, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=280', 2, 'acf-field', '', 0), (281, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Contact Button', 'contact_button', 'publish', 'closed', 'closed', '', 'field_68c2b196c7233', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=281', 3, 'acf-field', '', 0), (282, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Guidance Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b262929ad', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=282', 4, 'acf-field', '', 0), (283, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Guidance Section', 'guidance_section', 'publish', 'closed', 'closed', '', 'field_68c2b1f1929a5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=283', 5, 'acf-field', '', 0), (284, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b210929a6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=284', 0, 'acf-field', '', 0), (285, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b217929a7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=285', 1, 'acf-field', '', 0), (286, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Guidance Point', 'guidance_', 'publish', 'closed', 'closed', '', 'field_68c2b225929a8', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=286', 2, 'acf-field', '', 0), (287, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c2b225929a8";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b236929a9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 286, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=287', 0, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (288, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b225929a8";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c2b23f929aa', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 286, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=288', 1, 'acf-field', '', 0), (289, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b225929a8";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b246929ab', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 286, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=289', 2, 'acf-field', '', 0), (290, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Guidance Button', 'guidance_button', 'publish', 'closed', 'closed', '', 'field_68c2b254929ac', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=290', 3, 'acf-field', '', 0), (291, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b2b6929b8', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=291', 6, 'acf-field', '', 0), (292, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c2b275929b5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=292', 7, 'acf-field', '', 0), (293, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Background Image', 'background_image', 'publish', 'closed', 'closed', '', 'field_68c2b284929b6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 292, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=293', 0, 'acf-field', '', 0), (294, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Content', 'content', 'publish', 'closed', 'closed', '', 'field_68c2b2a1929b7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 292, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=294', 1, 'acf-field', '', 0), (295, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Support Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b331929c1', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=295', 8, 'acf-field', '', 0), (296, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Support Section', 'support_section', 'publish', 'closed', 'closed', '', 'field_68c2b2c7929bb', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=296', 9, 'acf-field', '', 0), (297, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b2d4929bc', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 296, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=297', 0, 'acf-field', '', 0), (298, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Support Point', 'support_point', 'publish', 'closed', 'closed', '', 'field_68c2b2dc929bd', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 296, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=298', 1, 'acf-field', '', 0), (299, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b2dc929bd";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b2f4929be', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 298, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=299', 0, 'acf-field', '', 0), (300, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b2dc929bd";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b2fc929bf', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 298, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=300', 1, 'acf-field', '', 0), (301, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Support Contact Form (Shortcode)', 'support_contact_form_shortcode', 'publish', 'closed', 'closed', '', 'field_68c2b30b929c0', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 296, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=301', 2, 'acf-field', '', 0), (302, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Our Board Page', 'our-board-page', 'publish', 'closed', 'closed', '', 'group_68c2b3aeebe4b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 0, 'http://localhost/wordpress/bombora/?p=302', 0, 'acf-field-group', '', 0), (303, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b50d7e30f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=303', 0, 'acf-field', '', 0), (304, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad185', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=304', 1, 'acf-field', '', 0), (305, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad186', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=305', 0, 'acf-field', '', 0), (306, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad187', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=306', 1, 'acf-field', '', 0), (307, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad188', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=307', 2, 'acf-field', '', 0), (308, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad189', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=308', 3, 'acf-field', '', 0), (309, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Our Board Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b689a2763', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=309', 2, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (310, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Our Board Section', 'our_board_section', 'publish', 'closed', 'closed', '', 'field_68c2b5522d059', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=310', 3, 'acf-field', '', 0), (311, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b55f2d05a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=311', 0, 'acf-field', '', 0), (312, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b56a2d05b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=312', 1, 'acf-field', '', 0), (313, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Board Members', 'board_members', 'publish', 'closed', 'closed', '', 'field_68c2b58f2d05c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=313', 2, 'acf-field', '', 0), (314, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c2b58f2d05c";}', 'Member Image', 'member_image', 'publish', 'closed', 'closed', '', 'field_68c2b5d92d05f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=314', 0, 'acf-field', '', 0), (315, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b58f2d05c";}', 'Member Name', 'member_name', 'publish', 'closed', 'closed', '', 'field_68c2b59f2d05d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=315', 1, 'acf-field', '', 0), (316, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b58f2d05c";}', 'Member Designation', 'designation', 'publish', 'closed', 'closed', '', 'field_68c2b5bc2d05e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=316', 2, 'acf-field', '', 0), (317, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:15:"parent_repeater";s:19:"field_68c2b58f2d05c";}', 'Lean more button', 'lean_more_button', 'publish', 'closed', 'closed', '', 'field_68c2b5f12d060', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=317', 3, 'acf-field', '', 0), (318, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Our Board Footer Info', 'our_board_footer_info', 'publish', 'closed', 'closed', '', 'field_68c2b64aa2762', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=318', 3, 'acf-field', '', 0), (319, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Leadership Section', '', 'publish', 'closed', 'closed', '', 'field_68c2bc874114d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=319', 4, 'acf-field', '', 0), (320, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Leadership Section', 'leadership_section', 'publish', 'closed', 'closed', '', 'field_68c2b6cd41145', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=320', 5, 'acf-field', '', 0), (321, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b6ed41146', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=321', 0, 'acf-field', '', 0), (322, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2bc1241147', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=322', 1, 'acf-field', '', 0), (323, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2bc1c41148', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=323', 2, 'acf-field', '', 0), (324, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Leadership Point', 'leadership_point', 'publish', 'closed', 'closed', '', 'field_68c2bc2941149', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=324', 3, 'acf-field', '', 0), (325, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2bc2941149";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2bc4c4114a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 324, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=325', 0, 'acf-field', '', 0), (326, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2bc2941149";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2bc534114b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 324, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=326', 1, 'acf-field', '', 0), (327, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Learn More Button', 'learn_more_button', 'publish', 'closed', 'closed', '', 'field_68c2bc634114c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=327', 4, 'acf-field', '', 0), (328, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c2bd3339640', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=328', 6, 'acf-field', '', 0), (329, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c2bcf23963d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=329', 7, 'acf-field', '', 0), (330, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Background Image', 'background_image', 'publish', 'closed', 'closed', '', 'field_68c2bd0b3963e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 329, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=330', 0, 'acf-field', '', 0), (331, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Content', 'content', 'publish', 'closed', 'closed', '', 'field_68c2bd223963f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 329, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=331', 1, 'acf-field', '', 0), (332, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Our Board Contact Section', '', 'publish', 'closed', 'closed', '', 'field_68c2bffe73618', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=332', 8, 'acf-field', '', 0), (333, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Our Board Contact Section', 'our_board_contact_section', 'publish', 'closed', 'closed', '', 'field_68c2bf9673614', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=333', 9, 'acf-field', '', 0), (334, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2bfd373615', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 333, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=334', 0, 'acf-field', '', 0), (335, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2bfdd73616', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 333, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=335', 1, 'acf-field', '', 0), (336, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Our Board Contact Form Shortcode', 'our_board_contact_form_shortcode', 'publish', 'closed', 'closed', '', 'field_68c2bfe773617', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 333, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=336', 2, 'acf-field', '', 0), (337, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:28:"templates/partnering-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Partnering Page', 'partnering-page', 'publish', 'closed', 'closed', '', 'group_68c25da8a170e', '', '', '2025-09-17 05:57:29', '2025-09-17 05:57:29', '', 0, 'http://localhost/wordpress/bombora/?p=337', 0, 'acf-field-group', '', 0), (338, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c25dda858c3', '', '', '2025-09-17 04:29:36', '2025-09-17 04:29:36', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=338', 0, 'acf-field', '', 0), (339, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddfc', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=339', 1, 'acf-field', '', 0), (340, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddfd', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=340', 0, 'acf-field', '', 0), (341, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddfe', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=341', 1, 'acf-field', '', 0), (342, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddff', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=342', 2, 'acf-field', '', 0), (343, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c25dbaede00', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=343', 3, 'acf-field', '', 0), (344, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Collaborator Section', '', 'publish', 'closed', 'closed', '', 'field_68c2609545d9a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=344', 2, 'acf-field', '', 0), (345, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Collaborator Section', 'collaborator_section', 'publish', 'closed', 'closed', '', 'field_68c25eb845d8f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=345', 3, 'acf-field', '', 0), (346, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Collaborator Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c25ed545d90', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 345, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=346', 0, 'acf-field', '', 0), (347, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Collaborator Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c25edc45d91', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 345, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=347', 1, 'acf-field', '', 0), (348, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Collaborator Feature', 'collaborator_feature', 'publish', 'closed', 'closed', '', 'field_68c25f0e45d92', '', '', '2025-09-17 05:07:28', '2025-09-17 05:07:28', '', 345, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=348', 2, 'acf-field', '', 0), (349, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c25f1945d93', '', '', '2025-09-17 05:48:55', '2025-09-17 05:48:55', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=349', 0, 'acf-field', '', 0), (350, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c25f0e45d92";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c25f2445d94', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=350', 1, 'acf-field', '', 0), (351, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:13:"default_value";s:0:"";s:5:"delay";i:0;}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c25fe745d95', '', '', '2025-09-17 05:09:49', '2025-09-17 05:09:49', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=351', 2, 'acf-field', '', 0), (352, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Benefits', 'benefits', 'publish', 'closed', 'closed', '', 'field_68c25ffe45d96', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=352', 3, 'acf-field', '', 0), (353, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Benefit Point', 'benefit_point', 'publish', 'closed', 'closed', '', 'field_68c2601645d97', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 352, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=353', 0, 'acf-field', '', 0), (354, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c25f0e45d92";}', 'Collaborator footer heading', 'collaborator_footer_heading', 'publish', 'closed', 'closed', '', 'field_68c2605945d99', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=354', 4, 'acf-field', '', 0), (355, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Collaborator Button', 'button', 'publish', 'closed', 'closed', '', 'field_68c2604745d98', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=355', 5, 'acf-field', '', 0), (356, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c260f445da9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=356', 4, 'acf-field', '', 0), (357, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c260af45da5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=357', 5, 'acf-field', '', 0), (358, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c260c945da6', '', '', '2025-09-17 05:57:29', '2025-09-17 05:57:29', '', 357, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=358', 0, 'acf-field', '', 0), (359, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c260d745da7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 357, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=359', 1, 'acf-field', '', 0), (360, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'button', 'button', 'publish', 'closed', 'closed', '', 'field_68c260e045da8', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 357, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=360', 2, 'acf-field', '', 0), (361, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Achievement Section', '', 'publish', 'closed', 'closed', '', 'field_68c261d2b491c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=361', 6, 'acf-field', '', 0), (362, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Achievement Section', 'achievement_section', 'publish', 'closed', 'closed', '', 'field_68c26115b4916', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=362', 7, 'acf-field', '', 0), (363, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2612fb4917', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 362, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=363', 0, 'acf-field', '', 0), (364, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2613db4918', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 362, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=364', 1, 'acf-field', '', 0), (365, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Statistic Achievement Point', 'statistic_achievement_point', 'publish', 'closed', 'closed', '', 'field_68c26158b4919', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 362, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=365', 2, 'acf-field', '', 0), (366, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26158b4919";}', 'Achievement Number', 'number', 'publish', 'closed', 'closed', '', 'field_68c2619eb491a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 365, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=366', 0, 'acf-field', '', 0), (367, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26158b4919";}', 'Achievement Text', 'text', 'publish', 'closed', 'closed', '', 'field_68c261b2b491b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 365, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=367', 1, 'acf-field', '', 0), (368, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Success Story Section', '', 'publish', 'closed', 'closed', '', 'field_68c26426583f7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=368', 8, 'acf-field', '', 0), (369, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Success Story Section', 'success_story_section', 'publish', 'closed', 'closed', '', 'field_68c261e7583ee', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=369', 9, 'acf-field', '', 0), (370, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Success Story Image', 'success_story_image', 'publish', 'closed', 'closed', '', 'field_68c26204583ef', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=370', 0, 'acf-field', '', 0), (371, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Success Story Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26218583f0', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=371', 1, 'acf-field', '', 0), (372, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Success Story Description', 'success_story_description', 'publish', 'closed', 'closed', '', 'field_68c2625b583f1', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=372', 2, 'acf-field', '', 0), (373, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Success Story Point', 'success_story_point', 'publish', 'closed', 'closed', '', 'field_68c2627e583f2', '', '', '2025-09-17 05:23:52', '2025-09-17 05:23:52', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=373', 3, 'acf-field', '', 0), (374, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2628b583f3', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=374', 0, 'acf-field', '', 0), (375, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2629b583f4', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=375', 1, 'acf-field', '', 0), (376, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Management Name', 'management_name', 'publish', 'closed', 'closed', '', 'field_68c263bc583f5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=376', 2, 'acf-field', '', 0), (377, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Management Designation', 'management_designation', 'publish', 'closed', 'closed', '', 'field_68c26401583f6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=377', 3, 'acf-field', '', 0), (378, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:38:"templates/specialised-licensee-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Specialised Licensee Page', 'specialised-licensee-page', 'publish', 'closed', 'closed', '', 'group_68c13eb0a9ea1', '', '', '2025-09-16 05:41:35', '2025-09-16 05:41:35', '', 0, 'http://localhost/wordpress/bombora/?p=378', 0, 'acf-field-group', '', 0), (379, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:1;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c13ef7eb3aa', '', '', '2025-09-15 11:50:26', '2025-09-15 11:50:26', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=379', 0, 'acf-field', '', 0), (380, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c3d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=380', 1, 'acf-field', '', 0), (381, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c3f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=381', 0, 'acf-field', '', 0), (382, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c40', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=382', 1, 'acf-field', '', 0), (383, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c41', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=383', 2, 'acf-field', '', 0), (384, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c42', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=384', 3, 'acf-field', '', 0), (385, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Risk Advice Section', '', 'publish', 'closed', 'closed', '', 'field_68c1422d42cfb', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=385', 2, 'acf-field', '', 0), (386, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Risk Advice Section', 'risk_advice_section', 'publish', 'closed', 'closed', '', 'field_68c1413942cf4', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=386', 3, 'acf-field', '', 0), (387, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c1415942cf5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=387', 0, 'acf-field', '', 0), (388, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c1416242cf6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=388', 1, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (389, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Risk Advice Points', 'risk_advice_points', 'publish', 'closed', 'closed', '', 'field_68c141dd42cf7', '', '', '2025-09-15 11:53:45', '2025-09-15 11:53:45', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=389', 2, 'acf-field', '', 0), (390, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c1420042cf8', '', '', '2025-09-16 05:41:35', '2025-09-16 05:41:35', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=390', 0, 'acf-field', '', 0), (391, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c141dd42cf7";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c1420b42cf9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=391', 1, 'acf-field', '', 0), (392, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c1421642cfa', '', '', '2025-09-15 11:58:31', '2025-09-15 11:58:31', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=392', 2, 'acf-field', '', 0), (393, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Risk Advice Footer Heading', 'risk_advice_footer_heading', 'publish', 'closed', 'closed', '', 'field_68c1423e42d02', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=393', 3, 'acf-field', '', 0), (394, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Risk Button', 'risk_button', 'publish', 'closed', 'closed', '', 'field_68c1424a42d03', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=394', 4, 'acf-field', '', 0), (395, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Vision Section', '', 'publish', 'closed', 'closed', '', 'field_68c142f942d08', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=395', 4, 'acf-field', '', 0), (396, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Vision Section', 'vision_section', 'publish', 'closed', 'closed', '', 'field_68c142ba42d04', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=396', 5, 'acf-field', '', 0), (397, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c142d342d05', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=397', 1, 'acf-field', '', 0), (398, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c142da42d06', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=398', 2, 'acf-field', '', 0), (399, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Button', 'button', 'publish', 'closed', 'closed', '', 'field_68c142e842d07', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=399', 3, 'acf-field', '', 0), (400, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Contact us Section', '', 'publish', 'closed', 'closed', '', 'field_68c1442e784dd', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=400', 6, 'acf-field', '', 0), (401, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Contact us Section', 'contact_us_section', 'publish', 'closed', 'closed', '', 'field_68c14313784d9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=401', 7, 'acf-field', '', 0), (402, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Contact us Heading', 'contact_us_heading', 'publish', 'closed', 'closed', '', 'field_68c14369784da', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 401, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=402', 0, 'acf-field', '', 0), (403, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Contact us Description', 'contact_us_description', 'publish', 'closed', 'closed', '', 'field_68c14376784db', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 401, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=403', 1, 'acf-field', '', 0), (404, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Contact us Form (Shortcode)', 'contact_us_form_shotcode', 'publish', 'closed', 'closed', '', 'field_68c1438a784dc', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 401, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=404', 2, 'acf-field', '', 0), (405, 1, '2025-09-11 12:47:50', '2025-09-11 12:47:50', '', 'home-icon', '', 'inherit', 'open', 'closed', '', 'home-icon-2', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 44, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/home-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (406, 1, '2025-09-11 12:48:31', '2025-09-11 12:48:31', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2025-09-11 12:48:31', '2025-09-11 12:48:31', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/logo.svg', 0, 'attachment', 'image/svg+xml', 0), (407, 1, '2025-09-11 12:49:38', '2025-09-11 12:49:38', '', 'linkdin-icon', '', 'inherit', 'open', 'closed', '', 'linkdin-icon-2', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 95, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/linkdin-icon.jpg', 0, 'attachment', 'image/jpeg', 0), (408, 1, '2025-09-11 12:49:51', '2025-09-11 12:49:51', '', 'mail-icon', '', 'inherit', 'open', 'closed', '', 'mail-icon-2', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 96, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/mail-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (409, 1, '2025-09-11 13:14:55', '2025-09-11 13:14:55', '', 'Home Dev', '', 'publish', 'closed', 'closed', '', 'home-dev', '', '', '2025-09-15 08:54:41', '2025-09-15 08:54:41', '', 0, 'http://localhost/wordpress/bombora/?page_id=409', 0, 'page', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (410, 1, '2025-09-11 13:14:55', '2025-09-11 13:14:55', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-11 13:14:55', '2025-09-11 13:14:55', '', 409, 'http://localhost/wordpress/bombora/?p=410', 0, 'revision', '', 0), (412, 1, '2025-09-12 04:58:17', '2025-09-12 04:58:17', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 04:58:17', '2025-09-12 04:58:17', '', 409, 'http://localhost/wordpress/bombora/?p=412', 0, 'revision', '', 0), (413, 1, '2025-09-12 05:02:11', '2025-09-12 05:02:11', '', 'businessman-image', '', 'inherit', 'open', 'closed', '', 'businessman-image', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/businessman-image.webp', 0, 'attachment', 'image/webp', 0), (414, 1, '2025-09-12 05:02:16', '2025-09-12 05:02:16', '', 'home-banner-image', '', 'inherit', 'open', 'closed', '', 'home-banner-image', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/home-banner-image.webp', 0, 'attachment', 'image/webp', 0), (415, 1, '2025-09-12 05:03:31', '2025-09-12 05:03:31', '', 'specialised-licensee-banner-bg', '', 'inherit', 'open', 'closed', '', 'specialised-licensee-banner-bg', '', '', '2025-09-15 12:25:27', '2025-09-15 12:25:27', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/specialised-licensee-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (416, 1, '2025-09-12 05:05:49', '2025-09-12 05:05:49', '', 'business-woman', '', 'inherit', 'open', 'closed', '', 'business-woman', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/business-woman.webp', 0, 'attachment', 'image/webp', 0), (417, 1, '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/?p=417', 0, 'revision', '', 0), (418, 1, '2025-09-12 05:40:37', '2025-09-12 05:40:37', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:40:37', '2025-09-12 05:40:37', '', 409, 'http://localhost/wordpress/bombora/?p=418', 0, 'revision', '', 0), (419, 1, '2025-09-12 05:41:01', '2025-09-12 05:41:01', '', 'check-icon', '', 'inherit', 'open', 'closed', '', 'check-icon', '', '', '2025-09-12 05:41:08', '2025-09-12 05:41:08', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/check-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (420, 1, '2025-09-12 05:41:20', '2025-09-12 05:41:20', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:41:20', '2025-09-12 05:41:20', '', 409, 'http://localhost/wordpress/bombora/?p=420', 0, 'revision', '', 0), (421, 1, '2025-09-12 05:41:49', '2025-09-12 05:41:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c3b28b0e129', '', '', '2025-09-12 05:41:49', '2025-09-12 05:41:49', '', 187, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=421', 1, 'acf-field', '', 0), (422, 1, '2025-09-12 05:42:13', '2025-09-12 05:42:13', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:42:13', '2025-09-12 05:42:13', '', 409, 'http://localhost/wordpress/bombora/?p=422', 0, 'revision', '', 0), (423, 1, '2025-09-12 05:48:26', '2025-09-12 05:48:26', '', 'advise-icon-1', '', 'inherit', 'open', 'closed', '', 'advise-icon-1', '', '', '2025-09-12 05:48:30', '2025-09-12 05:48:30', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-icon-1.svg', 0, 'attachment', 'image/svg+xml', 0), (424, 1, '2025-09-12 05:49:05', '2025-09-12 05:49:05', '', 'advise-icon-2', '', 'inherit', 'open', 'closed', '', 'advise-icon-2', '', '', '2025-09-12 05:49:09', '2025-09-12 05:49:09', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-icon-2.svg', 0, 'attachment', 'image/svg+xml', 0), (425, 1, '2025-09-12 05:49:37', '2025-09-12 05:49:37', '', 'advise-icon-3', '', 'inherit', 'open', 'closed', '', 'advise-icon-3', '', '', '2025-09-12 05:49:42', '2025-09-12 05:49:42', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-icon-3.svg', 0, 'attachment', 'image/svg+xml', 0), (426, 1, '2025-09-12 05:49:45', '2025-09-12 05:49:45', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:49:45', '2025-09-12 05:49:45', '', 409, 'http://localhost/wordpress/bombora/?p=426', 0, 'revision', '', 0), (427, 1, '2025-09-12 05:50:54', '2025-09-12 05:50:54', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'title', 'title', 'publish', 'closed', 'closed', '', 'field_68c3b49ac7c97', '', '', '2025-09-12 05:50:54', '2025-09-12 05:50:54', '', 197, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=427', 0, 'acf-field', '', 0), (428, 1, '2025-09-12 05:50:54', '2025-09-12 05:50:54', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Content', 'content', 'publish', 'closed', 'closed', '', 'field_68c3b4a7c7c98', '', '', '2025-09-12 05:50:54', '2025-09-12 05:50:54', '', 197, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=428', 1, 'acf-field', '', 0), (429, 1, '2025-09-12 05:54:53', '2025-09-12 05:54:53', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:54:53', '2025-09-12 05:54:53', '', 409, 'http://localhost/wordpress/bombora/?p=429', 0, 'revision', '', 0), (430, 1, '2025-09-12 05:59:10', '2025-09-12 05:59:10', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:59:10', '2025-09-12 05:59:10', '', 409, 'http://localhost/wordpress/bombora/?p=430', 0, 'revision', '', 0), (431, 1, '2025-09-12 05:59:40', '2025-09-12 05:59:40', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:59:40', '2025-09-12 05:59:40', '', 409, 'http://localhost/wordpress/bombora/?p=431', 0, 'revision', '', 0), (432, 1, '2025-09-12 07:54:23', '2025-09-12 07:54:23', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 07:54:23', '2025-09-12 07:54:23', '', 409, 'http://localhost/wordpress/bombora/?p=432', 0, 'revision', '', 0), (433, 1, '2025-09-12 07:54:53', '2025-09-12 07:54:53', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 07:54:53', '2025-09-12 07:54:53', '', 409, 'http://localhost/wordpress/bombora/?p=433', 0, 'revision', '', 0), (434, 1, '2025-09-12 09:19:09', '2025-09-12 09:19:09', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c3e585ef6b9', '', '', '2025-09-12 09:19:09', '2025-09-12 09:19:09', '', 206, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=434', 0, 'acf-field', '', 0), (435, 1, '2025-09-12 09:20:30', '2025-09-12 09:20:30', '', 'network-image-1', '', 'inherit', 'open', 'closed', '', 'network-image-1', '', '', '2025-09-12 09:20:34', '2025-09-12 09:20:34', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/network-image-1.svg', 0, 'attachment', 'image/svg+xml', 0), (436, 1, '2025-09-12 09:20:50', '2025-09-12 09:20:50', '', 'network-image-2', '', 'inherit', 'open', 'closed', '', 'network-image-2', '', '', '2025-09-12 09:20:54', '2025-09-12 09:20:54', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/network-image-2.svg', 0, 'attachment', 'image/svg+xml', 0), (437, 1, '2025-09-15 08:32:13', '2025-09-15 08:32:13', '', 'network-image-3', '', 'inherit', 'open', 'closed', '', 'network-image-3', '', '', '2025-09-15 08:32:20', '2025-09-15 08:32:20', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/network-image-3.svg', 0, 'attachment', 'image/svg+xml', 0), (438, 1, '2025-09-15 08:32:24', '2025-09-15 08:32:24', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:32:24', '2025-09-15 08:32:24', '', 409, 'http://localhost/wordpress/bombora/?p=438', 0, 'revision', '', 0), (439, 1, '2025-09-15 08:33:28', '2025-09-15 08:33:28', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:33:28', '2025-09-15 08:33:28', '', 409, 'http://localhost/wordpress/bombora/?p=439', 0, 'revision', '', 0), (440, 1, '2025-09-15 08:34:43', '2025-09-15 08:34:43', '', 'growth-image-1', '', 'inherit', 'open', 'closed', '', 'growth-image-1', '', '', '2025-09-15 08:34:54', '2025-09-15 08:34:54', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-image-1.svg', 0, 'attachment', 'image/svg+xml', 0), (441, 1, '2025-09-15 08:34:44', '2025-09-15 08:34:44', '', 'growth-image-2', '', 'inherit', 'open', 'closed', '', 'growth-image-2', '', '', '2025-09-15 08:35:01', '2025-09-15 08:35:01', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-image-2.svg', 0, 'attachment', 'image/svg+xml', 0), (442, 1, '2025-09-15 08:34:45', '2025-09-15 08:34:45', '', 'growth-image-3', '', 'inherit', 'open', 'closed', '', 'growth-image-3', '', '', '2025-09-15 08:36:04', '2025-09-15 08:36:04', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-image-3.svg', 0, 'attachment', 'image/svg+xml', 0), (443, 1, '2025-09-15 08:36:13', '2025-09-15 08:36:13', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:36:13', '2025-09-15 08:36:13', '', 409, 'http://localhost/wordpress/bombora/?p=443', 0, 'revision', '', 0), (444, 1, '2025-09-15 08:37:03', '2025-09-15 08:37:03', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:37:03', '2025-09-15 08:37:03', '', 409, 'http://localhost/wordpress/bombora/?p=444', 0, 'revision', '', 0), (445, 1, '2025-09-15 08:37:38', '2025-09-15 08:37:38', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Point Heading', 'point_heading', 'publish', 'closed', 'closed', '', 'field_68c7d0421ba83', '', '', '2025-09-15 08:37:38', '2025-09-15 08:37:38', '', 222, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=445', 0, 'acf-field', '', 0), (446, 1, '2025-09-15 08:39:14', '2025-09-15 08:39:14', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:39:14', '2025-09-15 08:39:14', '', 409, 'http://localhost/wordpress/bombora/?p=446', 0, 'revision', '', 0), (447, 1, '2025-09-15 08:54:41', '2025-09-15 08:54:41', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:54:41', '2025-09-15 08:54:41', '', 409, 'http://localhost/wordpress/bombora/?p=447', 0, 'revision', '', 0), (449, 1, '2025-09-15 11:53:06', '2025-09-15 11:53:06', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 11:53:06', '2025-09-15 11:53:06', '', 62, 'http://localhost/wordpress/bombora/?p=449', 0, 'revision', '', 0), (450, 1, '2025-09-15 11:53:26', '2025-09-15 11:53:26', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 11:53:26', '2025-09-15 11:53:26', '', 62, 'http://localhost/wordpress/bombora/?p=450', 0, 'revision', '', 0), (451, 1, '2025-09-15 11:58:31', '2025-09-15 11:58:31', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Partner Benefit', 'partner_benefit', 'publish', 'closed', 'closed', '', 'field_68c7fe8eba1d7', '', '', '2025-09-15 11:58:31', '2025-09-15 11:58:31', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=451', 3, 'acf-field', '', 0), (452, 1, '2025-09-15 11:58:31', '2025-09-15 11:58:31', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Benefit Point', 'benefit_point', 'publish', 'closed', 'closed', '', 'field_68c7ff5aba1d8', '', '', '2025-09-15 12:00:56', '2025-09-15 12:00:56', '', 451, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=452', 1, 'acf-field', '', 0), (453, 1, '2025-09-15 12:00:11', '2025-09-15 12:00:11', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:00:11', '2025-09-15 12:00:11', '', 62, 'http://localhost/wordpress/bombora/?p=453', 0, 'revision', '', 0), (454, 1, '2025-09-15 12:00:56', '2025-09-15 12:00:56', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Benefit Title', 'benefit_title', 'publish', 'closed', 'closed', '', 'field_68c7ffdb22d34', '', '', '2025-09-15 12:00:56', '2025-09-15 12:00:56', '', 451, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=454', 0, 'acf-field', '', 0), (456, 1, '2025-09-15 12:04:21', '2025-09-15 12:04:21', '', 'advisor-check-icon', '', 'inherit', 'open', 'closed', '', 'advisor-check-icon', '', '', '2025-09-15 12:04:21', '2025-09-15 12:04:21', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advisor-check-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (457, 1, '2025-09-15 12:04:22', '2025-09-15 12:04:22', '', 'capability-uplift', '', 'inherit', 'open', 'closed', '', 'capability-uplift', '', '', '2025-09-15 12:04:22', '2025-09-15 12:04:22', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/capability-uplift.svg', 0, 'attachment', 'image/svg+xml', 0), (458, 1, '2025-09-15 12:04:23', '2025-09-15 12:04:23', '', 'compliance-clarity', '', 'inherit', 'open', 'closed', '', 'compliance-clarity', '', '', '2025-09-15 12:59:25', '2025-09-15 12:59:25', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/compliance-clarity.svg', 0, 'attachment', 'image/svg+xml', 0), (459, 1, '2025-09-15 12:04:23', '2025-09-15 12:04:23', '', 'contact-form-bg-pattern', '', 'inherit', 'open', 'closed', '', 'contact-form-bg-pattern', '', '', '2025-09-15 12:04:23', '2025-09-15 12:04:23', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/contact-form-bg-pattern.svg', 0, 'attachment', 'image/svg+xml', 0), (460, 1, '2025-09-15 12:04:24', '2025-09-15 12:04:24', '', 'growth-collective', '', 'inherit', 'open', 'closed', '', 'growth-collective', '', '', '2025-09-15 12:04:24', '2025-09-15 12:04:24', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-collective.svg', 0, 'attachment', 'image/svg+xml', 0), (461, 1, '2025-09-15 12:04:25', '2025-09-15 12:04:25', '', 'light-icon', '', 'inherit', 'open', 'closed', '', 'light-icon', '', '', '2025-09-15 12:04:25', '2025-09-15 12:04:25', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/light-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (462, 1, '2025-09-15 12:04:25', '2025-09-15 12:04:25', '', 'msg-icon', '', 'inherit', 'open', 'closed', '', 'msg-icon', '', '', '2025-09-15 12:06:35', '2025-09-15 12:06:35', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/msg-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (465, 1, '2025-09-15 12:06:22', '2025-09-15 12:06:22', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:06:22', '2025-09-15 12:06:22', '', 62, 'http://localhost/wordpress/bombora/?p=465', 0, 'revision', '', 0), (466, 1, '2025-09-15 12:07:27', '2025-09-15 12:07:27', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:07:27', '2025-09-15 12:07:27', '', 62, 'http://localhost/wordpress/bombora/?p=466', 0, 'revision', '', 0), (467, 1, '2025-09-15 12:09:00', '2025-09-15 12:09:00', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:09:00', '2025-09-15 12:09:00', '', 62, 'http://localhost/wordpress/bombora/?p=467', 0, 'revision', '', 0), (468, 1, '2025-09-15 12:12:14', '2025-09-15 12:12:14', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:12:14', '2025-09-15 12:12:14', '', 62, 'http://localhost/wordpress/bombora/?p=468', 0, 'revision', '', 0), (469, 1, '2025-09-15 12:12:18', '2025-09-15 12:12:18', '', 'advise-solution-banner-bg', '', 'inherit', 'open', 'closed', '', 'advise-solution-banner-bg', '', '', '2025-09-15 12:59:45', '2025-09-15 12:59:45', '', 482, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-solution-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (470, 1, '2025-09-15 12:12:53', '2025-09-15 12:12:53', '', 'vision-bg-image', '', 'inherit', 'open', 'closed', '', 'vision-bg-image', '', '', '2025-09-15 13:08:33', '2025-09-15 13:08:33', '', 476, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/vision-bg-image.webp', 0, 'attachment', 'image/webp', 0), (472, 1, '2025-09-15 12:13:41', '2025-09-15 12:13:41', '', 'Beach,And,Waves,From,Top,View.,Turquoise,Water,Background,From', '', 'inherit', 'open', 'closed', '', 'beachandwavesfromtopview-turquoisewaterbackgroundfrom', '', '', '2025-09-17 05:13:08', '2025-09-17 05:13:08', '', 482, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/successful-bg-image.jpg', 0, 'attachment', 'image/jpeg', 0), (474, 1, '2025-09-15 12:25:27', '2025-09-15 12:25:27', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:25:27', '2025-09-15 12:25:27', '', 62, 'http://localhost/wordpress/bombora/?p=474', 0, 'revision', '', 0), (475, 1, '2025-09-15 12:28:07', '2025-09-15 12:28:07', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:28:07', '2025-09-15 12:28:07', '', 62, 'http://localhost/wordpress/bombora/?p=475', 0, 'revision', '', 0), (476, 1, '2025-09-15 12:31:17', '2025-09-15 12:31:17', '', 'Specialised Licensee Dev', '', 'publish', 'closed', 'closed', '', 'specialised-licensee-dev', '', '', '2025-09-15 13:08:33', '2025-09-15 13:08:33', '', 0, 'http://localhost/wordpress/bombora/?page_id=476', 0, 'page', '', 0), (477, 1, '2025-09-15 12:31:17', '2025-09-15 12:31:17', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:31:17', '2025-09-15 12:31:17', '', 476, 'http://localhost/wordpress/bombora/?p=477', 0, 'revision', '', 0), (478, 1, '2025-09-15 12:54:49', '2025-09-15 12:54:49', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:54:49', '2025-09-15 12:54:49', '', 476, 'http://localhost/wordpress/bombora/?p=478', 0, 'revision', '', 0), (479, 1, '2025-09-15 12:55:12', '2025-09-15 12:55:12', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:55:12', '2025-09-15 12:55:12', '', 476, 'http://localhost/wordpress/bombora/?p=479', 0, 'revision', '', 0), (480, 1, '2025-09-15 12:55:42', '2025-09-15 12:55:42', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:55:42', '2025-09-15 12:55:42', '', 476, 'http://localhost/wordpress/bombora/?p=480', 0, 'revision', '', 0), (481, 1, '2025-09-15 12:56:02', '2025-09-15 12:56:02', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:56:02', '2025-09-15 12:56:02', '', 476, 'http://localhost/wordpress/bombora/?p=481', 0, 'revision', '', 0), (482, 1, '2025-09-15 12:56:25', '2025-09-15 12:56:25', '', 'Advice Solutions Dev', '', 'publish', 'closed', 'closed', '', 'advice-solutions-dev', '', '', '2025-09-16 07:09:59', '2025-09-16 07:09:59', '', 0, 'http://localhost/wordpress/bombora/?page_id=482', 0, 'page', '', 0), (483, 1, '2025-09-15 12:56:25', '2025-09-15 12:56:25', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 12:56:25', '2025-09-15 12:56:25', '', 482, 'http://localhost/wordpress/bombora/?p=483', 0, 'revision', '', 0), (484, 1, '2025-09-15 12:59:45', '2025-09-15 12:59:45', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 12:59:45', '2025-09-15 12:59:45', '', 482, 'http://localhost/wordpress/bombora/?p=484', 0, 'revision', '', 0), (485, 1, '2025-09-15 13:00:25', '2025-09-15 13:00:25', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature Title', 'feature_title', 'publish', 'closed', 'closed', '', 'field_68c80dd34fee3', '', '', '2025-09-15 13:00:25', '2025-09-15 13:00:25', '', 126, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=485', 0, 'acf-field', '', 0), (486, 1, '2025-09-15 13:00:31', '2025-09-15 13:00:31', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 13:00:31', '2025-09-15 13:00:31', '', 482, 'http://localhost/wordpress/bombora/?p=486', 0, 'revision', '', 0), (487, 1, '2025-09-15 13:06:55', '2025-09-15 13:06:55', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 13:06:55', '2025-09-15 13:06:55', '', 482, 'http://localhost/wordpress/bombora/?p=487', 0, 'revision', '', 0), (488, 1, '2025-09-15 13:08:03', '2025-09-15 13:08:03', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c80fa306ba2', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=488', 0, 'acf-field', '', 0), (489, 1, '2025-09-15 13:08:33', '2025-09-15 13:08:33', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 13:08:33', '2025-09-15 13:08:33', '', 476, 'http://localhost/wordpress/bombora/?p=489', 0, 'revision', '', 0), (490, 1, '2025-09-16 07:09:43', '2025-09-16 07:09:43', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-16 07:09:43', '2025-09-16 07:09:43', '', 482, 'http://localhost/wordpress/bombora/?p=490', 0, 'revision', '', 0), (491, 1, '2025-09-16 07:09:59', '2025-09-16 07:09:59', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-16 07:09:59', '2025-09-16 07:09:59', '', 482, 'http://localhost/wordpress/bombora/?p=491', 0, 'revision', '', 0), (492, 1, '2025-09-16 08:16:33', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-09-16 08:16:33', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=492', 0, 'post', '', 0), (493, 1, '2025-09-16 13:22:31', '2025-09-16 13:22:31', '', 'Claims Support Dev', '', 'publish', 'closed', 'closed', '', 'claims-support-dev', '', '', '2025-09-17 06:51:52', '2025-09-17 06:51:52', '', 0, 'http://localhost/wordpress/bombora/?page_id=493', 0, 'page', '', 0), (494, 1, '2025-09-16 13:22:31', '2025-09-16 13:22:31', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-16 13:22:31', '2025-09-16 13:22:31', '', 493, 'http://localhost/wordpress/bombora/?p=494', 0, 'revision', '', 0), (495, 1, '2025-09-16 13:22:56', '2025-09-16 13:22:56', '', 'Partnering Dev', '', 'publish', 'closed', 'closed', '', 'partnering-dev', '', '', '2025-09-17 05:48:16', '2025-09-17 05:48:16', '', 0, 'http://localhost/wordpress/bombora/?page_id=495', 0, 'page', '', 0), (496, 1, '2025-09-16 13:22:56', '2025-09-16 13:22:56', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-16 13:22:56', '2025-09-16 13:22:56', '', 495, 'http://localhost/wordpress/bombora/?p=496', 0, 'revision', '', 0), (497, 1, '2025-09-16 13:23:21', '2025-09-16 13:23:21', '', 'For Individuals/Families & Business Owners Dev', '', 'publish', 'closed', 'closed', '', 'for-individuals-families-business-owners-dev', '', '', '2025-09-17 10:33:05', '2025-09-17 10:33:05', '', 0, 'http://localhost/wordpress/bombora/?page_id=497', 0, 'page', '', 0), (498, 1, '2025-09-16 13:23:21', '2025-09-16 13:23:21', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-16 13:23:21', '2025-09-16 13:23:21', '', 497, 'http://localhost/wordpress/bombora/?p=498', 0, 'revision', '', 0), (501, 1, '2025-09-17 04:51:59', '2025-09-17 04:51:59', '', 'partnering-banner-bg', '', 'inherit', 'open', 'closed', '', 'partnering-banner-bg', '', '', '2025-09-17 05:07:05', '2025-09-17 05:07:05', '', 495, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/partnering-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (502, 1, '2025-09-17 04:52:01', '2025-09-17 04:52:01', '', 'partnering-section-image', '', 'inherit', 'open', 'closed', '', 'partnering-section-image', '', '', '2025-09-17 05:23:29', '2025-09-17 05:23:29', '', 495, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/partnering-section-image.webp', 0, 'attachment', 'image/webp', 0), (503, 1, '2025-09-17 04:56:05', '2025-09-17 04:56:05', '', 'claim-support-banner-bg', '', 'inherit', 'open', 'closed', '', 'claim-support-banner-bg', '', '', '2025-09-17 06:23:25', '2025-09-17 06:23:25', '', 493, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/claim-support-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (504, 1, '2025-09-17 04:56:16', '2025-09-17 04:56:16', '', 'individual-families-image', '', 'inherit', 'open', 'closed', '', 'individual-families-image-2', '', '', '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/individual-families-image-1.webp', 0, 'attachment', 'image/webp', 0), (505, 1, '2025-09-17 04:56:24', '2025-09-17 04:56:24', '', 'owner-safety-image', '', 'inherit', 'open', 'closed', '', 'owner-safety-image-2', '', '', '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/owner-safety-image-1.webp', 0, 'attachment', 'image/webp', 0), (506, 1, '2025-09-17 05:01:11', '2025-09-17 05:01:11', '', 'families-business-owners-bg', '', 'inherit', 'open', 'closed', '', 'families-business-owners-bg', '', '', '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/families-business-owners-bg.webp', 0, 'attachment', 'image/webp', 0), (507, 1, '2025-09-17 05:05:19', '2025-09-17 05:05:19', '', 'advise-claim-image', '', 'inherit', 'open', 'closed', '', 'advise-claim-image', '', '', '2025-09-17 06:46:47', '2025-09-17 06:46:47', '', 493, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-claim-image.webp', 0, 'attachment', 'image/webp', 0), (508, 1, '2025-09-17 05:05:21', '2025-09-17 05:05:21', '', 'business-family', '', 'inherit', 'open', 'closed', '', 'business-family', '', '', '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/business-family.webp', 0, 'attachment', 'image/webp', 0), (509, 1, '2025-09-17 05:07:05', '2025-09-17 05:07:05', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:07:05', '2025-09-17 05:07:05', '', 495, 'http://localhost/wordpress/bombora/?p=509', 0, 'revision', '', 0), (510, 1, '2025-09-17 05:09:22', '2025-09-17 05:09:22', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:09:22', '2025-09-17 05:09:22', '', 495, 'http://localhost/wordpress/bombora/?p=510', 0, 'revision', '', 0), (511, 1, '2025-09-17 05:10:56', '2025-09-17 05:10:56', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:10:56', '2025-09-17 05:10:56', '', 495, 'http://localhost/wordpress/bombora/?p=511', 0, 'revision', '', 0), (512, 1, '2025-09-17 05:11:39', '2025-09-17 05:11:39', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Benefit Description', 'benefit_description', 'publish', 'closed', 'closed', '', 'field_68ca42f71dd3a', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 352, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=512', 1, 'acf-field', '', 0), (513, 1, '2025-09-17 05:14:22', '2025-09-17 05:14:22', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:14:22', '2025-09-17 05:14:22', '', 495, 'http://localhost/wordpress/bombora/?p=513', 0, 'revision', '', 0), (514, 1, '2025-09-17 05:16:04', '2025-09-17 05:16:04', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:16:04', '2025-09-17 05:16:04', '', 495, 'http://localhost/wordpress/bombora/?p=514', 0, 'revision', '', 0), (515, 1, '2025-09-17 05:18:51', '2025-09-17 05:18:51', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:18:51', '2025-09-17 05:18:51', '', 495, 'http://localhost/wordpress/bombora/?p=515', 0, 'revision', '', 0), (516, 1, '2025-09-17 05:22:28', '2025-09-17 05:22:28', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:22:28', '2025-09-17 05:22:28', '', 495, 'http://localhost/wordpress/bombora/?p=516', 0, 'revision', '', 0), (517, 1, '2025-09-17 05:23:29', '2025-09-17 05:23:29', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:23:29', '2025-09-17 05:23:29', '', 495, 'http://localhost/wordpress/bombora/?p=517', 0, 'revision', '', 0), (518, 1, '2025-09-17 05:48:16', '2025-09-17 05:48:16', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:48:16', '2025-09-17 05:48:16', '', 495, 'http://localhost/wordpress/bombora/?p=518', 0, 'revision', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (519, 1, '2025-09-17 06:23:25', '2025-09-17 06:23:25', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:23:25', '2025-09-17 06:23:25', '', 493, 'http://localhost/wordpress/bombora/?p=519', 0, 'revision', '', 0), (520, 1, '2025-09-17 06:24:24', '2025-09-17 06:24:24', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Point Description', 'point_description', 'publish', 'closed', 'closed', '', 'field_68ca53eff354b', '', '', '2025-09-17 06:24:24', '2025-09-17 06:24:24', '', 143, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=520', 2, 'acf-field', '', 0), (522, 1, '2025-09-17 06:26:11', '2025-09-17 06:26:11', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:26:11', '2025-09-17 06:26:11', '', 493, 'http://localhost/wordpress/bombora/?p=522', 0, 'revision', '', 0), (523, 1, '2025-09-17 06:38:05', '2025-09-17 06:38:05', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:38:05', '2025-09-17 06:38:05', '', 493, 'http://localhost/wordpress/bombora/?p=523', 0, 'revision', '', 0), (524, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Solve Claims Section', 'solve_claims_section', 'publish', 'closed', 'closed', '', 'field_68ca5792085d9', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=524', 7, 'acf-field', '', 0), (525, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Solve Heading', 'solve_heading', 'publish', 'closed', 'closed', '', 'field_68ca57a9085da', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=525', 1, 'acf-field', '', 0), (526, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Solve Description', 'solve_description', 'publish', 'closed', 'closed', '', 'field_68ca57bb085db', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=526', 2, 'acf-field', '', 0), (527, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Solve button', 'solve_button', 'publish', 'closed', 'closed', '', 'field_68ca57ca085dc', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=527', 3, 'acf-field', '', 0), (528, 1, '2025-09-17 06:41:01', '2025-09-17 06:41:01', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Solve Claims Section', 'solve_claims_section_copy', 'publish', 'closed', 'closed', '', 'field_68ca57e833ee9', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=528', 6, 'acf-field', '', 0), (529, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Solve Image', 'solve_image', 'publish', 'closed', 'closed', '', 'field_68ca5873c49b3', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=529', 0, 'acf-field', '', 0), (530, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Solve Feature', 'solve_feature', 'publish', 'closed', 'closed', '', 'field_68ca5841c49b0', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=530', 4, 'acf-field', '', 0), (531, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature title', 'feature_title', 'publish', 'closed', 'closed', '', 'field_68ca5853c49b1', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 530, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=531', 0, 'acf-field', '', 0), (532, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Feature Description', 'feature_description', 'publish', 'closed', 'closed', '', 'field_68ca5861c49b2', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 530, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=532', 1, 'acf-field', '', 0), (533, 1, '2025-09-17 06:44:28', '2025-09-17 06:44:28', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Advice Image', 'advice_image', 'publish', 'closed', 'closed', '', 'field_68ca58b35aae9', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=533', 6, 'acf-field', '', 0), (534, 1, '2025-09-17 06:44:28', '2025-09-17 06:44:28', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature Title', 'feature_title', 'publish', 'closed', 'closed', '', 'field_68ca58995aae7', '', '', '2025-09-17 06:44:28', '2025-09-17 06:44:28', '', 152, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=534', 0, 'acf-field', '', 0), (536, 1, '2025-09-17 06:44:46', '2025-09-17 06:44:46', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:44:46', '2025-09-17 06:44:46', '', 493, 'http://localhost/wordpress/bombora/?p=536', 0, 'revision', '', 0), (537, 1, '2025-09-17 06:46:47', '2025-09-17 06:46:47', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:46:47', '2025-09-17 06:46:47', '', 493, 'http://localhost/wordpress/bombora/?p=537', 0, 'revision', '', 0), (538, 1, '2025-09-17 06:48:12', '2025-09-17 06:48:12', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Advice Feature Title', 'advice_feature_title', 'publish', 'closed', 'closed', '', 'field_68ca599fc5674', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=538', 2, 'acf-field', '', 0), (539, 1, '2025-09-17 06:48:12', '2025-09-17 06:48:12', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Advice Bottom Description', 'bottom_description', 'publish', 'closed', 'closed', '', 'field_68ca596cc5673', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=539', 4, 'acf-field', '', 0), (540, 1, '2025-09-17 06:48:49', '2025-09-17 06:48:49', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:48:49', '2025-09-17 06:48:49', '', 493, 'http://localhost/wordpress/bombora/?p=540', 0, 'revision', '', 0), (541, 1, '2025-09-17 06:50:28', '2025-09-17 06:50:28', '', 'solve-image', '', 'inherit', 'open', 'closed', '', 'solve-image', '', '', '2025-09-17 06:50:40', '2025-09-17 06:50:40', '', 493, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/solve-image.webp', 0, 'attachment', 'image/webp', 0), (542, 1, '2025-09-17 06:51:52', '2025-09-17 06:51:52', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:51:52', '2025-09-17 06:51:52', '', 493, 'http://localhost/wordpress/bombora/?p=542', 0, 'revision', '', 0), (543, 1, '2025-09-17 09:14:05', '2025-09-17 09:14:05', '', 'heart-image', '', 'inherit', 'open', 'closed', '', 'heart-image', '', '', '2025-09-17 09:14:08', '2025-09-17 09:14:08', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/heart-image.svg', 0, 'attachment', 'image/svg+xml', 0), (544, 1, '2025-09-17 09:14:29', '2025-09-17 09:14:29', '', 'tpd-image', '', 'inherit', 'open', 'closed', '', 'tpd-image', '', '', '2025-09-17 09:14:33', '2025-09-17 09:14:33', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/tpd-image.svg', 0, 'attachment', 'image/svg+xml', 0), (545, 1, '2025-09-17 09:14:57', '2025-09-17 09:14:57', '', 'life-insurance', '', 'inherit', 'open', 'closed', '', 'life-insurance-2', '', '', '2025-09-17 09:15:01', '2025-09-17 09:15:01', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/life-insurance.svg', 0, 'attachment', 'image/svg+xml', 0), (546, 1, '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 497, 'http://localhost/wordpress/bombora/?p=546', 0, 'revision', '', 0), (547, 1, '2025-09-17 09:18:30', '2025-09-17 09:18:30', '', 'funding-icon', '', 'inherit', 'open', 'closed', '', 'funding-icon', '', '', '2025-09-17 09:18:35', '2025-09-17 09:18:35', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/funding-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (548, 1, '2025-09-17 09:19:19', '2025-09-17 09:19:19', '', 'keypersone-icon', '', 'inherit', 'open', 'closed', '', 'keypersone-icon', '', '', '2025-09-17 09:19:23', '2025-09-17 09:19:23', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/keypersone-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (549, 1, '2025-09-17 09:19:51', '2025-09-17 09:19:51', '', 'doller-sign', '', 'inherit', 'open', 'closed', '', 'doller-sign', '', '', '2025-09-17 09:19:56', '2025-09-17 09:19:56', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/doller-sign.svg', 0, 'attachment', 'image/svg+xml', 0), (550, 1, '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 497, 'http://localhost/wordpress/bombora/?p=550', 0, 'revision', '', 0), (551, 1, '2025-09-17 09:21:54', '2025-09-17 09:21:54', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:21:54', '2025-09-17 09:21:54', '', 497, 'http://localhost/wordpress/bombora/?p=551', 0, 'revision', '', 0), (552, 1, '2025-09-17 09:23:38', '2025-09-17 09:23:38', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:23:38', '2025-09-17 09:23:38', '', 497, 'http://localhost/wordpress/bombora/?p=552', 0, 'revision', '', 0), (553, 1, '2025-09-17 09:26:25', '2025-09-17 09:26:25', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:26:25', '2025-09-17 09:26:25', '', 497, 'http://localhost/wordpress/bombora/?p=553', 0, 'revision', '', 0), (554, 1, '2025-09-17 09:26:56', '2025-09-17 09:26:56', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:26:56', '2025-09-17 09:26:56', '', 497, 'http://localhost/wordpress/bombora/?p=554', 0, 'revision', '', 0), (556, 1, '2025-09-17 09:54:22', '2025-09-17 09:54:22', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:54:22', '2025-09-17 09:54:22', '', 497, 'http://localhost/wordpress/bombora/?p=556', 0, 'revision', '', 0), (557, 1, '2025-09-17 10:22:18', '2025-09-17 10:22:18', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 10:22:18', '2025-09-17 10:22:18', '', 497, 'http://localhost/wordpress/bombora/?p=557', 0, 'revision', '', 0), (558, 1, '2025-09-17 10:23:39', '2025-09-17 10:23:39', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 10:23:39', '2025-09-17 10:23:39', '', 497, 'http://localhost/wordpress/bombora/?p=558', 0, 'revision', '', 0), (559, 1, '2025-09-17 10:33:05', '2025-09-17 10:33:05', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 10:33:05', '2025-09-17 10:33:05', '', 497, 'http://localhost/wordpress/bombora/?p=559', 0, 'revision', '', 0) ; # # End of data contents of table `yswp_ba_posts` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_smush_dir_images` # DROP TABLE IF EXISTS `yswp_ba_smush_dir_images`; # # Table structure of table `yswp_ba_smush_dir_images` # CREATE TABLE `yswp_ba_smush_dir_images` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `path_hash` char(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`), UNIQUE KEY `path_hash` (`path_hash`), KEY `image_size` (`image_size`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_smush_dir_images` # # # End of data contents of table `yswp_ba_smush_dir_images` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_term_relationships` # DROP TABLE IF EXISTS `yswp_ba_term_relationships`; # # Table structure of table `yswp_ba_term_relationships` # CREATE TABLE `yswp_ba_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_term_relationships` # INSERT INTO `yswp_ba_term_relationships` ( `object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 1, 0), (42, 2, 0), (44, 2, 0), (46, 2, 0), (47, 2, 0), (56, 1, 0), (60, 1, 0), (73, 2, 0), (74, 2, 0), (75, 2, 0), (76, 2, 0), (77, 2, 0), (78, 2, 0), (79, 2, 0), (80, 2, 0), (81, 3, 0), (82, 3, 0), (83, 3, 0), (84, 3, 0), (85, 3, 0), (86, 3, 0), (87, 4, 0), (88, 4, 0), (89, 4, 0), (90, 4, 0), (91, 4, 0), (92, 5, 0), (93, 5, 0), (94, 6, 0), (95, 7, 0), (96, 7, 0), (107, 8, 0), (108, 8, 0), (109, 8, 0), (110, 8, 0), (111, 1, 0), (134, 1, 0), (166, 1, 0), (179, 1, 0), (225, 1, 0), (264, 1, 0), (302, 1, 0), (337, 1, 0), (378, 1, 0) ; # # End of data contents of table `yswp_ba_term_relationships` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_term_taxonomy` # DROP TABLE IF EXISTS `yswp_ba_term_taxonomy`; # # Table structure of table `yswp_ba_term_taxonomy` # CREATE TABLE `yswp_ba_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_term_taxonomy` # INSERT INTO `yswp_ba_term_taxonomy` ( `term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 0), (2, 2, 'nav_menu', '', 0, 12), (3, 3, 'nav_menu', '', 0, 6), (4, 4, 'nav_menu', '', 0, 5), (5, 5, 'nav_menu', '', 0, 2), (6, 6, 'nav_menu', '', 0, 1), (7, 7, 'nav_menu', '', 0, 2), (8, 8, 'nav_menu', '', 0, 4) ; # # End of data contents of table `yswp_ba_term_taxonomy` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_termmeta` # DROP TABLE IF EXISTS `yswp_ba_termmeta`; # # Table structure of table `yswp_ba_termmeta` # CREATE TABLE `yswp_ba_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext 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; # # Data contents of table `yswp_ba_termmeta` # # # End of data contents of table `yswp_ba_termmeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_terms` # DROP TABLE IF EXISTS `yswp_ba_terms`; # # Table structure of table `yswp_ba_terms` # CREATE TABLE `yswp_ba_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_terms` # INSERT INTO `yswp_ba_terms` ( `term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', 0), (2, 'Menu 1', 'menu-1', 0), (3, 'bombora-links', 'bombora-links', 0), (4, 'professionals-advisers menu', 'professionals-advisers-menu', 0), (5, 'life insurance menu', 'life-insurance-menu', 0), (6, 'contact us menu', 'contact-us-menu', 0), (7, 'social menu', 'social-menu', 0), (8, 'privacy menu', 'privacy-menu', 0) ; # # End of data contents of table `yswp_ba_terms` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_usermeta` # DROP TABLE IF EXISTS `yswp_ba_usermeta`; # # Table structure of table `yswp_ba_usermeta` # CREATE TABLE `yswp_ba_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_usermeta` # INSERT INTO `yswp_ba_usermeta` ( `umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'bombora'), (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, 'yswp_ba_capabilities', 'a:1:{s:13:"administrator";b:1;}'), (13, 1, 'yswp_ba_user_level', '10'), (14, 1, 'dismissed_wp_pointers', ''), (15, 1, 'show_welcome_panel', '1'), (16, 1, 'session_tokens', 'a:4:{s:64:"358b6476a1721fcf913513446f304116275f35214b47cf3d63901c7cdd832fcf";a:4:{s:10:"expiration";i:1758615043;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36";s:5:"login";i:1757405443;}s:64:"5f53f79a84374d74dad88ac406e6cef2117be4f255ae636cce901039e8b7d806";a:4:{s:10:"expiration";i:1758096750;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36";s:5:"login";i:1757923950;}s:64:"98ff8638a1f059affefba5158a37f0d0f1bae6a69209a23403d131dd3db9cba9";a:4:{s:10:"expiration";i:1758169749;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36";s:5:"login";i:1757996949;}s:64:"b057fcfdbd90bf20340d891721f9446bbf3aaf6954ab2620da0c810ff1a52aca";a:4:{s:10:"expiration";i:1758255861;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36";s:5:"login";i:1758083061;}}'), (17, 1, 'yswp_ba_dashboard_quick_press_last_post_id', '492'), (18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:13:"103.156.142.0";}'), (19, 1, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:15:"title-attribute";i:1;s:3:"xfn";i:2;s:11:"description";}'), (20, 1, 'metaboxhidden_nav-menus', 'a:5:{i:0;s:22:"add-post-type-projects";i:1;s:22:"add-post-type-services";i:2;s:12:"add-post_tag";i:3;s:20:"add-project-category";i:4;s:21:"add-services-category";}'), (21, 1, 'yswp_ba_user-settings', 'libraryContent=browse&editor=tinymce'), (22, 1, 'yswp_ba_user-settings-time', '1757940958'), (23, 1, 'nav_menu_recently_edited', '7'), (24, 1, 'manageedit-acf-taxonomycolumnshidden', 'a:1:{i:0;s:7:"acf-key";}'), (25, 1, 'acf_user_settings', 'a:1:{s:20:"taxonomies-first-run";b:1;}'), (26, 1, 'yswp_ba_persisted_preferences', 'a:6:{s:17:"core/edit-widgets";a:2:{s:26:"isComplementaryAreaVisible";b:1;s:12:"welcomeGuide";b:0;}s:9:"_modified";s:24:"2025-09-12T05:46:45.073Z";s:4:"core";a:3:{s:26:"isComplementaryAreaVisible";b:1;s:24:"enableChoosePatternModal";b:1;s:14:"renderingModes";a:1:{s:17:"twentytwentythree";a:1:{s:4:"page";s:15:"template-locked";}}}s:14:"core/edit-post";a:3:{s:12:"welcomeGuide";b:0;s:23:"metaBoxesMainOpenHeight";i:438;s:20:"welcomeGuideTemplate";b:0;}s:17:"core/block-editor";a:1:{s:25:"linkControlSettingsDrawer";b:1;}s:14:"core/edit-site";a:1:{s:12:"welcomeGuide";b:0;}}'), (27, 1, 'closedpostboxes_page', 'a:0:{}'), (28, 1, 'metaboxhidden_page', 'a:0:{}') ; # # End of data contents of table `yswp_ba_usermeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_users` # DROP TABLE IF EXISTS `yswp_ba_users`; # # Table structure of table `yswp_ba_users` # CREATE TABLE `yswp_ba_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) 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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_users` # INSERT INTO `yswp_ba_users` ( `ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'bombora', '$wp$2y$10$NXm92nMvaglNAsnkQja6veK18BR6/UqPitgNH5KQTbxxh15mJxfLO', 'bombora', 'creativewordpress1947@gmail.com', 'http://localhost/wordpress/bombora', '2025-09-09 06:52:19', '', 0, 'bombora') ; # # End of data contents of table `yswp_ba_users` # -------------------------------------------------------- # # Add constraints back in and apply any alter data queries. #